Skip to main content

Synchronous Safety

Definition

Synchronous safety ensures all honest nodes in a distributed system maintain a consistent view of the ledger at all times. This property guarantees that if an honest node observes a transaction, all other honest nodes will eventually observe the same transaction in the same order, within a defined time bound. It implies strong consistency and agreement among participants, even in the presence of faulty nodes. Synchronous safety is a stringent requirement for systems where absolute data integrity and immediate agreement are paramount.