> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bullshark: DAG BFT Protocols Made Practical

> Bullshark introduces an asynchronous Byzantine Fault Tolerant (BFT) consensus protocol built upon a Directed Acyclic Graph (DAG) architecture. The authors addre

# Bullshark: DAG BFT Protocols Made Practical

Bullshark introduces an asynchronous Byzantine Fault Tolerant (BFT) consensus protocol built upon a Directed Acyclic Graph (DAG) architecture. The authors addre

## Abstract

Bullshark introduces an asynchronous Byzantine Fault Tolerant (BFT) consensus protocol built upon a Directed Acyclic Graph (DAG) architecture. The authors address the latency and throughput limitations of traditional linear-blockchain consensus mechanisms by decoupling the data dissemination layer from the consensus ordering layer. By utilizing a DAG to structure the propagation of transactions, Bullshark allows validators to reach consensus on the order of transactions asynchronously. The paper demonstrates that this approach significantly enhances throughput while maintaining safety and liveness under asynchronous network conditions. It presents a modular architecture where the protocol can achieve high performance by delegating the ordering of blocks to a specific DAG-based structure, which avoids the bottleneck of sequential block production. The contribution is pivotal for scalable decentralized systems aiming for sub-second latency in highly parallelized environments, proving that high-throughput BFT is practical at scale.

**Authors:** Alexander Spiegelman, Neil Giridharan, Alberto Sonnino, Lefteris Kokoris-Kogias

**Publication:** arXiv preprint

**Publication date:** 2022-01-01

## Key findings

* Decouples data dissemination from consensus ordering to improve scalability.
* Utilizes a DAG structure to achieve asynchronous BFT performance.
* Maintains high throughput in adverse network conditions.
* Demonstrates sub-second latency in practical deployment scenarios.

## Citation

Alexander Spiegelman, Neil Giridharan, Alberto Sonnino, Lefteris Kokoris-Kogias (2022). Bullshark: DAG BFT Protocols Made Practical. arXiv preprint. [https://arxiv.org/abs/2209.05633](https://arxiv.org/abs/2209.05633)

## Related knowledge

* [Consensus](/categories/consensus) — glossary
* [Consensus](/categories/consensus) — related-glossary
* [Edge Computing, AI, and Blockchain: The New Stack](/generated/v2/topics/edge-computing-ai-and-blockchain-the-new-stack) — article
* [Edge Computing, AI, and Blockchain: The New Stack](/generated/v2/topics/edge-computing-ai-and-blockchain-the-new-stack) — related-article
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — article
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — related-article
* [Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability?](/generated/v2/topics/layer-3-in-blockchain-the-next-big-thing-for-crypto-scalability) — article
* [Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability?](/generated/v2/topics/layer-3-in-blockchain-the-next-big-thing-for-crypto-scalability) — related-article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — related-article
* [Oracle](/generated/v2/glossary/oracle) — glossary
* [Oracle](/generated/v2/glossary/oracle) — related-glossary
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — article
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — related-article

***

**Canonical knowledge ID:** `research:bullshark-dag-bft-protocols-made-practical`
