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
| Account | Owner / authority | Purpose |
|---|---|---|
| Integration authority PDA | SPL Integration | Program-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
| Instruction | Description |
|---|---|
| set_token_transfer_policy | Sets SPL token transfer allowlist policy for vault token movement. |
| token_close_account | Closes a vault-owned SPL token account. |
| token_transfer_checked | Transfers vault SPL/Token-2022 tokens with checked mint decimals under GLAM authorization and transfer policy. |