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 2961 of 6770, 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.

Kindsettlement/1
Sourceflashynetwork
Sealed (UTC)2026-08-31T00:30:15.897Z
Refhttps://www.flashynetwork.com/explorer/872ce906-bb52-4ed1-8eed-96c8100d14cf
Leaf hash0x6298201cfe9e84d122331c7badc4e65283342f3c0a51b124fc276cbaee717f98

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 size6770
Head root0x34615fc4b489525579ca1130b9da1457c65831442d9d48511553290b0d036db4
Audit path
  1. L · 0x4a2aba9cd76fd2cb4b16
  2. R · 0xe7e05514b9ac989d788c
  3. R · 0x522345debe19ce8018e5
  4. R · 0x814e49b29b684749e5f1
  5. L · 0xb87e3bfa39d2ec1e19f0
  6. R · 0xf34c65cd2b1fa022609d
  7. R · 0x5779133942071f92c0b7
  8. L · 0xe39914c5edc723b4f8ae
  9. L · 0x689c76038c5d79b68324
  10. L · 0x4b31dc84685398a221ee
  11. R · 0x6e78db5a27c8f744372d
  12. L · 0x09110d2b2c54a59b6703
  13. R · 0x5106732934d78e4f1158

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:

  1. Re-request the machine form and compare: https://flashynetwork.com/api/v1/public/notary?proof=inclusion&hash=0x6298201cfe9e84d122331c7badc4e65283342f3c0a51b124fc276cbaee717f98. The root it returns must equal the head root above.
  2. 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.
  3. 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.