GLAMIDL Reference
GLAM ProtocolProduction

token_transfer_checked_by_mint_authority

Internal GLAM Mint authority flow for checked token transfers involving vault-held assets.

Accounts

AccountRoleDescription
glam_stateread-onlyGLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records.
glam_vaultwritableVault PDA associated with the GLAM state and used as the vault authority.
glam_mintwritableToken mint account used or validated by this instruction.
glam_mint_authoritysigner, writableToken mint account used or validated by this instruction.
fromwritablefrom account read or updated by GLAM Protocol's token transfer checked by mint authority instruction.
towritableto account read or updated by GLAM Protocol's token transfer checked by mint authority instruction.
mintread-onlyToken mint account used or validated by this instruction.
token_programread-onlyToken program account.

Arguments

ArgumentTypeNotes
amountu64
decimalsu8

Policy & permissions

  • Signer must be glam_mint_authority (the GLAM mint PDA). The transfer comes from the vault PDA. No owner/delegate or transfer-policy check is performed.