GLAM Mint StagingStaging
mint_tokens
Mints GLAM share tokens under authorized mint-management flow.
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. |
| mint_to | writable | Token mint account used or validated by this instruction. |
| recipient | writable | Destination account or owner receiving newly issued share tokens. |
| 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
MintTokens. - A recipient lockup policy is created when configured; tokens are minted to the recipient ATA.