A Two-Layer Blockchain Sharding Protocol Leveraging Safety and Liveness for Enhanced Performance
Yibin Xu, Jingyi Zheng, Boris Düdder, Tijs Slaats, Yongluan Zhou
TL;DR
The paper tackles blockchain sharding scalability under adaptive adversaries by introducing Reticulum, a two-layer protocol with process shards (unanimous first-phase voting) and control shards (majority-based second-phase finalization). It uniquely avoids runtime shard respawns or overlapping memberships while leveraging Byzantine Reliable Broadcast to align votes and expel adversaries, achieving safety and liveness in a synchronous setting. The authors provide thorough analytical and empirical evaluations, showing higher throughput and lower storage per transaction compared to Gearbox and RapidChain, supported by an open-source prototype. Overall, Reticulum offers a scalable, robust sharding solution suitable for large, adversarial environments with fixed shard memberships and a clear two-phase coordination mechanism.
Abstract
Sharding is essential for improving blockchain scalability. Existing protocols overlook diverse adversarial attacks, limiting transaction throughput. This paper presents Reticulum, a groundbreaking sharding protocol addressing this issue, boosting blockchain scalability. Reticulum employs a two-phase approach, adapting transaction throughput based on runtime adversarial attacks. It comprises "control" and "process" shards in two layers. Process shards contain at least one trustworthy node, while control shards have a majority of trusted nodes. In the first phase, transactions are written to blocks and voted on by nodes in process shards. Unanimously accepted blocks are confirmed. In the second phase, blocks without unanimous acceptance are voted on by control shards. Blocks are accepted if the majority votes in favor, eliminating first-phase opponents and silent voters. Reticulum uses unanimous voting in the first phase, involving fewer nodes, enabling more parallel process shards. Control shards finalize decisions and resolve disputes. Experiments confirm Reticulum's innovative design, providing high transaction throughput and robustness against various network attacks, outperforming existing sharding protocols for blockchain networks.
