Skip to main content

Quorum-Based BFT

Definition

Quorum-based BFT is a type of Byzantine Fault Tolerant consensus mechanism that relies on a supermajority of honest nodes to reach agreement. In these systems, a transaction or state change is confirmed only when a specific threshold, or quorum, of validators attest to its validity, even in the presence of malicious or faulty nodes. This approach ensures network safety and liveness by requiring a sufficient number of correct participants to sign off on proposed blocks. It provides strong guarantees against certain types of attacks, making it suitable for high-value or critical distributed applications.