GLAM Mint StagingStaging
token_acl_thaw
Applies token ACL `thaw` 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
| Account | Role | Description |
|---|---|---|
| glam_state | read-only | 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 | read-only | 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. |
| glam_protocol | read-only | GLAM Protocol program account used for authorization or CPI. |
No arguments
Policy & permissions
- Caller: GLAM owner, or a delegate with Mint
TokenAclFreezeThaw. - Thaws each remaining token account through the Token ACL program, using the GLAM mint PDA as authority.