GLAMIDL Reference

token_acl_freeze

Applies token ACL `freeze` behavior to a mint token account.

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_stateread-onlyGLAM 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_configread-onlyToken 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.
glam_protocolread-onlyGLAM Protocol program account used for authorization or CPI.

No arguments

Policy & permissions

  • Caller: GLAM owner, or a delegate with Mint TokenAclFreezeThaw.
  • Freezes each remaining token account through the Token ACL program, using the GLAM mint PDA as authority.