Style guide

DAG

generaluppercasealways_latin

Definition

DAG stands for Directed Acyclic Graph. It is a data structure composed of nodes and links between them. Before The Merge, Ethereum used a DAG in its proof-of-work algorithm, Ethash, but is no longer used in proof-of-stake.

Also known as

DAGdirected acyclic graph