2022-04-17 02:28:23 -04:00
# Phrase: Binary Byzantine Agreement (BBA)
2022-04-13 06:04:28 -04:00
2022-04-17 02:28:23 -04:00
### Related: #consensus
2022-04-13 06:04:28 -04:00
2022-04-17 02:28:23 -04:00
ELI5: The proposal, decision-making process, and eventual conclusion/convergence of a two-option Byzantine-contexted scenario.
2022-04-25 10:00:23 +02:00
Process of a distributed network coming to an agreement between two options.
2022-04-13 06:04:28 -04:00
2022-04-27 08:16:03 +04:00
## Operating Definition:
Binary byzantine consensus concerns the problem of getting a set of distinct processes distributed across a network to agree on a single binary value 0 or 1 where processes can fail in arbitrary ways.< sup > 1< / sup >
2022-04-17 02:28:23 -04:00
## Current Implementation:
See #PoW and #PoS consensus mechanisms of which can be high-level organized into three academic categories:
1. [[Classical]]
2. [[Nakamoto]]
3. [[DAG-Based Consensus (Avalanche-like)]]
2022-04-13 06:04:28 -04:00
2022-04-17 02:28:23 -04:00
## The Idea(l):
2022-04-27 08:16:03 +04:00
Talk to Alvaro to fill this in.
2022-04-13 06:04:28 -04:00
2022-04-17 02:28:23 -04:00
## Logos Implementation:
[[Glacier]]
2022-04-13 06:04:28 -04:00
2022-04-17 02:28:23 -04:00
## Live Feedback:
2022-04-27 08:16:03 +04:00
Discord Server: Status Discord Server
Text-Channel: #research -consensus
2022-04-17 02:28:23 -04:00
## IMPORTANT Differentiators:
2022-04-27 08:16:03 +04:00
N/A
2022-04-17 02:28:23 -04:00
2022-04-27 08:16:03 +04:00
## Trash Heap:
N/A