> 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/introduction/introducing-orao.md).

# Introducing ORAO - Overview

The oracle space has come a long way since Oraclize. And just as earlier decentralized oracle platforms have built on the first generation of centralized versions, so we have had the benefit of seeing what has worked well for current platforms and what pitfalls others have discovered for us to avoid.

Orao has taken from projects like Chainlink and DOS a reputation system that judges data providers on factors like the freshness of data provided, order completion rates, quick fulfillment of tasks, etc. But through the integration of Data Protocols we can also judge providers on data normalization, and through the harnessing of Machine Learning we are able to make our reputation system proactive rather than reactive. With other platforms, an attacker is able to build up a good reputation score, only to deliberately provide false data if they can somehow benefit more from their trickery than they stand to lose from having their staked tokens confiscated. ORAO's system however analyzes data as it comes in, and even seasoned data providers are not blindly trusted if the data they provide goes too much against recent outputs, by the same provider or by others.

ORAO also vastly expands the range of data that can be traded on the platform. There are by now a dozen oracles buyers can tap into for financial data. Bitcoin price feeds on chain have been with us for going on five years. But through ORAO's predefined Data Protocols data providers can sell anything from soccer game outcomes to weather data to information about movies from IMDB. Because of how we built our platform, new Data Protocols can be added as demand is identified by buyers and providers. For anything that you can reasonably nail down an objective, verifiable answer, ORAO can support a Data Protocol for it and create a market.

Lastly, ORAO is blockchain agnostic. It has been built for Polkadot, and so can support cross-chain interactions between anything from Ethereum to EOS to Zilliqa. Any compatible chain can be connected to ORAO as demand rises.


---

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