GLAM ProtocolProduction
token_transfer_checked_by_mint_authority
Internal GLAM Mint authority flow for checked token transfers involving vault-held assets.
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_vault | writable | Vault PDA associated with the GLAM state and used as the vault authority. |
| glam_mint | writable | Token mint account used or validated by this instruction. |
| glam_mint_authority | signer, writable | Token mint account used or validated by this instruction. |
| from | writable | from account read or updated by GLAM Protocol's token transfer checked by mint authority instruction. |
| to | writable | to account read or updated by GLAM Protocol's token transfer checked by mint authority instruction. |
| mint | read-only | Token mint account used or validated by this instruction. |
| token_program | read-only | Token program account. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| amount | u64 | |
| decimals | u8 |
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.