English

QScale: Probabilistic Chained Consensus for Moderate-Scale Systems

Distributed, Parallel, and Cluster Computing 2025-10-03 v1

Abstract

Existing distributed ledger protocols either incur a high communication complexity and are thus suited to systems with a small number of processes (e.g., PBFT), or rely on committee-sampling-based approaches that only work for a very large number of processes (e.g., Algorand). Neither of these lines of work is well-suited for moderate-scale distributed ledgers ranging from a few hundred to a thousand processes, which are common in production (e.g, Redbelly, Sui). The goal of this work is to design a distributed ledger with sub-linear communication complexity per process, sub-quadratic total communication complexity, and low latency for finalizing a block into the ledger, such that it can be used for moderate-scale systems. We propose QScale, a protocol in which every process incurs only O~(κn)\widetilde{O}(\kappa \sqrt{n}) communication complexity per-block in expectation, O~(nκ)\widetilde{O}(n\kappa) total communication complexity per-block in expectation, and a best-case latency of O(κ)O(\kappa) rounds while ensuring safety and liveness with overwhelming probability, with κ\kappa being a small security parameter.

Keywords

Cite

@article{arxiv.2510.01536,
  title  = {QScale: Probabilistic Chained Consensus for Moderate-Scale Systems},
  author = {Hasan Heydari and Alysson Bessani and Kartik Nayak},
  journal= {arXiv preprint arXiv:2510.01536},
  year   = {2025}
}
R2 v1 2026-07-01T06:12:06.447Z