GLAM Protocol StagingStaging
stake_merge
Performs native stake-program action `stake_merge` 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. |
| destination_stake | writable | Stake, stake-pool, or staking-related account. |
| source_stake | writable | Stake, stake-pool, or staking-related account. |
| clock | read-only | Solana sysvar account. |
| stake_history | read-only | Solana sysvar account. |
No arguments
Policy & permissions
- Enable native Stake Program access on GLAM Protocol staging builds.
- Delegate permission: Stake Program
Stake/Unstakedepending merge flow.