GLAM Mint StagingStaging
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
| Account | Role | Description |
|---|---|---|
| glam_state | writable | 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. |
| from_token_account | writable | Token account read or written by this instruction. |
| to_ata | writable | Token account read or written by this instruction. |
| from | read-only | from account read by GLAM Mint Staging's force transfer tokens instruction. |
| to | read-only | to account read by GLAM Mint Staging's force transfer tokens instruction. |
| to_policy_account | writable, optional | Policy account or policy-related account. |
| system_program | read-only | Solana System Program. |
| token_2022_program | read-only | Token-2022 program account. |
| policies_program | read-only | policies program account invoked or checked by this instruction. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| amount | u64 |
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.