> For the complete documentation index, see [llms.txt](https://chaincross.gitbook.io/chaincross-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaincross.gitbook.io/chaincross-whitepaper/technical-architecture/cross-chain-routing.md).

# Cross-Chain Routing

Cross-chain routing is a crucial feature of ChainCross that enables efficient and reliable communication between different blockchain ecosystems by supporting the discovery of network addresses, routing paths, and networks. This functionality is similar to the routing protocols used on the internet, such as the Border Gateway Protocol (BGP).

In the context of blockchain ecosystems, the discovery of network addresses, routing paths, and networks plays a vital role in facilitating communication between different chains and applications. Just like how BGP enables the discovery of network addresses and routes on the internet, ChainCross provides a similar mechanism for blockchain ecosystems.

With cross-chain routing, ChainCross ensures that applications and users can seamlessly interact with various blockchain ecosystems. It allows for the discovery of network addresses across different chains, enabling applications to identify and communicate with specific addresses on other chains.

Cross-chain routing in ChainCross facilitates the discovery of routing paths between different blockchain ecosystems. This means that applications can find the most efficient and reliable routes to communicate with other chains, ensuring optimal performance and reducing latency.

ChainCross supports the discovery of networks, which is another key aspect of cross-chain routing. This allows applications to identify and connect with different blockchain networks, enabling them to communicate and exchange information seamlessly.

By providing cross-chain routing capabilities, ChainCross eliminates the barriers that exist between different blockchain ecosystems, enabling efficient and reliable communication. This feature promotes interoperability and opens up new possibilities for decentralized applications to leverage the benefits of multiple chains.


---

# 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://chaincross.gitbook.io/chaincross-whitepaper/technical-architecture/cross-chain-routing.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.
