How Shred Access Transforms Your MEV Strategy
Accessing raw shreds before block reconstruction gives MEV searchers a measurable time advantage. Here's how to turn that edge into consistent profit.
Most MEV searchers on Solana rely on RPC subscriptions or transaction streaming services to detect opportunities. The problem is that these data sources only become available after a block has been fully reconstructed, validated, and propagated through the cluster. By the time your bot sees an arbitrage opportunity or liquidation target through an RPC endpoint, dozens of other searchers have already seen it too. In a competitive MEV landscape where the same opportunity is visible to hundreds of bots simultaneously, the winner is almost always the one who detected it first.
To appreciate the magnitude of this advantage, consider the typical MEV detection pipeline. A standard RPC-based bot polls getLatestBlockhash or subscribes to transaction notifications. The data it receives has already passed through block reconstruction, banking stage confirmation, and RPC server processing. Each of these steps adds latency. Even the fastest RPC providers — those running optimized infrastructure with dedicated connections — still deliver data 50-200ms after the underlying transactions were first produced as shreds by the leader validator.
Raw shred access changes the game entirely. Shreds are the first form in which transaction data exists on the network — they are broadcast by the leader validator as blocks are being produced, not after. By consuming shreds directly, you can begin parsing transaction data and identifying MEV opportunities while the block is still being assembled. Our users report detection advantages of 80-150ms over the fastest RPC-based pipelines, which translates directly into higher win rates on competitive strategies.
The practical applications are broad and well-proven. Arbitrage bots can detect price dislocations across DEX pools as the triggering swap transaction appears in shreds, giving them time to compute the optimal arbitrage route and submit their correction transaction before competitors even see the opportunity. On high-volume pairs, this earlier detection window can mean the difference between capturing a profitable arbitrage and arriving too late to find any remaining price discrepancy.
Liquidation bots benefit enormously from shred-level detection. DeFi lending protocols like Solend, Marginfi, and Kamino have liquidation thresholds that, once breached, create time-sensitive opportunities. With RPC-based detection, your bot sees the price oracle update or position change only after the full block is confirmed. With shred access, you see the transaction that triggers the liquidation threshold as it is being produced, giving you a head start to compute the optimal liquidation transaction and submit it before competing liquidators.
JIT (Just-In-Time) liquidity provision is another strategy that directly benefits from faster data access. When a large swap is about to execute on a concentrated liquidity DEX, JIT providers can place a tight liquidity position just before the swap executes, earning fees with minimal impermanent loss. The key to successful JIT is speed — you need to detect the pending swap, compute the optimal tick range, and submit your liquidity position before the swap transaction is included in a block. Shred-level access gives you the maximum possible time window for this computation.
Beyond individual strategy optimization, shred access enables entirely new classes of MEV strategies that are not viable with RPC-level data. Cross-block strategies that analyze transaction patterns across consecutive blocks benefit from the streaming nature of shred data. Statistical arbitrage models that require high-frequency price updates can use shred-level data to maintain more accurate price feeds than any RPC-based alternative. The earlier and more granular your data, the more sophisticated your strategies can become.
GetShreds delivers this advantage with minimal integration effort. We forward Jito-compatible shreds over UDP to any IP and port you specify — no SDK required, no complex API integration. Just point us at your infrastructure, subscribe with SOL, and your existing shred processing pipeline will start receiving data from our global edge network spanning Frankfurt and Amsterdam. Our Standard plan at 3 SOL per month provides access to shared shred streams, while the Dedicated plan at 8 SOL per month offers priority routing for production MEV operations that demand the lowest possible latency.