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 899 of 7681, 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.

Kindship/1
Sourceclaimyourgold
Sealed (UTC)2026-05-16T18:20:24.000Z
Refship/claimyour.gold/5d65af4aa285
Leaf hash0x99df994359bb93e9c3de1588a486aecb8b49531e5b4bdf0f9a70a18142c7672b

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 size7681
Head root0x65c796ed397bc9e35d84a5d6f8ebac3d5385428e8f999efa1b838949ab8ce9af
Audit path
  1. L · 0xbe9a7b7fdca905c22181…
  2. L · 0x60dde0e85fe1eae85faf…
  3. R · 0x0a080ba214e8db0d0bf9…
  4. R · 0xcb49ce561ef533a877fc…
  5. R · 0xadcc5f40f2bedc55067a…
  6. R · 0x1ece235f27a77e4c7573…
  7. R · 0x1b805e0818a780e6e90d…
  8. L · 0xa3e90596015f2db30812…
  9. L · 0x1adb65f3d730d34e9b8c…
  10. L · 0x4ecbe72ba460c42d3f0e…
  11. R · 0xcf59c5931b77f726f734…
  12. R · 0x9affc1109b776582f43a…
  13. R · 0x96573db715956c4accf8…

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