Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 575 Bytes

File metadata and controls

17 lines (10 loc) · 575 Bytes

Modified Federated Byzantine Agreement (mFBA)

FBA organises nodes into groups call quorums whereby overall consensus is met by: Quorum consensus among a certain amount of nodes (within a specific quorum); then Consensus among a certain number of quorums to finally determine the final consensus.

mFBA

pros

  • Decentralized control

  • Low latency

  • Flexible trust

  • Asymptotic security

    Read more

  • Medium