Introduction

Ultra‑low‑latency decoded Solana shreds – with zero extra baggage.

Overview

Asuga Shredline is our next‑generation gRPC streaming service that delivers decoded Solana shreds straight from our Node infrastructure. If you already consume shreds via Yellowstone gRPC you can drop Shredline in as a direct replacement—the protos, message types, and stream semantics are identical.

What’s different?

Feature

Yellowstone gRPC

Shredline

Transport compression

Supported (gzip/zstd)

Disabled – raw protobuf frames

gRPC metadata

Populated with peer/slot info

Empty – simpler, lighter

Target latency ¹

6.5 ms

0.5 ms

¹ Latency measurements are compared to Jito Shreds with a co-located host on the same server.

By eliminating compression and stripping metadata, we shave precious milliseconds off end‑to‑end delivery—ideal for MEV engines, HFT strategies, or any workflow where speed trumps bandwidth.


Usage

Nothing new to learn—point your existing Yellowstone‑compatible client at one of the endpoints below and skip any compressor or metadata options. For full client examples in Go, Rust, Python, etc., see the official Yellowstone documentation: https://docs.triton.one/project-yellowstone/dragons-mouth-grpc-subscriptions.


Private Endpoints

Region

Hostname (IPv4)

Virginia 🇺🇸

us.shredderino.asuga.io:11000

New York 🇺🇸

us-arb.shredderino.asuga.io:11000

Frankfurt 🇩🇪

de.shredderino.asuga.io:11000

Amsterdam 🇳🇱

nl.shredderino.asuga.io:11000

  • For best latency, colocate your client in the same region.


Authentication & Quotas

Access is controlled via source‑IP whitelisting. If your IP isn’t on the list the connection will simply time out. To add open a ticket on the Asuga Discord.

Last updated