ACID Properties

Atomicity

This principle ensures that each transaction is treated as a single, indivisible unit. All operations within a transaction either complete successfully, or none of them do, preventing partial updates. In smart contracts underpinning crypto derivatives, atomicity is vital to guarantee that complex multi-step trades, like collateralized loan liquidations or options exercises, execute entirely or revert completely. This design mitigates states of inconsistent ledger entries, preserving financial system reliability.