Solana MEV Bot & Jito Searcher
High-frequency automated trading engine for the Solana blockchain. Harnesses Yellowstone Geyser gRPC streams and Jito Block Engine tip bundles to extract atomic DEX arbitrage with sub-400µs calculation loops.
NOWPayments crypto checkout. Non-custodial deployment. Zero failed tx fees via Jito.
Engineered for Solana's 400ms Slot Time
High-concurrency architecture built in Rust for memory safety, deterministic execution speed and maximum bundle inclusion rate.
Atomic Jito Bundles
Submits bundles of up to 5 transactions directly to Jito validator block engines. If market conditions change before the slot completes, the entire bundle cancels automatically without charging gas or priority fees.
Yellowstone Geyser gRPC
Bypasses standard JSON-RPC HTTP bottlenecks. Subscribes to raw validator memory accounts to detect pool reserve changes in under 1 millisecond.
Multi-Hop Triangular Arbitrage
Continuously monitors cyclic paths (SOL → USDC → MEME → SOL) across concentrated liquidity pools. Calculates optimal trade sizing with pre-compiled bytecode routines.
Production Deployment Profile
| Core Language | Rust (Engine) + TypeScript (Dashboard & Telemetry) |
| Relay Layer | Jito-Solana Block Engine (Amsterdam, Tokyo, NY, SLC) |
| RPC Protocol | Yellowstone Geyser gRPC + Dedicated WebSocket |
| Hardware Spec | 4+ vCPU, 8GB+ RAM, NVMe SSD (Ubuntu 22.04) |
| Licensing | Perpetual license ($5,700 USD) with full source |
Full Source Code License
Deploy directly into your private infrastructure. Includes Jito searcher setup guide, Geyser stream configuration and risk management scripts.
Frequently Asked Questions
Do I need to run a full Solana validator to use this bot? +
No. You only need access to a dedicated or shared Yellowstone Geyser gRPC stream (provided by RPC services such as Triton, Helius, QuickNode, or your own RPC node). The bot sends bundles directly to Jito's public block engine endpoints.
How are Jito tip amounts calculated dynamically? +
The bot queries Jito tip floor APIs in real-time and calculates an optimal percentile bid (e.g. 75th to 95th percentile) based on expected trade profit, ensuring you win the block auction while retaining the majority of the extractable value.
Can I modify the Rust smart contracts and swap routers? +
Yes. Full source code is provided under a commercial proprietary license. You have 100% freedom to modify parameters, add custom DEX program IDs, or write new routing strategies.