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 1716 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-26T17:17:25Z
Refship/flashyos/0e0e3d682425
Leaf hash0xacb0dad400a85ba9dec7f62c9ab3430f445b0dafec2dca10fc3d47003716c784

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. R · 0xc9b7bc5b32301d77634e
  2. R · 0x456953d27b255bba7992
  3. L · 0x582d9fba10fec635cc9f
  4. R · 0xe4892effe7631e18df07
  5. L · 0x1181ca8aa407743de0cc
  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=0xacb0dad400a85ba9dec7f62c9ab3430f445b0dafec2dca10fc3d47003716c784. 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.