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.

seqtsactorevententry hash
102026-08-08T23:27:04.502791Z founderfounder_session_revoked 758dd0bf6007fcc8…
92026-08-08T23:27:02.922272Z founderfounder_session_opened 972305692c50385d…
82026-08-08T23:27:02.722464Z founderfounder_session_minted 93c94a6b97e279a6…
72026-08-08T23:24:13.246250Z founderfounder_session_revoked 77cd0198736fb702…
62026-08-08T23:24:11.725270Z founderfounder_session_opened 35a8dc2f4c70e3a2…
52026-08-08T23:24:11.535347Z founderfounder_session_minted 10387f56e1a06cfb…
42026-08-08T22:35:50.965183Z founderfounder_session_revoked 2af02b519e67365d…
32026-08-08T22:35:49.353867Z founderfounder_session_opened 507a20866bd5139c…
22026-08-08T22:35:49.153032Z founderfounder_session_minted ece88cbf949a717c…
12026-08-08T22:31:09.777333Z hostbackup_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.