Oracle Status
Real-time health of the BRO Oracle infrastructure. All systems monitored 24/7 with automated failover and alerting.
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
Oracle Operators
Score updates are published by authorized updaters to the BROOracle contract. The owner can add or revoke updater roles. Oracle upgrades go through a 48-hour timelock with codehash verification via the BRORegistry. An emergency swap function exists for critical situations (e.g. a compromised oracle) and is restricted to the contract owner.
Infrastructure
BROOracle.sol
Oracle implementation. Stores composite BRI, 12 per-dimension scores, and evidence hash per protocol. 3 storage slots per protocol.
BRORegistry.sol
Stable consumer address. Routes reads to the active oracle. Upgrades are timelocked (48h) with codehash verification. An owner-restricted emergency swap exists for critical situations.
IPFS Evidence
Every score update pins a full evidence package to IPFS. Scores are auditable — not trust-me assertions.
Start integrating
The REST API is live and free to read. On-chain contracts are deploying to Base. Check the integration guide for Solidity, TypeScript, and Python examples.