1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Moved appendix to FAQ

This commit is contained in:
idiom-bytes 2023-09-26 22:40:20 -07:00
parent 75c3e4f569
commit 02b504233a

View File

@ -200,6 +200,50 @@ Checkout our [roadmap](https://oceanprotocol.com/technology/roadmap) to see what
</details> </details>
## Predictoor FAQ
<details>
<summary>How Predictoor compare to prediction markets? Like Predictoor, they use \$ for accountability.</summary>
Prediction markets are for one-off predictions like “will Biden win in 2024?” whereas Predictoor-style prediction feeds are for a continuous stream of predictions.
</details>
<details>
<summary>How Predictoor compare to Chainlink? Like Predictoor, it has price feeds on-chain.</summary>
Chainlink provides current prices on-chain, and Predictoor makes predictions for prices in the future.
</details>
<details>
<summary>How does Predictoor compare to Numerai? Like Predictoor, it crowd-sources predictions, related to trading.</summary>
They are different:
- Numerai takes predictions, then aggregates them and uses them to trade directly. It operates as a hedge fund.
- Whereas Predictoor takes predictions, then aggregates them and sells the aggregate. It operates as data feeds.
Secondary differences:
- Numerai focus is tradfi trading, as a hedge fund.
- Whereas Predictoor is pure datafeeds, and applies to any vertical. Its first use case is defi trading.
- Currently Numerai is mostly centralized.
- Whereas Predictoor is decentralized. Predictoor tech may be useful to Numerai to help decentralize
</details>
<details>
<summary>How does Predictoor compare to Numerai Signals? People supplying to Numerai Signals dont get paid out from trading (like the main Numerai product).</summary>
In Numerai Signals, payout is a function of the submitters “originality” compared to other signals. These signals are used as inputs for prediction models in Numerai main product.
Whereas in Predictoor, payout is a function of the the accuracy of the submitters prediction, compared to the true value. These signals are predictions, directly.
</details>
## Data Farming FAQ ## Data Farming FAQ
<details> <details>