> 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/core-solutions/accessing-the-bdn.md).

# Accessing the BDN

There are two main ways to access the bloXroute Blockchain Distribution Network (BDN), depending on your infrastructure and latency requirements:

#### **1. Gateway-API**

Run a local Gateway alongside your node for the lowest-latency access to the BDN. This method is ideal for high-frequency traders, validators, or any user needing private, fast access.

#### **2. Cloud-API**

Connect directly to bloXroute’s hosted infrastructure — no Gateway installation required. Suitable for users who want fast integration without managing local components.

For optimal performance, advanced users may combine both the Gateway-API and Cloud-API.


---

# 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:

```
GET https://docs.bloxroute.com/core-solutions/accessing-the-bdn.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.
