Skip to main content

Merkle Mountain Ranges

Definition

Merkle Mountain Ranges (MMRs) are a data structure similar to Merkle trees but designed for append-only logs, allowing for efficient verification of historical data without needing to recompute the entire tree. They represent a sequence of Merkle trees where new data is added by creating new trees or extending existing ones. This structure is particularly useful for light clients.