Slipstream: Ebb-and-Flow Consensus on a DAG with Fast Confirmation for UTXO Transactions
Nikita Polyanskii, Sebastian Muller, Mayank Raikwar
TL;DR
Slipstream introduces a DAG-based BFT protocol with two ebb-and-flow orderings: an optimistic ordering that remains live in the slot-sleepy model and a final ordering that is safe and live after GST in the ELSS model. It integrates a fast UTXO transaction confirmation path and uses slot-digests, digest certificates, and a consensus path to resolve unconfirmed double spends via the DAG structure. The protocol achieves deterministic safety and liveness in the sleepy setting, with $O(n^2)$ amortized communication per transaction bit, and provides formal proofs of dynamic availability, eventual synchrony, and transaction finality. This work has practical implications for robust, high-throughput DAG-based ledgers with fast payments, while highlighting trade-offs between liveness, safety, and communication in different network models.
Abstract
This paper introduces Slipstream, a Byzantine Fault Tolerance (BFT) protocol where nodes concurrently propose blocks to be added to a Directed Acyclic Graph (DAG) and aim to agree on block ordering. Slipstream offers two types of block orderings: an optimistic ordering, which is live and secure in a sleepy model under up to 50% Byzantine nodes, and a final ordering, which is a prefix of the optimistic ordering and ensures safety and liveness in an eventual lock-step synchronous model under up to 33% Byzantine nodes. Additionally, Slipstream integrates a payment system that allows for fast UTXO transaction confirmation independently of block ordering. Transactions are confirmed in three rounds during synchrony, and unconfirmed double spends are resolved in a novel way using the DAG structure.
