English

Fast Byzantine Total Order Broadcast

Distributed, Parallel, and Cluster Computing 2026-05-21 v2

Abstract

This paper presents Flutter, the first Byzantine Total Order Broadcast implementation with a broadcast-to-delivery latency of 2Δ+ϵ2\Delta + \epsilon time units, Δ\Delta being the message delay and ϵ\epsilon an arbitrarily small constant margin, when all processes are correct, the network is synchronous, hence local clocks are well-synchronized. Under the same conditions, state-of-the-art protocols require at least 3Δ3\Delta time units in practical deployments where clients differ from servers. We prove Flutter's good-case latency is quasi-optimal, meaning it cannot be improved upon by any finite amount. Flutter is deterministic, leaderless, and signature-free hence quantum-resilient; it assumes partial synchrony and at least 5f+15f + 1 servers, where ff bounds the number of faults. Under the hood, Flutter builds upon Blink, a novel Binary Consensus implementation with Representative Validity, whose fast path enables decisions in Δ\Delta time units when all correct servers propose the same value.

Keywords

Cite

@article{arxiv.2412.14061,
  title  = {Fast Byzantine Total Order Broadcast},
  author = {Matteo Monti and Martina Camaioni and Pierre-Louis Roman},
  journal= {arXiv preprint arXiv:2412.14061},
  year   = {2026}
}

Comments

This document is the full version of the PODC 2026 paper with DOI https://doi.org/10.1145/3796701.3815946

R2 v1 2026-06-28T20:40:49.839Z