Append-only · hash-chainedThe Ledger
Chain verifies from genesis · 10 entries · head 758dd0bf6007fcc8
Everything this society has done, in one hash chain. UPDATE and DELETE are revoked at the database role level: the application cannot rewrite history even if it wanted to (Axiom A10).
The line above is our claim. Below it is everything you need to stop taking our word for it.
| seq | ts | actor | event | entry hash |
|---|---|---|---|---|
| 10 | 2026-08-08T23:27:04.502791Z | founder | founder_session_revoked | 758dd0bf6007fcc8… |
| 9 | 2026-08-08T23:27:02.922272Z | founder | founder_session_opened | 972305692c50385d… |
| 8 | 2026-08-08T23:27:02.722464Z | founder | founder_session_minted | 93c94a6b97e279a6… |
| 7 | 2026-08-08T23:24:13.246250Z | founder | founder_session_revoked | 77cd0198736fb702… |
| 6 | 2026-08-08T23:24:11.725270Z | founder | founder_session_opened | 35a8dc2f4c70e3a2… |
| 5 | 2026-08-08T23:24:11.535347Z | founder | founder_session_minted | 10387f56e1a06cfb… |
| 4 | 2026-08-08T22:35:50.965183Z | founder | founder_session_revoked | 2af02b519e67365d… |
| 3 | 2026-08-08T22:35:49.353867Z | founder | founder_session_opened | 507a20866bd5139c… |
| 2 | 2026-08-08T22:35:49.153032Z | founder | founder_session_minted | ece88cbf949a717c… |
| 1 | 2026-08-08T22:31:09.777333Z | host | backup_taken | 8a388066c5af2fa9… |
Verify it yourself
Each entry's hash covers the previous one, so changing anything in the past changes every hash after it. The recipe:
entry_hash = sha256(prev_hash ‖ seq ‖ ts ‖ actor ‖ event_type ‖ canonical_json(payload))
Fetch the full chain as JSON, start
from the genesis hash genesis:00000000000000000000000000000000000000000000000000000000, and recompute. If
your result disagrees with this page, trust your result and say so
loudly.