GLAM Mint StagingStaging
enable_token_acl
Enable Token Acl instruction.
Applies toVaultTokenized VaultSingle-Asset Vault
Required conditions
- Mint actions must satisfy the linked GLAM state, Token-2022 mint configuration, mint policy, and any request queue or escrow state involved in the flow.
Accounts
| Account | Role | Description |
|---|---|---|
| glam_state | writable | GLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records. |
| glam_signer | signer, writable | Calling authority or fee payer. |
| glam_mint | writable | Token mint account used or validated by this instruction. |
| mint_config | writable | Token mint account used or validated by this instruction. |
| token_acl_program | read-only | token ACL program account invoked or checked by this instruction. |
| token_2022_program | read-only | Token-2022 program account. |
| system_program | read-only | Solana System Program. |
| glam_protocol | read-only | GLAM Protocol program account used for authorization or CPI. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| gating_program | option<pubkey> |
Policy & permissions
- Only the GLAM owner can call. Delegates cannot call this instruction.
- The mint freeze authority must be the GLAM mint PDA. The instruction delegates freeze authority to Token ACL, sets permissionless thaw, and updates metadata.