# Shred Stream

### Overview

The **Shred Stream** provides real-time access to Solana block shreds as they propagate through bloXroute’s Optimized Feed Relay (OFR).\
This is the **earliest point** at which block data becomes available - making it essential for low-latency trading, order flow analysis, and block reconstruction.

By subscribing to the Shred Stream, users receive raw shreds directly from bloXroute’s OFR infrastructure in the selected region.

### Getting Started

1. **Navigate to&#x20;*****Account*****&#x20;on the bloXroute portal**

* Log in to your bloXroute&#x20;
* On the top right of the portal, click on [***Account***](https://portal.bloxroute.com/details) &#x20;

<figure><img src="https://content.gitbook.com/content/ZgMW6iwGsmn9ejYuG9vP/blobs/sk6CHbO1ddscH7ea1qwp/image.png" alt=""><figcaption></figcaption></figure>

2. **Create a Subscription**

* Scroll down to ***Shred Stream***

<figure><img src="https://content.gitbook.com/content/ZgMW6iwGsmn9ejYuG9vP/blobs/yAPJJQUsk1i4maaqPqvB/image.png" alt=""><figcaption></figcaption></figure>

* ***Create New Shred Stream***, select the **region** closest to your machine:
  * 🇩🇪 Frankfurt
  * 🇳🇱 Amsterdam
  * 🇯🇵 Tokyo
  * 🇺🇸 New York
* Enter your receiving endpoint (IP:Port) where the UDP packets (i.e. shreds) should be streamed

{% hint style="danger" %}
Ensure that your configured port is open to receive inbound **UDP** traffic
{% endhint %}

* Click **Confirm** to add your stream<br>

  <figure><img src="https://content.gitbook.com/content/ZgMW6iwGsmn9ejYuG9vP/blobs/kBhDeWGrFg48bp0EWa48/image.png" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Note: Please note that domain names are not allowed - only ip v4 format is supported (i.e. not ip v6)
{% endhint %}

3. **Monitor Active Streams**

* The dashboard will show your current Shred Stream subscriptions, region, and creation time
* You can delete a stream at any time<br>

  <figure><img src="https://content.gitbook.com/content/ZgMW6iwGsmn9ejYuG9vP/blobs/ZgClVso8gC2dZCsWUc8Q/image.png" alt=""><figcaption></figcaption></figure>

You will now be able to receive shreds by listening to the port that you configured.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bloxroute.com/solana/optimized-feed-relay/shred-stream.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
