How it works
A Merkle tree is built over all event hashes across all chains. The tree produces a single root hash that represents the integrity state of the entire system.Use cases
Verifiable exports
When you export a subset of events withplog export, each event includes a Merkle inclusion proof — a set of sibling hashes that proves the event belongs to the original tree without revealing other events.