# The bloXroute Gateway

The bloXroute Gateway is open-source software that acts as the entry point for blockchain clients (such as Geth, Bitcoin ABC, etc.) to bloXroute’s BDN, passing transactions and blocks between the blockchain client and the rest of the BDN. The Gateway talks to the blockchain client using the blockchain client’s native peer-to-peer communication protocol. From the perspective of the blockchain client, a Gateway is simply another peer in the network

To communicate with the rest of the bloXroute BDN, the Gateway communicates in the [BLXR protocol](broken://pages/-MIUefgOLjjxhORGDPtk). As open-source software, anyone can modify the Gateway to meet their needs or review the code to ensure that the software is behaving as expected.

![](https://bloxroute.com/wp-content/uploads/2019/11/docs_user_network.png)


---

# 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/resources/guides/evm-blockchain-distribution-network-bdn/gateway.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.
