Skip to main content

Append-Only Ledger

Definition

An Append-Only Ledger is a data structure where new entries can only be added sequentially to the end. Existing records cannot be altered or deleted, ensuring a permanent and tamper-evident history of transactions. This fundamental property provides integrity and immutability, making it a foundational element for many blockchain and distributed ledger technologies. Each new entry typically references the previous one, forming an unbreakable chain.