Skip to main content

Partially Synchronous BFT

Definition

Partially Synchronous Byzantine Fault Tolerance (BFT) describes a class of consensus protocols that operate under network conditions where message delivery times are usually bounded but can occasionally exceed these bounds. This model provides a practical balance between the strong guarantees of synchronous systems and the resilience of asynchronous systems. It ensures both safety and liveness, even when a minority of nodes behave maliciously. This approach offers robustness for decentralized networks.