← run detailMerkle Inclusion Proof
✗ NOT VERIFIEDProves this run's chain head is committed into the day's Merkle root. Leaf = sha256(run_id + ":" + chain_head). Siblings enable independent root reconstruction.
CHAIN HEAD & LEAF
CHAIN HEAD2ce427a645e38f90ca2276811efcc6c37fbdecccad64d483b95ca2c004a3b604
LEAF HASH4e55198e692462e14ef361f23753275eb23b2659f03e4149e6b68f6fce4f6f13sha256("h_supply_f552da66:2ce427a6…")
MERKLE ROOT095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("h_supply_f552da66:2ce427a645e38f90ca2276811efcc6c37fbdecccad64d483b95ca2c004a3b604")
# assert leaf == "4e55198e692462e1..."
# Walk the proof path
node = leaf
# node must equal merkle_root
assert node == "095b999c7b71fc4f..."