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 1707 of 6813, 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
Sourceflashyos
Sealed (UTC)2026-08-27T14:51:00.000Z
Refship/flashyos/dea4b69fee5f
Leaf hash0xa685b0303e411e462e5dbf972937c8d94209f3bb6b6777914d24a24d7cbb734f

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 size6813
Head root0x444709eef00880d916c916179e2b0818816f7ea62f8d55d0a1c3511bd780a133
Audit path
  1. L · 0x9932cadfbcb8f392f8ce
  2. L · 0x3b2df0ba4145e9e59247
  3. R · 0x9807b06b7a5eac124743
  4. L · 0x114ef82e106ab11dec00
  5. R · 0xa298feda509d5590269f
  6. L · 0x9757332c5e96f0501166
  7. R · 0xfc18922e77c5abaf430a
  8. L · 0x6c80d25191c45c656fc5
  9. R · 0x4bf6a630ce175744e76e
  10. L · 0xea278eef7c367597778e
  11. L · 0x82ce784e3b6f8a96db9c
  12. R · 0x9affc1109b776582f43a
  13. R · 0x378ed69015ae381705eb

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