Skip to main content

Simple Multi-Valued Agreement

Definition

Simple Multi-Valued Agreement is a distributed computing problem where a set of processes must agree on one value from a set of proposed values, even if some processes fail. This problem is fundamental to achieving consensus in distributed systems, including blockchains, where nodes must agree on the order of transactions or the state of the ledger. It is a simplified variant of more complex agreement problems, focusing on basic value selection. This ensures consistent state across a network.