← 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 HEAD7df7c40e250e8f1beb0bbe1c6a2b295b20bd749fb145a2c93dbf336e21bfbaff
LEAF HASH2cd851bd6182622530f971782cdb91778849147efd19e4dd3b8147b81da1eb37sha256("h_code_e66c49f4:7df7c40e…")
MERKLE ROOT095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("h_code_e66c49f4:7df7c40e250e8f1beb0bbe1c6a2b295b20bd749fb145a2c93dbf336e21bfbaff")
# assert leaf == "2cd851bd61826225..."
# Walk the proof path
node = leaf
# node must equal merkle_root
assert node == "095b999c7b71fc4f..."