GLAM Protocol StagingStaging
stake_delegate_stake
Performs native stake-program action `stake_delegate_stake` for a GLAM vault.
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. |
| stake | writable | Stake, stake-pool, or staking-related account. |
| vote | read-only | Validator vote account delegated to by the stake account. |
| clock | read-only | Solana sysvar account. |
| stake_history | read-only | Solana sysvar account. |
| stake_config | read-only | Stake, stake-pool, or staking-related account. |
No arguments
Policy & permissions
- Enable native Stake Program access on GLAM Protocol staging builds.
- Delegate permission: Stake Program
Stake.