GLAM Protocol StagingStaging
cpi_proxy
Internal authorization proxy that enabled integration programs use to request vault-signed CPI under core GLAM access checks.
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_vault | writable | Vault PDA associated with the GLAM state and used as the vault authority. |
| glam_signer | signer, writable | Calling authority or fee payer. |
| cpi_program | read-only | Downstream program invoked by this instruction. |
| integration_authority | signer | Program-derived authority used by the integration for downstream invocation. |
| system_program | read-only | Solana System Program. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| data | bytes | |
| extra_params | vec<ExtraParams> |
Policy & permissions
glam_signermust be the GLAM owner or a registered delegate.integration_authoritymust be an authorized integration PDA enabled inintegration_aclsbefore the CPI program is invoked and any extra params are applied.