Achieving Unanimous Consensus in Decision Making Using Multi-Agents
Apurba Pokharel, Ram Dantu, Shakila Zaman, Sirisha Talapuru, Vinh Quach
TL;DR
This paper addresses the challenge of achieving unanimous decision-making on blockchains, proposing a novel deliberation framework where multiple LLM-based agents engage in structured rounds to produce consensus outputs. It formalizes the problem, defines definitive and prioritized decision categories, and proves core system properties—consistency, agreement, liveness, and determinism—under a layer-based architecture integrated with a gossip protocol. The approach is demonstrated via a proof-of-concept implementation on the Nimiq blockchain, evaluating convergence dynamics, block properties, and decision accuracy while discussing remedies for LLM limitations, costs, and security concerns. The work highlights the potential of LLM-driven deliberation to support inclusive, argument-rich governance on decentralized ledgers and outlines future directions for enhancing robustness and scalability.
Abstract
Blockchain consensus mechanisms have relied on algorithms such as Proof-of-Work (PoW) and Proof-of-Stake (PoS) to ensure network functionality and integrity. However, these approaches struggle with adaptability for decision-making where the opinions of each matter rather than reaching an agreement based on honest majority or weighted consensus. This paper introduces a novel deliberation-based consensus mechanism where Large Language Models (LLMs) act as rational agents engaging in structured discussions to reach a unanimous consensus. By leveraging graded consensus and a multi-round deliberation process, our approach ensures both unanimous consensus for definitive problems and graded confidence for prioritized decisions and policies. We provide a formalization of our system and use it to show that the properties of blockchains: consistency, agreement, liveness, and determinism are maintained. Moreover, experimental results demonstrate our system's feasibility, showcasing how our deliberation method's convergence, block properties, and accuracy enable decision-making on blockchain networks. We also address key challenges with this novel approach such as degeneration of thoughts, hallucinations, malicious models and nodes, resource consumption, and scalability.
