Raydium-pools Add Liquidity
raydium-pools_addLiquidityAdd liquidity to Raydium pools (CPMM, CLMM, or AMM v4) by providing wallet and pool ID with optional amounts and price range.
Instructions
Add liquidity to a Raydium pool (CPMM, CLMM, or AMM v4). 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 |
|---|---|---|---|
| poolId | Yes | Raydium pool ID | |
| wallet | Yes | Solana public key (base58) | |
| amountA | No | Raw token amount (smallest unit) | |
| amountB | No | Raw token amount (smallest unit) | |
| fixedSide | No | Fixed side for single-sided liquidity | |
| priceLower | No | Lower price for CLMM range | |
| priceUpper | No | Upper price for CLMM range |
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. |