> ## 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.

# PHANTOM and GHOSTDAG: A Scalable Generalization of Nakamoto Consensus

> This paper introduces PHANTOM and GHOSTDAG, two protocols that generalize the Nakamoto consensus to directed acyclic graph (DAG) topologies. The traditional blo

# PHANTOM and GHOSTDAG: A Scalable Generalization of Nakamoto Consensus

This paper introduces PHANTOM and GHOSTDAG, two protocols that generalize the Nakamoto consensus to directed acyclic graph (DAG) topologies. The traditional blo

## Abstract

This paper introduces PHANTOM and GHOSTDAG, two protocols that generalize the Nakamoto consensus to directed acyclic graph (DAG) topologies. The traditional blockchain structure restricts throughput by forcing a linear order of blocks, often leading to stale blocks and network inefficiency. The authors present a mechanism where blocks can be mined in parallel and integrated into a DAG, while still ensuring a robust total ordering of transactions. PHANTOM provides a theoretical solution for a BFT-like consensus in a PoW-based network, while GHOSTDAG offers a scalable, highly efficient implementation that allows for fast confirmation times without compromising security. These contributions are instrumental in understanding how to maintain the decentralization properties of Proof of Work while breaking the scalability constraints of linear chains. The analysis provides deep insights into block-DAG structures and the mathematical proofs required to guarantee network security in non-linear topologies.

**Authors:** Yonatan Sompolinsky, Shai Wyborski, Aviv Zohar

**Publication:** IACR ePrint Archive

**Publication date:** 2018-01-01

## Key findings

* Generalizes Nakamoto consensus to DAGs.
* Allows parallel block production without creating security vulnerabilities.
* Introduces GHOSTDAG for efficient ordering of blocks in a DAG.
* Demonstrates significant throughput improvements over linear PoW chains.

## Citation

Yonatan Sompolinsky, Shai Wyborski, Aviv Zohar (2018). PHANTOM and GHOSTDAG: A Scalable Generalization of Nakamoto Consensus. IACR ePrint Archive. [https://eprint.iacr.org/2018/104.pdf](https://eprint.iacr.org/2018/104.pdf)

## Related knowledge

* [Consensus](/categories/consensus) — glossary
* [Consensus](/categories/consensus) — related-glossary
* [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
* [How Blockchain Architecture Is Quietly Solving Real Business Problems](/generated/v2/topics/how-blockchain-architecture-is-quietly-solving-real-business-problems) — article
* [How Blockchain Architecture Is Quietly Solving Real Business Problems](/generated/v2/topics/how-blockchain-architecture-is-quietly-solving-real-business-problems) — 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
* [Mint](/generated/v2/glossary/mint) — glossary
* [Mint](/generated/v2/glossary/mint) — 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:phantom-and-ghostdag-a-scalable-generalization-of-nakamoto-consensus`
