- Run predictoor bot - make predictions, make $
- Run trader bot - consume predictions, trade, make $
(If you're a predictoor or trader, you can safely ignore the rest of this README.)
- Get tokens: testnet faucet, mainnet ROSE & OCEAN
- Envvars
- Predictoor subgraph
- Dynamic model codebase
- Static models in predictoors
- Backend dev - for
pdr-backend
itself - Run dfbuyer bot - runs Predictoor DF rewards
- Run publisher - publish new feeds
- Scripts for performance stats, more
This repo implements all bots in Predictoor ecosystem.
Each bot has a directory:
predictoor
- submits individual predictionstrader
- buys aggregated predictions, then trades- other bots:
trueval
report true values to contract,dfbuyer
implement Predictoor Data Farming,publisher
to publish
Other directories:
util
- tools for use by any agentmodels
- classes that wrap Predictoor contracts; for setup (BaseConfig); and for data feeds (Feed)