Oracle Status
Health of the BRO Oracle. The free REST API is live today; the on-chain deployment to Base is planned. Live components are shown in green, planned roadmap components in amber.
System Health
Update Schedule
Scores are refreshed on a fixed 6-hour cadence, with priority updates triggered by code commits to monitored repositories or material on-chain events (governance votes, large withdrawals, parameter changes, etc).
Recent Updates
Coverage
Two scoring tracks: DeFi protocols use a 12-dimension model; prediction markets (e.g. Polymarket) use a separate 6-dimension model.
Planned On-Chain Update Model
RoadmapOnce the on-chain oracle ships to Base, score updates will be published by authorized updaters to the BROOracle contract, with the owner able to add or revoke updater roles. Oracle upgrades will go through a 48-hour timelock with codehash verification via the BRORegistry, and an owner-restricted emergency swap will exist for critical situations (e.g. a compromised oracle). None of these contracts or updater roles are deployed yet — today, scores are served exclusively over the free REST API.
Planned On-Chain Architecture
RoadmapBROOracle.sol
Planned oracle implementation. Will store composite BRI, per-dimension scores (12 for protocols, 6 for prediction markets), and an evidence hash per entry.
BRORegistry.sol
Planned stable consumer address. Will route reads to the active oracle, with timelocked (48h) upgrades, codehash verification, and an owner-restricted emergency swap.
IPFS Evidence
Planned: every score update will pin a full evidence package to IPFS so scores are auditable — not trust-me assertions.
Start integrating
The REST API is live and free to read — no key required. On-chain contracts on Base are planned. Check the integration guide for REST, TypeScript, and Python examples.