← run detailMerkle Inclusion Proof
✓ 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.
RUN ID
agent_run_fda39d6299
CHAIN HEAD & LEAF
CHAIN HEADca23c036e22b423c289aa99c06d2e7737b690713b0d9e766bcf2ea5cea7e6b6d
LEAF HASH095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297sha256("agent_run_fda39d6299:ca23c036…")
MERKLE ROOT095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("agent_run_fda39d6299:ca23c036e22b423c289aa99c06d2e7737b690713b0d9e766bcf2ea5cea7e6b6d")
# assert leaf == "095b999c7b71fc4f..."
# Walk the proof path
node = leaf
# node must equal merkle_root
assert node == "095b999c7b71fc4f..."