Meteora Create D L M M Pool
meteora_createDLMMPoolCreates a Meteora Discrete Liquidity Market Maker pool on Solana with specified token mints, bin step, and initial price.
Instructions
Create a Meteora DLMM (Discrete Liquidity Market Maker) pool. 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 |
|---|---|---|---|
| mintX | Yes | Token X mint | |
| mintY | Yes | Token Y mint | |
| feeBps | No | Fee Bps parameter for Meteora Create D L M M Pool. | |
| amountX | No | Raw token amount (smallest unit) | |
| amountY | No | Raw token amount (smallest unit) | |
| binStep | Yes | Bin step size (defines fee tier and price granularity) | |
| creator | Yes | Solana public key (base58) | |
| initialPrice | Yes | Initial Price parameter for Meteora Create D L M M Pool. | |
| activationType | No | Activation Type parameter for Meteora Create D L M M Pool. | |
| activationPoint | No | Activation Point parameter for Meteora Create D L M M Pool. | |
| priceRoundingUp | No | Price Rounding Up parameter for Meteora Create D L M M Pool. |
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. |