# Products

bloXroute provides execution and data services built on top of a globally distributed Blockchain Distribution Network (BDN).

All services use the same underlying infrastructure to reduce latency and variance in transaction and data propagation across supported blockchains. Services are grouped by the primary task they enable.

### Execution Services (Transaction & Propagation)

Execution services are designed for submitting transactions and bundles with minimal latency and improved propagation characteristics. These services are used by traders, searchers, and infrastructure teams that require fast and predictable delivery into the network.

Execution capabilities include:

* **Transaction submission**\
  Submit single transactions or bundles with optimized propagation paths across supported chains.
* **Bundle and strategy execution**\
  Support for bundled submission and backrun-style execution where applicable.
* **Chain-specific execution APIs**\
  Execution interfaces tailored to the mechanics of each supported blockchain.

Execution services are available across Solana, BNB Chain, Base, Ethereum, Monad, Hyperliquid, TON, and X Layer, with chain-specific behavior documented in the relevant sections.

### Data Services (Streams & Feeds)

Data services provide low-latency access to real-time blockchain data required for decision-making and execution logic. These services are designed to deliver fresher data with lower variance than standard public endpoints.

Data capabilities include:

* **Real-time streams**\
  Access live transaction, block, and event data across supported blockchains with minimal delay.
* **Optimized Feed Relay (OFR)**\
  Reduced-latency delivery of critical data used in trading and execution pipelines.

Data services are commonly used alongside execution services to build closed-loop trading and execution systems.

### Shared Infrastructure

All execution and data services are powered by the Blockchain Distribution Network (BDN) — a high-capacity, low-latency global network of relays optimized for blockchain traffic.

The BDN is not a standalone product, but the foundational layer that enables consistent performance across all bloXroute services. Documentation for accessing and operating on the BDN is available in the infrastructure sections of the docs.

### Next Steps

bloXroute products are exposed through chain-specific documentation.

Start by selecting the blockchain you’re building on, then explore the available execution and data services for that network, including APIs, integration guides, and operational details.

<br>


---

# 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/introduction/products.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.
