← 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.
RUN ID
agent_run_af6f95e9b5
CHAIN HEAD & LEAF
CHAIN HEAD182ce6cf41cc2abd61622432dc509468ab11e3bf6043a726edb66eb734a53045
LEAF HASH4d0ace8d49ee0db4caef8762964d7badcc83a70a9bd186852e5818e27cebc09bsha256("agent_run_af6f95e9b5:182ce6cf…")
MERKLE ROOT095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("agent_run_af6f95e9b5:182ce6cf41cc2abd61622432dc509468ab11e3bf6043a726edb66eb734a53045")
# assert leaf == "4d0ace8d49ee0db4..."
# Walk the proof path
node = leaf
# node must equal merkle_root
assert node == "095b999c7b71fc4f..."