VERIFY · LIVE
Verify a leaf
Paste a leaf hash. This returns its inclusion proof against the current head — and the exact steps to check that proof yourself, in any verifier that speaks RFC 6962.
A leaf hash is the 0x… sha256 in any row of the log. This page carries out the same request a machine makes to /api/v1/public/notary?proof=inclusion&hash=….
Included ✓
This leaf is in the log at position 4315 of 5380, and the audit path below proves it against the head root. You do not have to take that on faith — the steps to check it yourself are below.
| Kind | settlement/1 |
|---|---|
| Source | flashynetwork |
| Sealed (UTC) | 2026-08-19T12:05:20.574Z |
| Ref | https://www.flashynetwork.com/explorer/89222159-3605-4793-8057-b974376c1704 |
| Leaf hash | 0x50173538cad879c102edef958f7f45158c434aa4ec4b24208bb93ea0af5fb3b9 |
Four fields of context and a hash — nothing about who or how much. The ref is where a holder re-fetches the full record and re-hashes it to this same leaf; the log never saw those bytes.
The proof
| Head size | 5380 |
|---|---|
| Head root | 0xa442f7b3e70af3c7cc0c0e30def9ffe02cf1121799124fe3af46446588de1f13 |
| Audit path |
|
Check it yourself
The proof is RFC 6962 — Certificate Transparency, byte for byte — so any CT verifier in any language checks it without reading our code. Three ways, from least to most independent:
- Re-request the machine form and compare: https://flashynetwork.com/api/v1/public/notary?proof=inclusion&hash=0x50173538cad879c102edef958f7f45158c434aa4ec4b24208bb93ea0af5fb3b9. The
rootit returns must equal the head root above. - Fetch the whole leaf stream, rebuild the tree, and confirm the root — the head is a number you recompute, never one we ask you to trust.
- Keep the head. Later, fetch the new head and a consistency proof between the two; if it passes, the log only grew — nothing was rewritten or removed.
An unsigned head is reproducible, not tamper-evident: recomputing our root checks our arithmetic, not our honesty. Only a cosignature from a party that is not the estate closes that gap, and until one exists the head endpoint says so, with the witness ratio published at zero. See the log for the whole picture.