Raw UDP
Direct raw shred data over UDP. We collect shreds from a large set of top-tier validators and forward them straight to your stack—maximum control for custom decoders and proprietary pipelines.
// Products
Ultra-low-latency Shred Streaming and Yellowstone Geyser gRPC in one suite—built for teams that need Solana data at the edge of the network.
// Shred streams
As blocks propagate through Solana, the network moves data in small units called shreds—the earliest slice of block data you can observe. Shred streaming delivers those packets over high-performance channels so your systems react while the block is still getting processed.
Using Decoded Shreds and Binary is straightforward: subscribe to transactions with Geyser-style filters while keeping the full speed of shred-level delivery—no need to sacrifice ergonomics for latency.
Shred Streams are available in 5 global regions: Frankfurt, Amsterdam, New York, London, and Tokyo.
{
"pumpfun": {
"account_include": [],
"account_exclude": [],
"account_required": [
"6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P"
]
}
}
cargo run --example transactions.
Direct raw shred data over UDP. We collect shreds from a large set of top-tier validators and forward them straight to your stack—maximum control for custom decoders and proprietary pipelines.
Decoded shred feed—balance of speed, convenience, and cost. Skip running your own decoder while still operating close to the shred frontier.
GitHub example →Decoded transaction data extracted efficiently from shreds—the fastest path to transaction data for most workloads. No local decoding required.
GitHub example →| Option | Latency | Latency details | Format | Best for |
|---|---|---|---|---|
| Raw UDP | Lowest* | Depends on the local decoding setup. | Raw UDP shreds | Teams with in-house decoding and strict latency budgets |
| Decoded Shreds | Low | No client-side shred decoding. | Structured transaction data | Production services that want filters without operating a decoder |
| Binary | Lowest | Beats raw pipelines for most users. | Structured transaction data | Trading and lowest-latency setups |
// Benchmarks
Head-to-head ingest share vs alternatives.
// Geyser gRPC
Geyser gRPC is Solana’s plugin-based streaming interface—widely implemented via the Yellowstone protocol. Subscribe to accounts, transactions, slots, and blocks with the same tooling you already use, backed by Shreder’s low-latency path to the network.
Geyser gRPC is available in 5 global regions: Frankfurt, Amsterdam, New York, London, and Tokyo.
Shred-accelerated delivery on top of standard Geyser—the fastest gRPC experience we offer. Keep the familiar Yellowstone interface as a drop-in replacement while pulling data forward in the propagation path.
Same protos and client code; significantly lower time-to-data vs standard providers.
Standard Yellowstone Geyser gRPC—reliable, full-featured, and compatible with existing Geyser integrations. A cost-effective option when you don't need accelerated delivery.
Battle-tested compatibility for workloads that prioritize completeness and cost control.
// Benchmarks
Head-to-head ingest shares for Geyser-class workloads (methodology on benchmarks).
Get started in minutes or reach out if you need a custom setup.