Introduction to DAGs

Blockchains organize transactions into blocks and have the entire network validate and approve each block

DAGs add transactions to the distributed ledger individually. Each transaction links back to previous transactions

IOTA is the most famous DAG:

  • Each transaction links to two past transactions

  • Nodes must validate the entire history of each transaction in the history of the two transactions that they have connected to

  • Transactions gain reputation over time

Last updated