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 916 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-15T21:05:20.000Z
Refship/claimyour.gold/fb02994b6927
Leaf hash0x26fd6847d7fc412f7184edd03058e04cd67323b30ffc60f6333f6a1bc4758c1d

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 · 0x36120af773cc8b1e27cc…
  2. R · 0x8af74256b46a977b2af1…
  3. L · 0xf0052da142a149f5caa8…
  4. R · 0x1895dd5c03df05c817ea…
  5. L · 0x44c48497f27e62c2c293…
  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=0x26fd6847d7fc412f7184edd03058e04cd67323b30ffc60f6333f6a1bc4758c1d. 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.