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
webhook_test_9e3f02ec
ANCHOR DATE
2026-06-17
LEAF INDEX
0 / 1
PROOF STEPS
0
CHAIN HEAD & LEAF
CHAIN HEAD5c7a4b31cb351518d6300e8b3777f7362af0215505c43347a9a8982ee186b83f
LEAF HASHdc84ac430f41ffee154d465be968a39b600ac9b87bc19e2599f92982d9819cc3sha256("webhook_test_9e3f02ec:5c7a4b31…")
MERKLE ROOTdc84ac430f41ffee154d465be968a39b600ac9b87bc19e2599f92982d9819cc3
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("webhook_test_9e3f02ec:5c7a4b31cb351518d6300e8b3777f7362af0215505c43347a9a8982ee186b83f")
# assert leaf == "dc84ac430f41ffee..."

# Walk the proof path
node = leaf


# node must equal merkle_root
assert node == "dc84ac430f41ffee..."
View day anchor for 2026-06-17