Oracles
Oracle creation

Create and operate an Oracle

Define the oracle as an exact data pipeline, map derived values to slots, publish the methodology, then stake and operate the deployed oracle.

Oracle contract fields

Schedule and settlement rules

Human-readable title used at the top of the generated oracle instructions.
Timestamp anchoring the whole calendar. Use UTC, for example midnight for daily rounds.
UTC timestamp: not set
Time between round starts. 1 day equals 86400 seconds in OracleFactory.
Time after a round opens when oracle participants can submit prices. 2 hours equals 7200 seconds in OracleFactory.
Extra time LP mint/burn claims wait, so trader exits can claim settled collateral first. 1 hour equals 3600 seconds in OracleFactory.
Minimum ETC stake required before an oracle participant can submit prices.
Modulo used for skipped rounds. Use 7 for a weekly daily cycle, 24 for hourly daily cycle, 0 for none.
Comma-separated residues skipped in the cycle, e.g. weekend positions for a daily weekly oracle.