Iniva: Inclusive and Incentive-compatible Vote Aggregation
Arian Baloochestani, Hanish Gogada, Leander Jehl, Hein Meling
TL;DR
Iniva tackles vote omission attacks in committee-based blockchains by combining indivisible multi-signatures with a two-level tree and fallback paths to ensure vote inclusiveness without costly reconfiguration. The paper integrates Iniva with HotStuff and adds a reward mechanism to deter free riding, supported by game-theoretic analysis and extensive simulations that quantify reduced targeted omission probability and increased cost for large omissions. Empirical results demonstrate robustness, scalability, and reasonable throughput under faults, while maintaining strict inclusiveness and liveness guarantees. The work offers a practical, incentive-aligned approach to secure, scalable PoS-style committee protocols with improved resilience to adversarial behavior.
Abstract
Many blockchain platforms use committee-based consensus for scalability, finality, and security. In this consensus scheme, a committee decides which blocks get appended to the chain, typically through several voting phases. Platforms typically leverage the committee members' recorded votes to reward, punish, or detect failures. A common approach is to let the block proposer decide which votes to include, opening the door to possible attacks. For example, a malicious proposer can omit votes from targeted committee members, resulting in lost profits and, ultimately, their departure from the system. This paper presents Iniva, an inclusive and incentive-compatible vote aggregation scheme that prevents such vote omission attacks. Iniva relies on a tree overlay with carefully selected fallback paths, making it robust against process failures without needing reconfiguration or additional redundancy. Our analysis shows that Iniva significantly reduces the chance to omit individual votes while ensuring that omitting many votes incurs a significant cost. In addition, our experimental results show that Iniva enjoys robustness, scalability, and reasonable throughput.
