Hash-Chain Ledger Excerpt
Every trust act in this tribunal — case filing, scroll emission, judgment, appointment — is appended to a SHA-256-chained, append-only ledger on RAID 1 LUKS storage. Each daily file is anchored to the Bitcoin blockchain via OpenTimestamps. This page is a read-only view onto that ledger.
Filter
Hard caps: 365-day range, 5000 entries per request. For a full export, request the underlying NDJSON files out-of-band.
Entries
0 entryiesNo entries in this range. Scanned 31 days.
How to verify
- For each entry, confirm
prev_hashmatches thehashof the prior entry. The chain ends at a genesis entry whoseprev_hashis empty. - Each daily file (
YYYYMMDD.ndjson) is OTS-anchored to Bitcoin. Validate the.otsproof against the file's SHA-256 using theots verifyCLI. - Cross-reference event records with DB rows (e.g. an
appointment_grantedevent should correspond to an APPROVED row intribunal_applications).