FireLedger: A High Throughput Blockchain Consensus Protocol
Yehonatan Buchnik, Roy Friedman

TL;DR
FireLedger is a high-throughput permissioned blockchain protocol that optimizes for optimistic scenarios, achieving up to 160K transactions per second in data-center settings and significantly outperforming existing protocols.
Contribution
FireLedger introduces a novel consensus protocol that trades latency for throughput, leveraging tentative blocks and minimal communication to enhance performance in permissioned blockchains.
Findings
Achieves 160K TPS in data-center environment with 10 nodes.
Attains 30K TPS in geo-distributed setting with 10 nodes.
Outperforms HotStuff and BFT-SMaRt by 20%-600% in throughput.
Abstract
Blockchains are distributed secure ledgers to which transactions are issued continuously and each block of transactions is tightly coupled to its predecessors. Permissioned blockchains place special emphasis on transactions throughput. In this paper we present FireLedger, which leverages the iterative nature of blockchains in order to improve their throughput in optimistic execution scenarios. FireLedger trades latency for throughput in the sense that in FireLedger the last f + 1 blocks of each node's blockchain are considered tentative, i.e., they may be rescinded in case one of the last f + 1 blocks proposers was Byzantine. Yet, when optimistic assumptions are met, a new block is decided in each communication step, which consists of a proposer that sends only its proposal and all other participants are sending a single bit each. Our performance study demonstrates that in a single…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlockchain Technology Applications and Security · Distributed systems and fault tolerance · Cryptography and Data Security
