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 816 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-06-17T02:25:09Z
Refship/claimyour.gold/634298fad130
Leaf hash0x3e65906c4ec7f345efbbbfd4c968e8c9c9dbe87e51db1d5e78e3f9c96a9f5cbf

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. R · 0x6b361a7298cd973c0636…
  2. R · 0xb5fa0d1c74f805ff82c5…
  3. R · 0xa036254dd0027caa6131…
  4. R · 0xe604a7c81b228ffae0fc…
  5. L · 0xafb4c13ed65b2c11c3a3…
  6. L · 0xf793faab82c308d01c4c…
  7. R · 0x2c566975ca40b263d793…
  8. R · 0x018676665f4ca67a6651…
  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=0x3e65906c4ec7f345efbbbfd4c968e8c9c9dbe87e51db1d5e78e3f9c96a9f5cbf. 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.