Jito ShredStream Is Shutting Down: Migration Options

If your trading bot, MEV searcher, or liquidation engine consumes raw Solana shreds from Jito, you have a hard deadline. In July 2026, Jito announced it is deprecating ShredStream โ in its own words, "the service will be completely shut down in 60 days" โ which puts the end of service at September 5, 2026. This guide covers what actually breaks, the replacement options worth benchmarking, and a migration plan that swaps the data source without touching your strategy code.
What is shutting down, exactly
ShredStream is Jito's low-latency feed of raw Solana shreds โ the packets validators exchange before a block is assembled. Consumers run Jito's shredstream-proxy, which authenticates against the Jito Block Engine with a keypair, requests up to two regions, and forwards received shreds over UDP to your configured destinations.
On September 5, 2026, that stops: Jito's infrastructure stops authenticating proxies and stops delivering shreds. The proxy process itself becomes non-functional.
The important nuance is what does not break. Everything downstream of the feed โ your shred parsers, Reed-Solomon recovery, transaction filters, and the strategies built on them โ consumes standard Solana shreds and keeps working unchanged. Migration means swapping the source, not rewriting the pipeline.
Jito's ShredStream regions were Amsterdam, Dublin, Frankfurt, London, New York, Salt Lake City, Singapore, and Tokyo, so whichever replacement you pick needs to cover the region your execution actually runs in.
The replacement options
DoubleZero Edge โ Jito's recommended path
Jito's deprecation notice points users to DoubleZero Edge for uninterrupted access to Solana shreds, and DoubleZero has published a transition guide that includes a free trial. If you want the path Jito itself endorses, that is it. Evaluate it the same way you evaluate any feed: run it next to your current source and measure.
OrbitFlare ShredStream โ the drop-in alternative
OrbitFlare (run by the same team as OrbitServers) operates its own ShredStream: raw Solana shreds forwarded over UDP from top-of-Turbine validators in nine regions โ Frankfurt, Amsterdam, London, New York, Singapore, Dublin, Siauliai, Salt Lake City, and Tokyo โ covering every Jito ShredStream region.
Two practical differences from Jito's setup. First, there is no proxy process and no keypair authentication: shreds are delivered straight to the IP and port you specify, which removes one moving part from the hot path. Second, it is a paid feed: per OrbitFlare's published pricing as of August 2026, a slot costs $1,000/mo in premium regions (Frankfurt, Amsterdam, New York, London) and $500/mo in standard regions, with a free 60-minute trial available from the dashboard.
On latency, OrbitFlare has published a Frankfurt comparison across 10,014 transactions in which its feed delivered first 95.93% of the time; in the cases where Jito led, the gap was 6.51ms at the median and 28.77ms at p99. That is a vendor-published benchmark โ treat it as directional and run the trial against your own workload before deciding.
Build your own
The do-it-yourself option is running staked validators positioned near leaders and forwarding shreds from them yourself. It is genuinely possible and genuinely expensive: validator hardware, stake, and the engineering to keep a forwarding layer healthy. For most bot operators the economics only work at significant scale.
A migration plan that fits in three weeks
The deadline is close, but the safe path is short because the change is source-only.
1. Inventory the consumers. List every process that receives shreds from your
shredstream-proxydestinations. These are the only integration points that change.2. Stand up the replacement in parallel. Point the new feed (trial slot or paid) at a second UDP port on the same host. Your Jito feed keeps running untouched.
3. Compare where it matters. Log first-seen timestamps per transaction signature from both feeds and compare p50, p95, and p99 โ tail latency decides races, not the average. Our tail-latency guide covers why.
4. Cut over while Jito is still up. Switch consumers to the new port with Jito as the live fallback. If anything regresses, you can revert instantly until September 5.
5. Decommission the proxy. After cutover, remove
shredstream-proxyand its firewall rules โ one fewer process to monitor.
Where to run it
A shred feed is only as good as the network distance between it and your strategy. If the feed originates in Frankfurt and your bot runs in another city, you have re-introduced exactly the latency the feed was meant to remove. Pair the slot region with a server in the same city: every OrbitServers bare-metal location โ Frankfurt, Amsterdam, London, New York, and Salt Lake City โ is a Jito-connected edge, with per-location numbers on the Jito latency benchmark page.
One perk worth knowing: OrbitFlare NFT Pass holders get one free ShredStream slot per active Pass license (a limited-time offer), and the free slot is restricted to OrbitServers IPv4 prefixes โ it only delivers to a server hosted with OrbitServers. If you hold the Pass, the migration can cost you a server and nothing more.
The Solana ShredStream page covers slots, regions, and the server bundle; if you are also running your own data plane, the Yellowstone Geyser self-hosting guide is the companion read.
Q&A
Question: Do I have to migrate before September 5, 2026?
Short answer: Yes, if you depend on shreds. Jito has said the service will be completely shut down on that date, and the proxy stops working when Jito stops authenticating it. Migrating earlier is strictly better because you can parallel-run with Jito as a fallback while you compare feeds.
Question: Will my parsers and strategy code need changes?
Short answer: Usually not. Replacement feeds deliver standard Solana shreds, so everything downstream of the UDP socket keeps working. The change is where the packets come from โ and with OrbitFlare's feed, the removal of the proxy process entirely.
Question: Which replacement should I choose?
Short answer: Benchmark, don't believe. DoubleZero Edge is Jito's recommended path and offers a trial; OrbitFlare ShredStream offers a 60-minute trial and a published Frankfurt comparison. Run each next to your current feed in your production region and let your own p99 first-seen numbers decide.
Question: Does region choice matter more than feed choice?
Short answer: Often, yes. A feed originating in your bot's own city with slightly worse median latency can still beat a distant feed once network distance is added. Pick the region where your execution runs, then compare feeds within that region.
Written by
Ory
The Orbit Servers Team
The Orbit Servers team builds and operates low-latency VPS, bare metal, and colocation infrastructure across the US, EU, and APAC - with a focus on Solana RPC, validator, and trading workloads.