Merkle Tree Commitment

Commitment

⎊ Merkle Tree Commitment is the cryptographic technique where the root hash of a set of off-chain data, such as transaction logs or state differences from a Layer 2, is posted onto the Layer 1 blockchain. This single hash acts as an immutable, verifiable anchor, allowing anyone to later prove the inclusion or integrity of any specific piece of data within that batch without revealing the entire dataset. This is fundamental to data availability in rollup solutions.