Token Extensions
Token Extensions expand the core Solana token standard with advanced capabilities. They retain minting, transferring, and freezing, while adding support for custom logic, extended metadata, and confidential transfers. GLAM builds on this extended interface using the Token-2022 program, a superset of the legacy Token program. To learn more about Token Extensions visit the official documentation here.| Extension | Supported | Enabled by Default |
|---|---|---|
| Mint Close Authority | ✅ | ✅ |
| Transfer Fees | ⏹️ | ⏹️ |
| Non-Transferable | ⏹️ | ⏹️ |
| Interest-Bearing | ⏹️ | ⏹️ |
| Permanent Delegate | ✅ | ⏹️ |
| Transfer Hook | ✅ | ✅ |
| Metadata | ✅ | ✅ |
| Metadata Pointer | ✅ | ✅ |
| Confidential Transfers | ⏹️ | ⏹️ |
| Pausable Config | ⏹️ | ⏹️ |
| Immutable Owner | ⏹️ | ⏹️ |
| Required Memo on Transfer | ⏹️ | ⏹️ |
| CPI Guard | ⏹️ | ⏹️ |
| Default Account State | ✅ | ✅ |
| Pausable Account | ⏹️ | ⏹️ |
If you need support for additional Token Extensions, please contact us at mint@glam.systems.