CRJun 2, 2020

LaKSA: A Probabilistic Proof-of-Stake Protocol

arXiv:2006.01427v21 citations
AI Analysis

This addresses the need for more efficient and reliable blockchain consensus mechanisms, particularly for large-scale cryptocurrency applications, though it appears incremental as it builds on existing Proof-of-Stake concepts.

The authors tackled the problem of designing a scalable and robust Proof-of-Stake protocol for cryptocurrencies by introducing LaKSA, which uses lightweight committee voting to minimize node interactions, resulting in improved simplicity, robustness, and scalability compared to existing systems.

We present Large-scale Known-committee Stake-based Agreement (LaKSA), a chain-based Proof-of-Stake protocol that is dedicated, but not limited, to cryptocurrencies. LaKSA minimizes interactions between nodes through lightweight committee voting, resulting in a simpler, more robust, and more scalable proposal than competing systems. It also mitigates other drawbacks of previous systems, such as high reward variance and long confirmation times. LaKSA can support large numbers of nodes by design, and provides probabilistic safety guarantees in which a client makes commit decisions by calculating the probability that a transaction is reverted based on its blockchain view. We present a thorough analysis of LaKSA and report on its implementation and evaluation. Furthermore, our new technique of proving safety can be applied more broadly to other Proof-of-Stake protocols.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes