Mysticeti: Reaching the Limits of Latency with Uncertified DAGs
Kushal Babel, Andrey Chursin, George Danezis, Anastasios Kichidis, Lefteris Kokoris-Kogias, Arun Koshy, Alberto Sonnino, Mingwei Tian
TL;DR
The paper introduces Mysticeti-C, a DAG-based Byzantine consensus that achieves the $3$-round latency lower bound by using uncertified blocks and a novel commit rule, and Mysticeti-FPC, a fast-path extension that embeds fast-path votes in the DAG to minimize signatures and boost throughput. It proves safety and liveness under Byzantine faults and evaluates both protocols against state-of-the-art baselines, showing sub-second latency and high throughput, including production deployment in Sui with over $1.5$B in value and notable latency reductions. The key contributions are the uncertified-DAG design with skip/certificate patterns, the multi-slot proposer model with a direct/indirect decision rule, and the integrated fast-path finality and epoch-change mechanism that preserve safety across reconfigurations. The practical impact is substantial latency reduction and resource efficiency for real-world blockchains, enabling high-throughput, low-latency consensus in geo-distributed deployments and production-ready deployments like Sui.
Abstract
We introduce Mysticeti-C, the first DAG-based Byzantine consensus protocol to achieve the lower bounds of latency of 3 message rounds. Since Mysticeti-C is built over DAGs it also achieves high resource efficiency and censorship resistance. Mysticeti-C achieves this latency improvement by avoiding explicit certification of the DAG blocks and by proposing a novel commit rule such that every block can be committed without delays, resulting in optimal latency in the steady state and under crash failures. We further extend Mysticeti-C to Mysticeti-FPC, which incorporates a fast commit path that achieves even lower latency for transferring assets. Unlike prior fast commit path protocols, Mysticeti-FPC minimizes the number of signatures and messages by weaving the fast path transactions into the DAG. This frees up resources, which subsequently result in better performance. We prove the safety and liveness in a Byzantine context. We evaluate both Mysticeti protocols and compare them with state-of-the-art consensus and fast path protocols to demonstrate their low latency and resource efficiency, as well as their more graceful degradation under crash failures. Mysticeti-C is the first Byzantine consensus protocol to achieve WAN latency of 0.5s for consensus commit while simultaneously maintaining state-of-the-art throughput of over 200k TPS. Finally, we report on integrating Mysticeti-C as the consensus protocol into the Sui blockchain, resulting in over 4x latency reduction.
