Pump Trade
pump_tradeExecute buy or sell orders on Pump.fun bonding curve using a Solana wallet. Specify token mint, direction, and amount in SOL or tokens.
Instructions
Buy or sell tokens on Pump.fun bonding curve. 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 |
|---|---|---|---|
| mint | Yes | Pump.fun token mint | |
| action | Yes | Trade direction | |
| amount | Yes | Amount in SOL (buy) or tokens (sell) | |
| wallet | Yes | Solana public key (base58) | |
| slippageBps | No | Slippage Bps pagination control for Pump Trade. |
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. |