Why an observation and not a verdict. To say a third-party figure is wrong you have to know what window it covers, and usually you cannot: a published APY rarely states the two points in time behind it. What is checkable is narrower. We know exactly which window our own measurements cover, because both endpoints are signed and dated from their own accrual second. So the honest artifact compares our figure against theirs over that window and stops there. If someone tells you a competitor's rate is wrong, ask which window they compared over.

What one of these records

Verify one, in this browser

Seven checks. The first five are what any signed artifact needs. The last two are why this page does arithmetic rather than just a signature check: a signature proves the issuer signed those bytes, and nothing about whether the conclusion follows from them. A record could carry a valid signature over a preimage claiming the figures agree while the figures inside it differ by three percentage points. So we recompute the subtraction and the verdict from the signed rates, and report any disagreement with what the record states.

Nothing has been checked yet.

Check your own

Paste an observation as JSON. The page reads the payload out of canonical_json, never out of the surrounding record, because the surrounding record is a copy and a copy is what drifts. An observation could state one verdict at the record level over signed bytes that say another, and every check reading the record would agree with itself.

No production observation has been published yet

Producing one is a controller-only call that spends cycles on an outbound HTTPS request, and nothing on this page can trigger it: an open endpoint making a paid request for anyone who clicks is a drain with a button on it. So what runs above is signed in your own browser, by a key generated in your own tab, which is why the origin check correctly fails on it.

That failure is the demonstration. The five checks before it pass on a record we manufactured seconds ago: the bytes hash to their own fingerprint, the signature is valid, the arithmetic holds. Internal consistency is cheap and anyone can produce it. The one check that separates a real DeltaRates observation from a well-made fake asks whether the signing key is our key, and that key is pinned in this page's source rather than read from the artifact.

What a cross-check does not settle