Multi-DEX routing. Independent leader scoring. Sub-millisecond execution. One API. Stop building plumbing — start extracting alpha.
Solana MEV searchers spend 70% of their time on infrastructure. SlotZero eliminates all of it.
Route across Raydium, Orca, Meteora, Phoenix, and OpenBook without protocol-specific code. We handle the liquidity graphs, reserve caching, and split routing.
Not based on Jito tip auctions. Our proprietary model uses ShredStream data, historical acceptance rates, and network topology. Know which leaders land before you submit.
Real-time arbitrage and sandwich detection. Build strategies on structured MEV signals instead of parsing raw block data. Alert when opportunities appear.
Run the full stack on your hardware. Docker Compose with Redis, Prometheus, Grafana, Jaeger. Deploy in your colo for minimum latency. Or use our managed API.
import { SlotZero } from '@slotzero/sdk';
const client = new SlotZero({ apiKey: process.env.SZ_API_KEY });
// Route across all 5 DEXs automatically
const route = await client.route({
inputMint: 'So11111...1112',
outputMint: 'EPjFWd...Dt1v',
amount: 10_000_000_000, // 10 SOL
slippageBps: 50,
});
// route.bestVenue → "Meteora"
// route.outputAmount → 1,423.50 USDC
// Simulate, then execute with leader scoring
const sim = await client.simulate(route);
const result = await client.execute(route, {
leaderScore: true,
bundle: true,
});
npm install @slotzero/sdk
git clone https://github.com/slotzero/slotzero && docker compose up -d
5 ready-to-run examples:
Aggregate liquidity across 5 DEXs. Split large orders across venues automatically. No protocol-specific code needed.
Proprietary model based on ShredStream data and historical acceptance rates — not Jito tip auctions. Execute only to leaders that land.
Real-time arbitrage and sandwich detection. Structured MEV signals for building strategies — no raw block parsing.
Jito bundle compatibility, pre-execution simulation, compute unit estimation, priority fee optimization. Land transactions.
Real-time block streaming from Solana validators. See transactions before finalization. React to state changes in milliseconds.
Rust core and TypeScript SDK are MIT licensed. Inspect the code. Run it yourself. Contribute back. No vendor lock-in.
Between Jito (bundles only) and generic RPC providers (Helius, QuickNode).
| Capability | Jito | Helius | QuickNode | SlotZero |
|---|---|---|---|---|
| Multi-DEX routing | — | — | — | 5 DEXs |
| Arb / sandwich detection | — | — | — | Built-in |
| Independent leader scoring | Tips-based | — | — | Proprietary |
| gRPC API | — | — | ✓ | <2ms p50 |
| Self-hostable | — | — | — | Docker |
| Open-source core | — | — | — | MIT |
14-day free trial on Pro and Scale. No credit card required.
20% discount on annual billing. Overage: $0.50/1K (Pro), $0.30/1K (Scale).
Get your API key instantly. Route across 5 DEXs. Score leaders independently. Extract alpha.