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) | Kind | Reference |
|---|---|---|---|
| #1842 | 2026-06-29 06:00 | Attestation | Open metrics snapshot 2026-W26 |
| #1841 | 2026-06-28 21:14 | Decision | MDR-2026-0612 — raise MMF cap to 60% |
| #1840 | 2026-06-27 12:02 | Standard | AT-002 Reconciliation ledger v3.0 |
| #1839 | 2026-06-22 08:45 | Advisory | ADM-2026-014 — pacing webhook race |
| #1838 | 2026-06-18 17:30 | Policy | Treasury IPS v4.2 — counterparty ceilings |
| #1837 | 2026-06-14 09:20 | Attestation | Backup restore drill — RTO 11m |
| #1836 | 2026-06-10 15:05 | Decision | MDR-2026-0598 — terminate vendor X (SOC 2 gap) |
| #1835 | 2026-06-01 10:00 | Standard | AT-007 Platform fee taxonomy v1.0 |
How to verify
- Download the ledger snapshot (JSONL, signed by our hardware key).
- Walk the chain from genesis: each entry’s
prevHashmust equal SHA-256 of the previous record. - Verify the latest co-signature against the published auditor witness keys.
- A reference verifier (TypeScript + Python) ships under our open-source repo.