English

Verifying the Hashgraph Consensus Algorithm

Logic in Computer Science 2026-02-24 v2 Distributed, Parallel, and Cluster Computing

Abstract

The Hashgraph consensus algorithm is an algorithm for asynchronous Byzantine fault tolerance intended for distributed shared ledgers. Its main distinguishing characteristic is it achieves consensus without exchanging any extra messages; each participant's votes can be determined from public information, so votes need not be transmitted. In this paper, we discuss our experience formalizing the Hashgraph algorithm and its correctness proof using the Rocq proof assistant. The paper is self-contained; it includes a complete discussion of the algorithm and its correctness argument in English.

Keywords

Cite

@article{arxiv.2102.01167,
  title  = {Verifying the Hashgraph Consensus Algorithm},
  author = {Karl Crary},
  journal= {arXiv preprint arXiv:2102.01167},
  year   = {2026}
}