Pump.fun — Ghost Trading Engine (38 Tools)
Pump.fun is the leading Solana memecoin launchpad. Ghost uses the official @pump-fun/pump-sdk for zero-fee on-chain trading, plus Jito bundles for atomic multi-wallet execution.
Trading (SDK — Zero External Fees)
/pump buy <mint> <amount> [options] Buy tokens (amount in SOL)
/pump sell <mint> <amount|%> [options] Sell tokens (amount or percentage)
/pump quote <mint> <amount> <action> Get swap quote (on-chain accurate)
Options:
--slippage <pct>- Slippage percent (default: 5 buy, 10 sell)--priority <lamports>- Priority fee in lamports (default: 100000)--legacy- Use PumpPortal API instead (0.5% fee, more pool routing)--pool <pool>- Pool for legacy mode: pump, pump-amm, raydium, auto
Examples:
/pump buy ABC123... 0.1
/pump buy ABC123... 0.5 --slippage 10 --priority 200000
/pump sell ABC123... 100%
/pump sell ABC123... 50% --slippage 15
Jito Bundles (Multi-Wallet Atomic Execution)
/pump bundle-buy <mint> <total-sol> <wallets> Split buy across wallets atomically
/pump bundle-sell <mint> Sell all via Jito bundle
/pump bundle-create <name> <sym> <desc> Create + multi-wallet buy atomic
bundle-buy options:
--slippage <pct>- Slippage percent (default: 10)--priority <SOL>- Priority fee in SOL (default: 0.001)
bundle-create options:
--image <url>- Token image--buy <SOL>- Creator initial buy (default: 0.1)--wallets <N>- Additional buyer wallets (default: 3, max: 4)--wallet-sol <SOL>- SOL per additional wallet (default: 0.05)
Examples:
/pump bundle-buy ABC123... 1.0 5 --slippage 15
/pump bundle-sell ABC123...
/pump bundle-create "Ghost Dog" GDOG "The invisible degen dog" --buy 0.5 --wallets 3
Discovery
/pump trending Top tokens by 24h volume (DexScreener enriched)
/pump gainers Top 24h price gainers
/pump losers Top 24h price losers
/pump hot Most active right now (1h transactions)
/pump new-hot Hottest new tokens by volume
/pump new Recently created tokens
/pump live Currently trading tokens
/pump graduated Tokens migrated to PumpSwap
/pump graduating Near graduation (>60% bonding curve)
/pump search <query> Search tokens by name/symbol
/pump volatile High volatility tokens
/pump koth King of the Hill (30-35K mcap)
/pump for-you Personalized recommendations
/pump metas Trending narratives/keywords
Token Data
/pump token <mint> Full token info
/pump stats <mint> Volume, txns, liquidity, price change (DexScreener)
/pump price <mint> Current price + 24h stats
/pump holders <mint> Top holders list
/pump trades <mint> [--limit N] Recent trades for token
/pump chart <mint> [--interval X] OHLCV price chart
/pump similar <mint> Find similar tokens
Intervals: 1m, 5m, 15m, 1h, 4h, 1d
Creator Tools
/pump user-coins <address> Tokens created by wallet
/pump create <name> <symbol> <desc> Launch new token (SDK, zero fee)
/pump claim <mint> Claim creator fees
/pump ipfs-upload <name> <symbol> <desc> Upload metadata to IPFS
Create Options:
--image <url>- Token image URL--twitter <url>- Twitter link--telegram <url>- Telegram link--website <url>- Website link--initial <SOL>- Initial buy amount
Monitoring (Real-Time WebSocket)
/pump watch <mint> Live trade stream (15s snapshot)
/pump snipe <symbol> [--amount N] Auto-buy when token launches
/pump stream [new|trades|migrations] Real-time platform feed (20s)
Snipe Options:
--amount <SOL>- Buy amount (default: 0.1)--slippage <pct>- Slippage percent (default: 20)
Platform Data
/pump latest-trades [--limit N] Latest trades platform-wide
/pump sol-price Current SOL price
On-Chain Data
/pump balance <mint> [wallet] Token balance
/pump holdings [wallet] All pump.fun tokens held
/pump bonding <mint> Bonding curve state
/pump best-pool <mint> Best execution venue
Configuration
export SOLANA_PRIVATE_KEY="your-private-key" # Required for trading
export SOLANA_RPC_URL="your-rpc-url" # Optional, Helius/QuickNode recommended
Execution Methods
| Method | Fee | Use Case |
|---|---|---|
| SDK (default) | 0% | Single-wallet buy/sell/create |
| Jito Bundle | Tip only | Multi-wallet atomic execution |
| PumpPortal (--legacy) | 0.5% | Pool routing, compatibility |
Complete Tool List (38 Tools)
| Category | Tools |
|---|---|
| Trading | buy, sell, quote |
| Jito Bundles | bundle-buy, bundle-sell, bundle-create |
| Discovery | trending, gainers, losers, hot, new-hot, new, live, graduated, graduating, search, volatile, koth, for-you, metas |
| Token Data | token, stats, price, holders, trades, chart, similar |
| On-Chain | balance, holdings, bonding, best-pool |
| Creator | user-coins, create, claim, ipfs-upload |
| Monitoring | watch, snipe, stream |
| Platform | latest-trades, sol-price |
Features
- Zero-fee trading via official @pump-fun/pump-sdk
- Jito bundle support for atomic multi-wallet execution
- Real-time WebSocket streaming for new tokens, trades, migrations
- Token sniping with auto-buy on launch detection
- Bonding curve math for accurate on-chain quotes
- Multi-pool routing via legacy PumpPortal mode
- Token creation with IPFS metadata upload
- OHLCV charts and analytics via DexScreener
- Holder analysis and similar token discovery