> For the complete documentation index, see [llms.txt](https://docs.bloxroute.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloxroute.com/solana/optimized-feed-relay/shred-stream.md).

# 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
* On the top right of the portal, click on [***Account***](https://portal.bloxroute.com/details)

<figure><img src="/files/1PqOuf9eAL0kyhXThGAG" alt=""><figcaption></figcaption></figure>

2. **Create a Subscription**

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

<figure><img src="/files/3UOoem61P3EWPUf4B7UQ" alt=""><figcaption></figcaption></figure>

* ***Create New Shred Stream***, select the **region** closest to your machine:

<div data-with-frame="true"><figure><img src="/files/GYkPSDZMh3Psjj2WPgVz" alt="" width="563"><figcaption></figcaption></figure></div>

Please see the **Available Regions** section below for more details on supported locations.

* 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

{% 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="/files/J22nfIMhMaAN8jLDTiNJ" alt=""><figcaption></figcaption></figure>

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

### Available regions

For Solana, we would recommend <https://www.validators.app/> as a solid external source for regional and data center insights about Solana validators. On our side, we track the data centers with the higher stake closely.

| Available regions | Bare-metal Provider                |
| ----------------- | ---------------------------------- |
| 🇩🇪 Frankfurt    | Teraswitch (FRA2), Latitude (FRA2) |
| 🇳🇱 Amsterdam    | Teraswitch (AMS2)                  |
| 🇯🇵 Tokyo        | Teraswitch (TKY1)                  |
| 🇺🇸 New York     | Teraswitch (EWR2), Latitude (NYC)  |
| 🇸🇬 Singapore    | Latitude (SGP)                     |
| 🇧🇷 Sao Paolo    | Latitude (SA02)                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
