GLAMIDL Reference

acl_gate_add_wallet

Manages token ACL gate data for `add wallet`.

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_stateread-onlyState account owned by the GLAM Protocol program; it records vault configuration, policies, and pricing records.
glam_signersigner, writableCalling authority. It must be the owner or a delegate with the explicit permission required by this instruction.
glam_mintwritableToken-2022 mint associated with the GLAM mint or tokenized vault.
list_configwritableInstruction-specific account supplied by the caller or SDK.
walletread-onlyInstruction-specific account supplied by the caller or SDK.
wallet_entrywritableProgram-derived account used by this instruction; clients should prefer SDK helpers when available.
token_acl_gate_programread-onlyFixed program or sysvar account required by this instruction.
system_programread-onlyStandard Solana program account required by the instruction.
glam_protocolread-onlyGLAM Protocol program account used for authorization or CPI.

Arguments

No arguments.