Distributed Ledger Immutability
Distributed ledger immutability is the property of a blockchain that prevents the alteration or deletion of data once it has been committed to the chain through consensus. This is achieved by linking blocks of transactions using cryptographic hashes, where each new block contains the fingerprint of the previous one.
If a malicious actor attempts to change a past record, the hashes of all subsequent blocks would become invalid, alerting the network to the tampering. In financial derivatives, this ensures that once a trade is executed and settled, the record of that obligation cannot be retroactively modified.
This creates a high-trust environment where counterparties do not need to rely on a central clearinghouse to guarantee the integrity of their trade history. The immutability is reinforced by the cumulative computational effort or stake weight behind the chain, making it prohibitively expensive to rewrite history.
It is a cornerstone of decentralized financial security, ensuring that market participants have a reliable source of truth.