β Frequently Asked Questions
Find answers to the most common questions about ShredStream.com, organized by topic.
π General
What are Solana shreds?
Shreds are the smallest unit of data in Solana's block propagation protocol. When a validator produces a block, it breaks the block into shreds -- small, fixed-size packets (1,203 bytes each) -- and distributes them across the network. Shreds contain transaction data before the full block is assembled and confirmed, making them the fastest way to observe on-chain activity.
How is ShredStream.com different from using an RPC node?
An RPC node delivers data after a block has been confirmed by the cluster. ShredStream.com delivers shreds as they are produced, before block confirmation. This gives you access to transaction data hundreds of milliseconds earlier than the fastest RPC subscription. For time-sensitive applications like trading, arbitrage, and liquidations, that difference is significant.
π Streams
What duration options are available?
ShredStream.com offers two duration options:
| Duration | Price | Access |
|---|---|---|
| Weekly | $199 | 7 days |
| Monthly | $499 | 30 days |
All options include a UDP connection, access to every available region, and the same shred data. There are no performance tiers β every stream gets the same service.
Can I have multiple streams?
Yes. You can create multiple streams, each with its own region, duration, and connection. Each stream is independent. This is useful for running redundant receivers across multiple servers or data centers.
What happens when my stream expires?
When a stream expires, UDP delivery stops immediately. Your stream configuration is preserved in your dashboard, and you can renew it at any time to resume delivery. No data is sent during the expired period.
Can I change my stream's destination IP address?
Yes. You can update the destination IP or port at any time from the stream detail page on your dashboard. There will be a brief interruption (a few seconds) while the change is applied. The region is chosen when you create the stream and is fixed for the life of that stream β to use a different region, create a new stream.
π³ Payments
What payment methods are accepted?
ShredStream.com accepts payments in SOL on the Solana blockchain. Payments are processed on-chain and typically confirm within a few seconds.
Can I extend my stream?
Yes. You can extend any stream (active or expired) by adding more time. Extensions are flexible β you can choose any duration regardless of your original purchase:
- +1 Week β $199
- +1 Month β $499
How do I pay for a stream?
When you create or extend a stream, a payment modal displays a QR code and a payment address. Scan the QR code or copy the address and send SOL from any wallet or exchange. No wallet connection is required β just send the exact amount shown. Payment is confirmed automatically once the SOL arrives on-chain.
π§ Technical
How do I receive the UDP stream?
When you create a stream, you provide a destination IP address and port. ShredStream.com sends shreds as UDP packets to that address. Use our SDK to receive and decode shreds in a few lines of code β available for JavaScript, Python, Rust, and Go. See the SDK Quick Start guide to get started.
Do I need to use your SDK?
No β we deliver raw Solana shreds over UDP, so any Solana shred receiver works. We provide an SDK in JavaScript, Python, Rust, and Go that gets you from signup to first transaction in a few minutes if you'd rather skip the boilerplate. See Why Use the SDK for what it covers.
Can I receive shreds with my existing Solana tooling?
Yes β we deliver raw Solana shreds over UDP. Point your existing receiver at the IP/port you configure in the dashboard. Our SDK remains the quickest path if you don't have a receiver in place β available for JavaScript, Python, Rust, and Go.
Do you provide SDKs to decode shreds?
Yes! We provide official SDKs for JavaScript, Python, Rust, and Go that handle UDP reception, shred parsing, and transaction decoding out of the box. Available on npm, PyPI, crates.io, and GitHub. See the SDK Quick Start guide for code examples.
What is the packet size?
Each UDP packet contains one raw Solana shred. Sizes vary up to the network MTU (~1500 bytes). No additional framing or header is added by ShredStream.com.
Can I filter shreds by program or account?
ShredStream.com delivers all shreds from the network without filtering. To focus on specific programs, accounts, or transaction types, apply your filtering logic client-side after receiving and parsing the shreds.
π€ Account
Can I try ShredStream.com before subscribing?
Yes. We offer free trials so you can evaluate ShredStream.com with your own infrastructure. Every signup gets a 3h free trial automatically β activate it in one click from your dashboard.
How do I delete my account?
To delete your account:
- Go to Settings in your dashboard.
- Scroll to the Danger Zone section.
- Click Delete Account.
- Type
DELETEto confirm.
Account deletion is permanent. All streams will be stopped and your data will be removed.
π¬ Have a Question Not Listed Here?
Reach out to us on Discord (open a ticket in #ticket) or on Telegram and we will be happy to help.