BlackHartBlackHart
Scores/Status

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.

API Operational
On-chain oracle on Base is planned (roadmap)
On-chain & status monitoring planned

System Health

apiREST API
Operational
databaseBROOracle (On-Chain)
Planned (Base)
hubBRORegistry (On-Chain)
Planned (Base)
cloud_doneIPFS Evidence
Planned

Update Schedule

6h
Scheduled
30m
Post-Commit
15m
On-Chain Event

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

2026-05-29 12:00 UTCScheduled refresh
118 protocols
2026-05-29 06:00 UTCScheduled refresh
118 protocols
2026-05-29 00:00 UTCScheduled refresh
10,100 prediction markets
2026-05-28 18:00 UTCScheduled refresh
118 protocols
2026-05-28 14:22 UTCEvent-triggered
1 protocols

Coverage

118
Protocols Scored
10.1K
Prediction Markets
12 / 6
Dimensions (Protocol / Market)
9
Chains Covered

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

Roadmap

Once 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 Upgrade Timelock: 48 hours with codehash verification
Update Cadence: Every 6 hours

Planned On-Chain Architecture

Roadmap
storage

BROOracle.sol

Planned oracle implementation. Will store composite BRI, per-dimension scores (12 for protocols, 6 for prediction markets), and an evidence hash per entry.

hub

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.

cloud_done

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.