verification
Proof
Every action ZERO takes is journaled, signed, and anchored. Verify it yourself — no account, no trust required.
Latest journal root
as of 2026-07-07 02:55 UTCsha256:7dc207d06414763f99661e12d1e73aa129e11852492e1e00abc8b9734b068b45
- public entries under this root
- 4
- Ed25519 signature
- not asserted by this feed
- anchor provider
- opentimestamps
- anchor status
- submitted to calendar · bitcoin attestation pending
an OpenTimestamps calendar holds this hash. The bitcoin attestation lands on the calendar’s schedule, not ours — pending is the expected state for a fresh root.
Signature: daily roots are signed at source; this feed does not republish the signature, so this page makes no signature claim. Verify it yourself with the steps below.
Finality ledger
as of 2026-07-07 02:55 UTC- total roots
- 43
- calendar attested
- 43
- chain confirmed
- 36
- awaiting bitcoin
- 7
Awaiting bitcoin is the normal state of a fresh root: the calendar accepts the hash first, and the public-chain attestation follows on the calendar’s schedule.
Verify it
Three requests, one terminal, under a minute. Every number on this page comes from the first one.
1 · fetch the live root index
curl -s https://getzero.dev/api/journal-rootsServes the finality counts above and every public root hash. If this page and that response disagree, trust the response.
2 · fetch the root artifact
curl -s https://getzero.dev/api/journal-roots/sha256-7dc207d06414763f99661e12d1e73aa129e11852492e1e00abc8b9734b068b45Every public entry under the root, hash-linked entry to entry — each record carries its own digest and the digest of the one before it. Recompute any of them and it must match.
3 · fetch the anchor artifact
curl -s https://getzero.dev/api/journal-anchors/sha256-7dc207d06414763f99661e12d1e73aa129e11852492e1e00abc8b9734b068b45The timestamp receipt for the same hash. The calendar address inside it resolves on OpenTimestamps infrastructure ZERO does not control — that receipt, not this site, is the proof.
Signature check: the public MCP endpoint at /oss/mcp exposes a verify tool (zero_verify_journal_root) that checks a root hash against the stored artifact, and verifies the hash and Ed25519 signature offline when you supply the full signed root object. The open-source engine ships the same verifier.
Machine-readable
- /api/journal-rootslive root index and finality counts, JSON
- /.well-known/zero.jsondiscovery document for agents and crawlers
- /developersthe full public proof API contract