A Rust bot for arbitrage on the Solana network.
It scans multiple DEXs, identifies profitable routes, and executes transactions with optimized fees.
- Raydium (V4, CPMM, CLMM)
- Orca Whirlpool
- Meteora (DLMM, DAMM v2)
- Pump, SolFi, Vertigo
- Kamino flashloan
- Multi-RPC broadcast
- Priority fee optimization
- Versioned transactions
- Real-time profit tracker
- Performance metrics
- Successful trade statistics
Rust 1.70+ (rustup install stable)
Solana CLI 1.16+
0.1+ SOL for gas fees
git clone https://github.com/insionCEO/Solana-Arbitrage-Bot.git
βοΈ or Download zip-file
| Protocol | Pool Types | Fee Range |
|---|---|---|
| Raydium | CPMM, CLMM | 0.25-0.30% |
| Orca | Whirlpool | Dynamic |
| Meteora | DLMM, DAMM | 0.10-0.25% |
| Pump | AMM | 0.30% |
- Never hardcode private keys
- Implement withdraw limits
- Use hardware wallet for mainnet
- Set minimum profit thresholds
MIT - See LICENSE for details