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-12 00:25 UTCsha256:eb0fe8b8ff4f664dff90f7f7cbd880b34885a16bad709d249ef95a853e8b4637
- Public entries under this root
- 2
- 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-12 00:25 UTC- Total roots
- 57
- Calendar attested
- 57
- Chain confirmed
- 36
- Awaiting bitcoin
- 21
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-eb0fe8b8ff4f664dff90f7f7cbd880b34885a16bad709d249ef95a853e8b4637Every 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-eb0fe8b8ff4f664dff90f7f7cbd880b34885a16bad709d249ef95a853e8b4637The 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
- /proofthis URL — a typed proof packet (zero.proof_surface.v1) at Accept: application/json
- /api/journal-rootslive root index and finality counts, JSON
- /.well-known/zero.jsondiscovery document for agents and crawlers
- /developersthe full public proof API contract