GLAMIDL Reference

SPL Integration

Integration adapter for SPL Token and Token-2022 account operations. It supports vault-controlled checked transfers and closing token accounts under transfer policy.

Accounts owned or controlled

AccountOwner / authorityPurpose
Integration authority PDASPL IntegrationProgram-derived authority used for integration-level signing during SPL Token and Token-2022 CPI calls.

Integration notes

  • SPL Integration must be enabled on the vault before integration actions can run. Delegate permissions are still required for non-owner callers.
  • Relevant official references: [Solana Token-2022 extensions](https://solana.com/docs/tokens/extensions).

Instructions

3 total
InstructionDescription
set_token_transfer_policySets SPL token transfer allowlist policy for vault token movement.
token_close_accountCloses a vault-owned SPL token account.
token_transfer_checkedTransfers vault SPL/Token-2022 tokens with checked mint decimals under GLAM authorization and transfer policy.