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 856 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-12T15:22:14Z
Refship/claimyour.gold/a17ca14dffbf
Leaf hash0x842e8d65dcf94951fa227051c31b0049ba5fe8923e5ea19c4a060a79cb98f1bf

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 · 0x94a0e4cad718a331a448…
  2. R · 0xedbd3545e08f558f29c4…
  3. R · 0x20d987f107cf9ed17262…
  4. L · 0x3975512383c8f547a2e5…
  5. L · 0x08c3da5a0d9217cf7621…
  6. R · 0xf4fa9a5803832d219e5b…
  7. L · 0x6f5ccd63db6cf0495431…
  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=0x842e8d65dcf94951fa227051c31b0049ba5fe8923e5ea19c4a060a79cb98f1bf. 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.