This page runs the platform's own checks against the platform, live, with no login.
For each market it rehashes the question to prove the terms weren't reworded, compares the outcome the
ledger paid on against the outcome recorded on chain, and replays the settlement maths over the
stored stakes to see whether it reproduces the published receipt. It then recomputes every hash
link in the transaction log, and checks that every point in existence traces back to a grant, a bet or a
payout. A red result below is a real finding, not a rendering bug.
Verifying…
Markets
On-chain transaction log
Append-only and hash-linked: each entry's hash is computed over the entry before it, so editing any past
record breaks every hash that follows.
createMarket commits a market's terms,
setOutcome records the resolved result and who attested to it, and
recordSettlement commits the Merkle root of the payout table.