GLAMIDL Reference
GLAM MintProduction

force_transfer_tokens

Forces movement of share tokens using mint administrative authority.

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.
from_token_accountwritableToken account read or written by this instruction.
to_atawritableToken account read or written by this instruction.
fromread-onlyfrom account read by GLAM Mint's force transfer tokens instruction.
toread-onlyto account read by GLAM Mint's force transfer tokens instruction.
to_policy_accountwritable, optionalPolicy account or policy-related account.
system_programread-onlySolana System Program.
token_2022_programread-onlyToken-2022 program account.
policies_programread-onlypolicies program account invoked or checked by this instruction.

Arguments

ArgumentTypeNotes
amountu64

Policy & permissions

  • Requires a Mint GLAM state.
  • Caller: GLAM owner, or a delegate with Mint ForceTransferTokens.
  • Source and destination Token-2022 accounts are validated; a recipient lockup policy is created when configured. The system and SPL transfer policies are not consulted.