AIResearch AIResearch
Back to articles
Network

New Protocol Cuts Blockchain Communication Costs

A slimmed-down approach to Byzantine agreement reduces network traffic by selecting fewer proposals, making distributed systems more efficient without sacrificing security.

AI Research
March 26, 2026
4 min read
New Protocol Cuts Blockchain Communication Costs

In the world of distributed computing, where multiple computers must agree on data despite some acting maliciously, a persistent has been the high cost of communication. Traditional s require every participant to broadcast their requests, leading to inefficient protocols that can slow down systems like blockchains. Researchers have now developed a new protocol, Slim-HBBFT, that addresses this by drastically reducing the number of proposals needed for agreement, cutting communication complexity by a factor proportional to the number of parties involved. This advancement could make asynchronous networks more scalable and practical for real-world applications, from financial transactions to secure data sharing.

The key finding of this research is that Slim-HBBFT enables honest parties to agree on a subset of requests, specifically between one and f+1 proposals, where f represents the number of Byzantine or faulty parties. By focusing on fewer proposals, the protocol avoids the inefficiencies of traditional atomic broadcast protocols, which often handle duplicate or non-varying requests unnecessarily. The researchers observed that if parties agree on just one party's request, communication costs are lower regardless of request variation, and if requests are similar among the selected parties, the protocol maintains low costs while potentially increasing the number of accepted requests. This selective approach ensures that at least one honest party's proposal is included, with an average of two-thirds of the selected parties being honest, balancing efficiency with reliability.

To achieve this, ology involves a committee-based approach where only a fraction of parties, specifically f+1, are randomly selected to broadcast their requests using a Prioritized Provable-Broadcast (P-PB) protocol. This P-PB protocol generates proof of broadcast only for these selected parties, unlike conventional s that require broadcasting from all parties. After completing the P-PB protocol, selected parties broadcast their proposals with proof, and other parties suggest these proposals upon receipt. The process includes waiting for n-f suggestions, where n is the total number of parties, before running an Asynchronous Binary Agreement (ABA) protocol to finalize the agreement. To prevent adversarial censorship, the protocol employs a threshold encryption scheme, ensuring that requests remain encrypted until an agreement is reached, with decryption requiring f+1 parties' shares.

Analysis, as illustrated in Figure 1 of the paper, shows that Slim-HBBFT significantly reduces communication complexity compared to existing protocols. For instance, the communication complexity of n P-PB instances is O(n^2 v), where v is less than Kn^2 log n and K is a security parameter, whereas traditional Reliable Broadcast (RBC) instances have O(n^3 v) complexity. HoneyBadgerBFT, a prior protocol, uses erasure coding to achieve O(n^2 |v| + Kn^3 log n), but Slim-HBBFT eliminates the O(Kn^3 log n) term through its selective broadcasting. The security analysis, detailed in lemmas and a theorem, confirms that the protocol satisfies Agreement, Validity, and Totality properties of the Asynchronous Common Subset protocol, with at least one proposal reaching 2f+1 parties to ensure robust progress and reliability.

In practical terms, this research matters because it addresses a core inefficiency in distributed systems, particularly relevant for blockchain and other decentralized applications where speed and cost are critical. By reducing communication overhead, Slim-HBBFT could enable faster transaction processing and lower operational expenses, making technologies like cryptocurrencies more accessible and efficient. The use of threshold encryption adds a layer of security, preventing malicious actors from censoring or decrypting proposals prematurely, which is vital for maintaining trust in open networks. This protocol represents a step toward more scalable asynchronous networks, where parties can agree on data without relying on predictable network behavior, enhancing resilience in unpredictable environments.

However, the paper acknowledges limitations that warrant further investigation. The protocol's performance depends on the random selection of committees and the variation in requests among parties; if requests are highly diverse, the benefits may be reduced. Additionally, the researchers note that future work will involve simulations to explore optimal parameter ranges and develop dynamic switching mechanisms for committee sizes based on application needs and node patterns. Comprehensive security and efficiency analyses are also planned to validate the protocol's robustness in diverse scenarios, indicating that while Slim-HBBFT shows promise, its real-world implementation requires additional testing and refinement to handle complex, dynamic network conditions.

Original Source

Read the complete research paper

View on arXiv

About the Author

Guilherme A.

Guilherme A.

Former dentist (MD) from Brazil, 41 years old, husband, and AI enthusiast. In 2020, he transitioned from a decade-long career in dentistry to pursue his passion for technology, entrepreneurship, and helping others grow.

Connect on LinkedIn