English

TetraBFT: Reducing Latency of Unauthenticated, Responsive BFT Consensus

Cryptography and Security 2026-04-14 v2

Abstract

This paper presents TetraBFT, a novel unauthenticated Byzantine fault tolerant protocol for solving consensus in partial synchrony, eliminating the need for public key cryptography and ensuring resilience against computationally unbounded adversaries. TetraBFT has several compelling features: it necessitates only constant local storage, has optimal communication complexity, satisfies optimistic responsiveness -- allowing the protocol to operate at actual network speeds under ideal conditions -- and can achieve consensus in just 5 message delays, which outperforms all known unauthenticated protocols achieving the other properties listed. We validate the correctness of TetraBFT through rigorous security analysis and formal verification. Furthermore, we extend TetraBFT into a multi-shot, chained consensus protocol, making a pioneering effort in applying pipelining techniques to unauthenticated protocols. This positions TetraBFT as a practical and deployable solution for blockchain systems aiming for high efficiency.

Keywords

Cite

@article{arxiv.2405.02615,
  title  = {TetraBFT: Reducing Latency of Unauthenticated, Responsive BFT Consensus},
  author = {Qianyu Yu and Giuliano Losa and Xuechao Wang},
  journal= {arXiv preprint arXiv:2405.02615},
  year   = {2026}
}

Comments

The full version of the PODC 2024 paper. Updated TLA+ specs

R2 v1 2026-06-28T16:16:33.302Z