What problem does it solve?
This Skill solves the problem of safely executing pump.fun token trades by generating and signing correct Solana transactions for buys, sells, quotes, and token launches.
Core Features & Use Cases
- QuoteTrade Simulation: Simulate buy/sell to estimate expected output, price impact, and the selected venue (bonding curve vs PumpSwap).
- BuyToken Signing with Guardrails: Execute buys with slippage control and a hard spending cap to reduce costly mistakes.
- SellToken Signing with Flexible Sizing: Sell by explicit token amount or by percentage of wallet holdings, using the required slippage settings.
- CreateToken Launch Signing: Launch a new token with optional initial dev buy in the same transaction.
- Use Case: An agent can research a token with the read-only pump-fun skill, then quote and execute a buy under configured caps and slippage.
Quick Start
Use pump-fun-trade to buyToken for a specific mint address with a SOL amount while enforcing the configured maxSpendSol and slippageBps.