Trust Ledger

An append-only, hash-chained log of everything we publish

Every attestation, policy version, advisory, material decision and open standard is committed to a Merkle-chained ledger. A new entry references the hash of the previous one — so any tampering breaks the chain forever.

Entries to date

1,842

Since genesis 2024-09-01

Last commit

06:00 UTC

Today · #1842

Chain verified

100%

Continuous Merkle proof

Witnessed by

3 auditors

Quarterly co-sign

Latest entries

#Timestamp (UTC)KindReference
#18422026-06-29 06:00AttestationOpen metrics snapshot 2026-W26
#18412026-06-28 21:14DecisionMDR-2026-0612 — raise MMF cap to 60%
#18402026-06-27 12:02StandardAT-002 Reconciliation ledger v3.0
#18392026-06-22 08:45AdvisoryADM-2026-014 — pacing webhook race
#18382026-06-18 17:30PolicyTreasury IPS v4.2 — counterparty ceilings
#18372026-06-14 09:20AttestationBackup restore drill — RTO 11m
#18362026-06-10 15:05DecisionMDR-2026-0598 — terminate vendor X (SOC 2 gap)
#18352026-06-01 10:00StandardAT-007 Platform fee taxonomy v1.0

How to verify

  1. Download the ledger snapshot (JSONL, signed by our hardware key).
  2. Walk the chain from genesis: each entry’s prevHash must equal SHA-256 of the previous record.
  3. Verify the latest co-signature against the published auditor witness keys.
  4. A reference verifier (TypeScript + Python) ships under our open-source repo.