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 3017 of 6639, 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-30T09:05:52.421Z
Refhttps://www.flashynetwork.com/explorer/d3cf2ad4-c400-455e-8330-237153d3eff3
Leaf hash0x812a44fdc3ca49cf4367de2a040866d736d43cf8cd423ae845c526f9ed3fef78

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 size6639
Head root0x32329c3069acda7c2b561cbd0c59b973f004b2ac3d3ee9f4747ad36562e10e85
Audit path
  1. L · 0x421196a13e35c50e16d5
  2. R · 0xd52870d8741cba4e4cb1
  3. R · 0x28a617d7b6ed3e06cecd
  4. L · 0xc5ef6db64fc63c5aa022
  5. R · 0xa65a3b17aedd76d34d64
  6. R · 0x3f5379b3fe1da3c88890
  7. L · 0x28328795ea5f545e9fa6
  8. L · 0xe39914c5edc723b4f8ae
  9. L · 0x689c76038c5d79b68324
  10. L · 0x4b31dc84685398a221ee
  11. R · 0x6e78db5a27c8f744372d
  12. L · 0x09110d2b2c54a59b6703
  13. R · 0xa4e845aeba6bf7b6e92a

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=0x812a44fdc3ca49cf4367de2a040866d736d43cf8cd423ae845c526f9ed3fef78. 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.