BLACKBOX
flight recorder for AI agents
← run detail

Merkle Inclusion Proof

✓ VERIFIED
Proves 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
ANCHOR DATE
2026-06-16
LEAF INDEX
0 / 1
PROOF STEPS
0
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..."
View day anchor for 2026-06-16