# Overview

bloXroute provides execution and data services for Solana, optimized for low-latency and predictable propagation using the Blockchain Distribution Network (BDN).

### Available services

#### Execution services

bloXroute supports high-performance transaction submission on Solana through execution APIs designed for latency-sensitive trading workflows.

Execution capabilities include:

* **Solana Trader API**\
  Execution-focused APIs for submitting Solana transactions with optimized propagation paths and reduced latency, designed for professional traders and automated systems.\
  → See: [Trader API](/solana/trader-api.md)

Visit [Best Performance for Landing Transactions](/solana/trader-api/best-performance-for-landing-transactions.md)for a practical guide for optimizing Solana transaction submission paths to maximize inclusion probability and minimize end-to-end latency.

#### Data services

bloXroute provides low-latency access to real-time Solana data for execution logic and decision-making.

Data capabilities include:

* **Optimized Feed Relay (OFR)**\
  Reduced-latency delivery of critical Solana data used in trading and execution pipelines.\
  → See: [Optimized Feed Relay (OFR)](/solana/optimized-feed-relay.md)
* **Shred stream**\
  Real-time access to Solana block shreds as they propagate through bloXroute’s 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.\
  → See: [Shred Stream](/solana/optimized-feed-relay/shred-stream.md)


---

# 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/overview.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.
