Theoretical Analysis on Block Time Distributions in Byzantine Fault-Tolerant Consensus Blockchains
Akihiro Fujihara
TL;DR
The paper addresses fluctuations in block time for Byzantine fault-tolerant PoS blockchains by building a stochastic model of block propagation and verification. It shows that broadcast time among validator nodes naturally follows a Gumbel distribution for large $N$, and that the overall block time arises from the convolution of three independent Gumbel times, with a saddle-point-based approximation enabling practical data fitting. Fitting to Cosmos data ($N=175$) yields a consistent per-hop transfer time $\Delta t$ around $0.0011$ s and an estimated transfer rate of approximately $9.1\times 10^2$ transfers per second, validating the theoretical framework. The results offer a theoretically grounded method to analyze and predict block-time variability, informing design choices and parameter estimation without solely relying on empirical measurements, and suggesting that the aggregated Gumbel components trend toward normality as their number increases.
Abstract
Some blockchain networks employ a distributed consensus algorithm featuring Byzantine fault tolerance. Notably, certain public chains, such as Cosmos and Tezos, which operate on a proof-of-stake mechanism, have adopted this algorithm. While it is commonly assumed that these blockchains maintain a nearly constant block creation time, empirical analysis reveals fluctuations in this interval; this phenomenon has received limited attention. In this paper, we propose a mathematical model to account for the processes of block propagation and validation within Byzantine fault-tolerant consensus blockchains, aiming to theoretically analyze the probability distribution of block time. First, we propose stochastic processes governing the broadcasting communications among validator nodes. Consequently, we theoretically demonstrate that the probability distribution of broadcast time among validator nodes adheres to the Gumbel distribution. This finding indicates that the distribution of block time typically arises from convolving multiple Gumbel distributions. Additionally, we derive an approximate formula for the block time distribution suitable for data analysis purposes. By fitting this approximation to real-world block time data, we demonstrate the consistent estimation of block time distribution parameters.
