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 947 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
Sourceflashygold
Sealed (UTC)2026-08-31T20:57:43Z
Refship/flashy-gold/d864500fcd17
Leaf hash0xe4ef00d0011f19296952702360181bd22f7f5661b210d273942648414fd6d0c7

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 · 0xb056d0f1a4b19e55960f…
  2. L · 0x576926bcb00aa937967e…
  3. R · 0xd67505c8fee1775ed73c…
  4. R · 0x6111489a776d612b83cb…
  5. L · 0x105e9bb82820ec12cf2a…
  6. L · 0x6acb706bfda0b252360b…
  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=0xe4ef00d0011f19296952702360181bd22f7f5661b210d273942648414fd6d0c7. 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.