GLAMIDL Reference

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

AccountRoleDescription
glam_statewritableGLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records.
glam_signersigner, writableCalling authority or fee payer.
glam_mintwritableToken mint account used or validated by this instruction.
mint_configwritableToken mint account used or validated by this instruction.
token_acl_programread-onlytoken ACL program account invoked or checked by this instruction.
token_2022_programread-onlyToken-2022 program account.
system_programread-onlySolana System Program.
glam_protocolread-onlyGLAM Protocol program account used for authorization or CPI.

Arguments

ArgumentTypeNotes
gating_programoption<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.