Orca Open Position
orca_openPositionOpen a concentrated liquidity position on an Orca Whirlpool by specifying wallet, pool address, and price range.
Instructions
Open a concentrated liquidity position on an Orca Whirlpool. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_update_agent, and sap_publish_tool_by_name when the capability should become part of an on-chain SAP agent profile or tool registry entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Solana public key (base58) | |
| amountA | No | Raw token amount (smallest unit) | |
| amountB | No | Raw token amount (smallest unit) | |
| priceLower | Yes | Price Lower parameter for Orca Open Position. | |
| priceUpper | Yes | Price Upper parameter for Orca Open Position. | |
| poolAddress | Yes | Solana public key (base58) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |