Get shreds
Start receiving raw shreds — subscribe in your Helius Dashboard.
What is Helius Shred Delivery?
Shred Delivery is Helius’s pre-execution data product, designed to give you ultra low-latency access to Solana’s transaction data: unprocessed shred packets delivered over UDP as they’re produced, with the deshredding implemented on your side. If you want decoded transactions instead of raw packets, use Preprocessed Transactions — a separate product built on the same shred pipeline that skips the deshredding step. Raw shreds offer a competitive edge for propAMMs, snipers, copy traders, liquidation bots, and arbitrage — as well as RPC node operators who want to remove network sync latency. Note: Shreds carry transactions, not account state. Both raw shreds and preprocessed transactions deliver transactions before they execute. Account and program updates (token balances, bonding-curve state, etc.) don’t exist yet at the shred stage — the runtime produces them during execution. If you need real-time account state changes, use LaserStream gRPC atprocessed commitment instead.
Raw Shreds (UDP)
Requires deshredding logic on your side. $1,000/month/IP. Pro plan customers pay $800/month/IP.
Preprocessed Transactions
Decoded shreds delivered as pre-execution transactions over WebSocket — no deshredding required. All paid plans, 0.1 credits per message.
Validator Advantage
Helius is the top validator by stake and receives shreds faster than validators with less stake and non-staked RPC nodes.
Self-serve
Add and remove seats from the Shreds tab in your dashboard. Each seat binds to one IP. We auto-detect the closest region to your server.
What are shreds?
In Solana, transactions are broken down into smaller data packets called “shreds” to facilitate efficient and rapid propagation across the network. Each shred is a fragment of transaction data, optimized to fit within standard network packets, ensuring swift distribution and reconstruction into complete blocks by validators. This architecture is pivotal for maintaining Solana’s high throughput and low latency, and Shred Delivery taps directly into this raw data stream before any processing occurs.Deep Dive: Understanding Solana Shreds
Read our comprehensive blog post explaining how Solana’s shred mechanism works and why it matters for trading
Raw Shreds vs. Preprocessed Transactions
Preprocessed Transactions is a separate product built on the same shred pipeline. Both ship pre-execution data — the difference is how much processing Helius does before handing it to you.Raw shreds (UDP)
- Unprocessed shred packets delivered as they’re produced
- Requires deshredding logic
- Available on all plans. Pay per seat; manage via dashboard.
- propAMMs, snipers, copy traders, liquidation bots, arbitrage, RPC node operators who want to remove network sync latency
Preprocessed Transactions
- Decoded pre-execution transactions, ahead of
processed - No execution metadata (no balance changes, logs, or errors)
preprocessedSubscribeWebSocket; no custom deshredding- All paid plans, 0.1 credits per message
When to choose which
Pick raw shreds when every microsecond matters and you have the infrastructure to deshred at line rate. Pick Preprocessed Transactions when you want the head-start overprocessed without having to write deshredding logic — and you don’t need execution metadata.
Shred Delivery vs. LaserStream gRPC
LaserStream gRPC and Shred Delivery sit at different points in the transaction lifecycle:
Many teams use both: Shred Delivery for the pre-execution signal that drives a trading decision, and LaserStream gRPC for the post-execution confirmation that updates dashboards and persists state.
Learn About LaserStream gRPC
Production-grade gRPC streaming with replay, multi-region failover, and developer-friendly SDKs.
Start Using LaserStream
Get started with LaserStream from your Helius Dashboard.