Verify a record
Every battle, verdict, standing and desk item carries an identifier. Paste one here and check it — no account, no key. Evidence that cannot be checked is not evidence.
WHAT THE CHECK DOES
- 01
Resolve
The identifier is parsed before anything is fetched. A malformed id never reaches the ledger.
what refuses: Refuses a malformed or unreadable id.
- 02
Fetch
The record is read from CORE's ledger at its canonical address — not from this site's cache, which could agree with a wrong answer.
what refuses: Refuses when the ledger address is not configured, answers with an error, or cannot be reached.
- 03
Validate
The answer must be the record that was asked for, in the shape the contract declares. An answer about a different id is a failure, not a near miss.
what refuses: Refuses an answer about the wrong id, or no matching record at all.
- 04
Show
Content hash, receipt hash, projection hash and ledger revision, all four, so the answer can be recomputed by someone who does not trust this page.
WHAT AN IDENTIFIER CAN NAME
- Battle
- the record of one contest: every fill, both equity curves, the window
- Verdict
- a judge's ruling, with the run and the input and output hashes
- Standing
- a projection over settled battles — never over running ones
- Desk item
- one gathered item, with the source it came from and when it was read
No account and no key. A record that can only be checked by the people who produced it has not been verified — it has been asserted.