DCCRFeb 19, 2020

The Sum of Its Parts: Analysis of Federated Byzantine Agreement Systems

arXiv:2002.08101v41 citations
AI Analysis

This work addresses the need for robust and energy-efficient consensus protocols in decentralized systems like payment networks, but it is incremental as it builds on the existing FBAS paradigm.

The paper tackles the problem of analyzing Federated Byzantine Agreement Systems (FBASs) to determine their robustness, safety, and liveness buffers, enabling comparisons with threshold-based quorum systems, and it finds that strategic node configuration is needed for robust FBASs and that a small group of nodes controls liveness under safety requirements.

Federated Byzantine Agreement Systems (FBASs) are a fascinating new paradigm in the context of consensus protocols. Originally proposed for powering the Stellar payment network, FBASs can instantiate Byzantine quorum systems without requiring out-of-band agreement on a common set of validators; every node is free to decide for itself with whom it requires agreement. Sybil-resistant and yet energy-efficient consensus protocols can therefore be built upon FBASs, and the "decentrality" possible with the FBAS paradigm might be sufficient to reduce the use of environmentally unsustainable proof-of-work protocols. In this paper, we first demonstrate how the robustness of individual FBASs can be determined, by precisely determining their safety and liveness buffers and therefore enabling a comparison with threshold-based quorum systems. Using simulations and example node configuration strategies, we then empirically investigate the hypothesis that while FBASs can be bootstrapped in a bottom-up fashion from individual preferences, strategic considerations should additionally be applied by node operators in order to arrive at FBASs that are robust and amenable to monitoring. Finally, we investigate the reported "open-membership" property of FBASs. We observe that an often small group of nodes is exclusively relevant for determining liveness buffers and prove that membership in this top tier is conditional on the approval by current top tier nodes if maintaining safety is a core requirement.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes