Route Transactions
Like a Pro.
Slipstream is a sender-agnostic transaction relay that automatically selects the optimal path based on leader proximity. Nozomi, Helius, 0slot, or custom — the fastest route wins.
Why Slipstream?
The smartest way to send transactions on Solana.
Leader-Proximity Routing
Transactions are automatically routed through the sender closest to the current slot leader, ensuring minimum propagation time.
Sender Agnostic
Not locked into one provider. Slipstream dynamically selects from Nozomi, Helius, 0slot, or your custom senders.
Atomic Bundles
Submit 2-5 transaction bundles with all-or-nothing execution. Perfect for arbitrage, liquidations, and complex DeFi strategies.
Multi-Region Failover
Auto-discover and failover between dynamic regions. Latency-probed at connect time — your transactions always find the fastest path.
Smarter Than the Rest
One API, best-of-breed routing.
| Feature | Slipstream | Direct RPC | Jito |
|---|---|---|---|
| Sender Selection | Auto (proximity-aware) | Manual | Jito only |
| Protocols | QUIC, gRPC, WS, HTTP | HTTP only | gRPC, HTTP |
| Multi-Region | 4+ dynamic regions | ||
| Bundle Support | Atomic |
Integrate in 5 Minutes
Install the SDK, connect with your API key, and start submitting transactions. Production-ready SDKs for Rust, TypeScript, and Python.
Install the SDK
npm, pip, or cargo
Connect with your API key
Auto-discovers nearest region
Submit transactions
Smart routing handles the rest
import { SlipstreamClient, configBuilder }
from "@allenhark/slipstream";
// Connect — auto-discovers nearest region
const config = configBuilder()
.apiKey("sk_live_...").build();
const client = await
SlipstreamClient.connect(config);
// Submit — smart routing handles the rest
const result = await
client.submitTransaction(tx);
console.log(result.signature); // tx landed!
Simple Token Pricing
1 token = 0.00005 SOL. Deposit and start sending.
Free
100 tokens/day
- HTTP protocol
- Single region
Standard
Unlimited tokens
- QUIC + HTTP
- Auto-region
Pro
All features
- All protocols
- Bundles + streams
Enterprise
Volume discounts
- Dedicated workers
- SLA guarantee
Ready to Route Smarter?
Join the traders using Slipstream to get the fastest, most reliable transaction delivery on Solana.
Start Free NowQuestions? Contact Sales