All programsStaging
Orca Integration Staging
Integration adapter for Orca Whirlpools. Lets a GLAM vault open, close, reposition, fund, and harvest Token-2022-aware Whirlpool positions under GLAM authorization. This staging deployment exposes additional or pre-release functionality for review.
Accounts owned or controlled
| Account | Owner / authority | Purpose |
|---|---|---|
| Integration authority PDA | Orca Integration Staging | Program-derived authority used for integration-level signing during Orca Whirlpools CPI calls. |
| Orca Whirlpool positions | Orca Whirlpools | Vault-owned concentrated-liquidity positions that can be opened, modified, harvested, closed, and priced through GLAM. |
Instructions
11 total
| Instruction | Description |
|---|---|
| close_position_with_token_extensions | Close an empty Token-2022 Orca Whirlpools position owned by the GLAM vault. |
| collect_fees_v2 | Collect accrued pool fees using Token-2022-aware accounts. |
| collect_reward_v2 | Collect one reward emission using Token-2022-aware accounts. |
| decrease_liquidity_v2 | Decrease liquidity in an Orca Whirlpools position using Token-2022-aware accounts. |
| increase_liquidity_by_token_amounts_v2 | Increase liquidity by token amount bounds using Token-2022-aware accounts. |
| increase_liquidity_v2 | Increase liquidity in an Orca Whirlpools position using Token-2022-aware accounts. |
| initialize_tick_array | Initialize an Orca fixed tick array for an allowlisted Whirlpool. |
| open_position_with_token_extensions | Open a Token-2022 Orca Whirlpools position owned by the GLAM vault. |
| reposition_liquidity_v2 | Reposition liquidity into a new Orca Whirlpools tick range. |
| set_whirlpools_policy | Set the Orca Whirlpools policy for a GLAM vault. |
| update_fees_and_rewards | Update accrued fees and rewards for an Orca Whirlpools position. |