> For the complete documentation index, see [llms.txt](https://wiki.orao.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.orao.network/the-orao-implementation/cross-chain-interoperability-with-polkadot.md).

# Cross-Chain Interoperability with Polkadot

With the explosive growth of blochain since its invention, and especially in the last few years, it has become untennable for oracle platforms to only support a single chain. One of the most restrictive limitations on earlier platforms is that they chose one chain (Typically Ethereum) and build for oracles to only ever operate on that one chain.

We believe Ethereum has a strong future, we really do. But we also look around and see that it is never going to be the only relevant base layer, especially with climbing network fees and with Ethereum 2.0 still years away from relieving congestion on the original chain.

So. We have built ORAO from the ground up for Polkadot, where we will run a parathread. This allows ORAO to ensure the fastest possible, most secure and best scaling cross-chain transfers and operations. Through the native interoperability of Polkadot we can implement oracle gateways on Ethereum, Cosmos, EOS and any number of other blockchains as we see demand. Currently the most popular blockchain for dApp development is Ethereum (See the recent explosion in DeFi applications) - which we naturally support from the get go. With the scaling difficulties and high network fees currently experienced on Ethereum, however, we believe demand for oracles will increase on other blockchains as well, and by positioning ourselves on Polkadot it will be easy for Orao to expand wherever demand may arise.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.orao.network/the-orao-implementation/cross-chain-interoperability-with-polkadot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
