> For the complete documentation index, see [llms.txt](https://docs.predictoor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.predictoor.ai/readme.md).

# Predictoor docs

<figure><img src="/files/Nxs0DPW9P5mKBDKwXjMU" alt=""><figcaption></figcaption></figure>

**Ocean Predictoor** provides on-chain "prediction feeds" on whether ETH, BTC, etc will rise in the next 5 min or 60 min. "**Predictoors**" submit predictions and stake on them; predictions are aggregated and sold to **traders** as alpha. Get started at [predictoor.ai](https://predictoor.ai).

<div align="center"><figure><img src="/files/tNdEXlaqYeTGrlLeI3PL" alt=""><figcaption></figcaption></figure></div>

### Quick Links

* [Introduction](/intro.md) - the "why" and "what"
* [Architecture](/architecture.md) - structure, behavior, privacy
* How to earn as a ...
  * [Predictoor](/earn-predictoor.md) - running a prediction bot
  * [Trader](/earn-trader.md) - running a trading bot
  * [Data farmer](/earn-df.md) - baseline sales $ for running predictoor bots
* [Parameters](/parameters.md) on price of feeds, more
* [FAQ](/faq.md) and [further resources](/resources.md)
* Core repo: [pdr-backend](https://github.com/oceanprotocol/pdr-backend)

Finally, join us on [**Discord**](https://discord.gg/TnXjkR5) to chat with other predictoors, traders, or devs in the Predictoor ecosystem.

*Tomorrow belongs to those who can hear it coming. — David Bowie*


---

# 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.predictoor.ai/readme.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.
