TRAIL: Cross-Shard Validation for Cryptocurrency Byzantine Shard Protection
Mitch Jacovetty, Joseph Oglio, Mikhail Nesterenko, Gokarna Sharma
TL;DR
TRAIL addresses shard-failure resilience in sharded blockchains by introducing a coin-specific trail of shards that validate cross-shard transactions. It combines internal shard PBFT with a cross-shard PBFT across the trail, ensuring safety (ownership continuity) and liveness (request satisfaction) under Byzantine faults, including up to $F$ faulty shards. The work provides correctness proofs via a SimpleTRAIL reduction, analyzes message complexity, and describes practical extensions such as coin splitting/merging and dynamic shard management. Experimental evaluation in a simulator demonstrates improved security with modest overhead and favorable scalability, establishing TRAIL as a viable approach to robust sharded cryptocurrency.
Abstract
We present TRAIL: an algorithm that uses a novel consensus procedure to tolerate failed or malicious shards within a blockchain-based cryptocurrency. Our algorithm takes a new approach of selecting validator shards for each transaction from those that previously held the assets being transferred. This approach ensures the algorithm's robustness and efficiency. TRAIL is presented using PBFT for internal shard transaction processing and a modified version of PBFT for external cross-shard validation. We describe TRAIL, prove it correct, analyze its message complexity, and evaluate its performance. We propose various TRAIL optimizations: we describe how it can be adapted to other Byzantine-tolerant consensus algorithms, how a complete system may be built on the basis of it, and how TRAIL can be applied to existing and future sharded blockchains.
