Meteora Add D L M M Liquidity
meteora_addDLMMLiquidityAdd liquidity to a Meteora DLMM pool using a specified distribution strategy to manage bin ranges and token amounts.
Instructions
Add liquidity to a Meteora DLMM pool with a distribution strategy. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_register_agent, sap_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) | |
| amountX | Yes | Raw token amount (smallest unit) | |
| amountY | Yes | Raw token amount (smallest unit) | |
| maxBinId | No | Max Bin ID parameter for Meteora Add D L M M Liquidity. | |
| minBinId | No | Min Bin ID parameter for Meteora Add D L M M Liquidity. | |
| strategy | No | Liquidity distribution strategy | |
| 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. |