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 4612 of 5382, 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-17T18:25:33.502Z
Refhttps://www.flashynetwork.com/explorer/c6ed1d6c-9bc7-4051-b2e1-ef1d12ce2dc2
Leaf hash0x795c53ea5bedd31d87ceabd1a4748d92806a88228775b93720f9684af0bab634

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 size5382
Head root0xf2568100b07a3debb92b131c7cc98209dcff8da20317abb0867ae9bea9d8287f
Audit path
  1. R · 0x350fb90d29e19c5a9ac5
  2. R · 0xb0945a11180ce9563364
  3. L · 0xd79a8910aa294d0087da
  4. R · 0x26cdf99b7850c6bf69fe
  5. R · 0x3b0b35523692ece1a200
  6. R · 0x26e385c9384ca8eeab3f
  7. R · 0x509dfa6378a51ba949d2
  8. R · 0xd21689142263e27258fa
  9. R · 0xbcd0386fd8ac954f3458
  10. L · 0xe3f98cf57ecaee244fce
  11. R · 0x7e6905426ce6656f35fb
  12. L · 0xc3418fa1c95d5584fe6f

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