The fastest Solana pump.fun sniper bot with multi-wallet sniping, Jito MEV bundles, and automated volume strategies
Get Access · Features · Demo · Architecture
A high-performance Go trading bot built for pump.fun on Solana. Snipe new token launches across multiple wallets simultaneously, execute MEV-protected bundle transactions via Jito, and run automated volume strategies — all through a clean REST API.
Built for traders who need sub-second execution on memecoin launches.
- Multi-Wallet Coordinated Sniping — Atomic launches with parallel RPC buys across wallets. Fastest entry on new pump.fun tokens.
- Jito MEV Bundle Protection — Batch transactions through Jito's private mempool. Zero front-running, minimal slippage.
- Real-Time WebSocket Monitoring — Live transaction streaming with automated take-profit and stop-loss triggers.
- Bonding Curve Trading — Fast on-chain price calculations without RPC lookups. Deterministic, low-latency execution.
- Volume Bot Strategies — Automated buy/sell cycles across wallets to generate organic-looking volume on pump.fun tokens.
- REST API Control — Full HTTP API for programmatic control. Integrate with your own dashboard or scripts.
See FEATURES.md for detailed breakdown with API examples.
| Instant Token Launch | Interactive Design | Fast Copying |
|---|---|---|
![]() |
![]() |
![]() |
| Deploy to pump.fun in seconds | Premium trading interface | One-click wallet and CA copying |
Our deeply optimized compact design is built to snap cleanly alongside your favorite analytics platform.
Keep Axiom, GMGN, or any other chart open while keeping full control of your snipes in 1/3 perfectly scaled screen real-estate.
graph TB
subgraph "Client Layer"
API[REST API :8080]
WS[WebSocket Hub]
end
subgraph "Core Engine"
SM[Snipe Manager]
VM[Volume Manager]
ML[Monitor Loop]
end
subgraph "Solana Layer"
RPC[RPC Nodes]
JITO[Jito Block Engine]
YS[Yellowstone gRPC]
end
API --> SM
API --> VM
WS --> ML
SM --> RPC
SM --> JITO
VM --> RPC
ML --> YS
YS -->|New Txs| ML
ML -->|Take Profit| SM
1. Monitor → Yellowstone gRPC streams all pump.fun transactions in real-time
2. Detect → New token launch detected, bonding curve parsed
3. Evaluate → Market cap, liquidity, creator history checked in <50ms
4. Execute → Multi-wallet snipe via Jito bundle OR parallel RPC
5. Manage → Auto take-profit/stop-loss via WebSocket monitoring
type BondingCurve struct {
VTR, VSR, RTR, RSR, TTS uint64
Complete bool
Creator solana.PublicKey
IsCashbackCoin bool
}type SnipeFireRequest struct {
TokenID string `json:"tokenId"`
Wallets []string `json:"wallets"`
BuyPercent float64 `json:"buyPercent"`
SlippageBps uint16 `json:"slippageBps"`
DevBuySOL float64 `json:"devBuySOL"`
}
type BundleSnipeFireRequest struct {
TokenID string `json:"tokenId"`
Wallets []string `json:"wallets"`
JitoTipSOL float64 `json:"jitoTipSOL"`
RpcFallbackDelayMs int64 `json:"rpcFallbackDelayMs"`
}type MonitorState struct {
TokenID string
CreatedAt time.Time
LastTxTime time.Time
TxCount int64
Profit float64
}
type wsHub struct {
mu sync.RWMutex
clients map[string]map[*wsClient]bool
broadcast chan wsMessage
}| Metric | Value |
|---|---|
| Snipe latency (RPC) | ~150ms |
| Snipe latency (Jito bundle) | ~200ms |
| WebSocket event processing | <10ms |
| Concurrent wallets | Up to 20 |
| Uptime (production) | 99.9% |
PumpFun Sniper Bot is available as a compiled binary with beta access licensing.
- Purchase beta access at memesnipe.fun
- Receive your license key via email
- Open app.memesnipe.fun — no setup, no binary, fully online
- Enter your key and start sniping
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/snipe/fire |
Execute multi-wallet snipe |
| POST | /api/snipe/bundle-fire |
Execute Jito bundle snipe |
| POST | /api/volume/start |
Start volume bot cycle |
| POST | /api/sell/bundle |
Bundle sell across wallets |
| GET | /api/monitor/ws |
WebSocket monitoring stream |
| GET | /api/token/:id |
Token bonding curve data |
Full API reference with curl examples in FEATURES.md
Is this open source? No. The bot is distributed as a compiled binary with a commercial license. This repo contains documentation, architecture details, and code previews.
What chains are supported? Solana only, specifically optimized for pump.fun token launches.
How fast is the sniper? Sub-200ms from token detection to buy execution with Jito bundles. Under 150ms with direct RPC.
Can I run multiple instances? One license per server. Contact us for team pricing.
Pay with 300+ cryptocurrencies · Instant delivery · 24/7 support on Discord
This software is provided for educational and research purposes. Trading cryptocurrencies involves significant risk. Past performance does not guarantee future results. Users are responsible for compliance with local regulations. The developers are not liable for financial losses incurred through use of this software.



