Ledgersimmutability
Ledgersimmutability is the property of a ledger that prevents modification or deletion of entries after they are committed. It is a central attribute of many distributed ledger technologies and is often described as immutability or tamper-evidence. In practice, immutability arises from the combination of an append-only data structure, cryptographic linking of records, and consensus mechanisms that deter retroactive changes.
Most immutability is achieved when each entry or block contains a cryptographic hash of the previous one,
Immutability supports auditability, traceability, and accountability in areas such as finance, supply chains, and regulatory reporting.
Variants include blockchain-based ledgers, other forms of distributed ledger technology (DLT), and tamper-evident log systems. Some