{"id":"distributed-ledger-technology-dlt","version":1,"language":"en","title":"Distributed Ledger Technology (DLT)","hidden":false,"content":"**Distributed ledger technology (DLT)** refers to the protocols and supporting infrastructure that allow computers in different locations to propose and validate transactions and update records in a synchronized way across a network.[\\[2\\]](#cite-id-ej0big0u4xd)  \n$$widget0 [YOUTUBE@VID](-OUy7TcgjGo)$$  \n  \n# Tech  \n  \n![image](https://ipfs.everipedia.org/ipfs/QmWqHPn5uJwZZJ42pNCzjyzc1uzqG1wTfwq4ZnqsHjDbg8)  \nTransactions or data entries in a [node](https://iq.wiki/wiki/node) are created by participants on the network. These transactions can represent various types of information, like, financial transactions, supply chain data, and voting records. Each transaction is broadcast to all nodes in the network. These nodes can be located anywhere and are part of a distributed network.  \n  \nNodes on the network independently verify the transaction's validity based on predefined rules and protocols. Verification typically involves checking the digital signatures, ensuring that the sender has the necessary permissions, and confirming that the transaction adheres to the network's rules.  \n  \nTo add a verified transaction to the ledger, the network must reach a consensus. Different DLTs use different [consensus mechanisms](https://iq.wiki/wiki/consensus-mechanism), such as [PoW](https://iq.wiki/wiki/proof-of-work-pow), [PoS](https://iq.wiki/wiki/proof-of-stake), [BFT](https://iq.wiki/wiki/byzantine-fault-tolerance), and, more. These mechanisms ensure that a majority of nodes agree on the transaction's validity before it is added to the ledger. Once consensus is reached, the verified transaction is added to a [block](https://iq.wiki/wiki/block). This block contains a group of transactions and is linked to the previous block in chronological order, forming a chain of blocks, called a [blockchain](https://iq.wiki/wiki/blockchain).  \n  \nOnce a transaction is added to the ledger, it becomes immutable and tamper-resistant. It is nearly impossible to alter or delete the information without consensus from the network, making the ledger highly secure and reliable. Copies of the ledger are maintained on each node in the network. This redundancy ensures that even if some nodes go offline or are compromised, the ledger's integrity remains intact.  \n$$widget0 [YOUTUBE@VID](xNU0oEbWR2o)$$  \nThe distributed ledger continues to operate, adding new blocks of transactions in a continuous manner. This ensures a complete and transparent record of all transactions or data entries since the ledger's inception.[\\[5\\]](#cite-id-kevk6w9cxel)  \n  \n# Types of DLTs  \n  \n## Blockchain  \n  \nIn this type of DLT, transactions are stored in the form chain of blocks and each block produces a unique hash that can be used as proof of valid transactions. Each [node](https://iq.wiki/wiki/node) has a copy of the ledger which makes it more transparent.  \n  \n### Permissioned DLT  \n  \nNodes have to take permission from a central authority to access or make any changes in the network. Mostly these types of permissions include identity verification.  \n  \n[Hyperledger Fabric](https://iq.wiki/wiki/hyperledger) is a permissioned DLT, designed for private and consortium blockchains, where access to the network is controlled and limited to trusted entities. Participants must be granted permission to join and interact with the network.  \n  \n### Permissionless DLT  \n  \nThere is no central authority to validate transactions, rather existing nodes are collectively responsible for validating the transactions. Various consensus mechanisms are used to validate transactions based on predefined algorithms. In the case of [Bitcoin](https://iq.wiki/wiki/bitcoin-btc) [proof of work](https://iq.wiki/wiki/proof-of-work-pow) consensus mechanism is used.  \n  \n[Bitcoin](https://iq.wiki/wiki/bitcoin) operates on a public and permissionless blockchain, which means it is open for anyone to participate in the network without needing permission.  \n  \n### Hybrid DLT  \n  \nIt is combined with both permissionless and permissioned DLTs and can benefit from both of them.  \n  \nCorda Enterprise is a hybrid DLT project, that allows organizations to create private, permissioned networks where participants are known and trusted. This is particularly valuable in industries where strict data privacy and regulatory compliance are essential, such as finance and healthcare.  \n  \n## Directed Acyclic Graph (DAG)  \n  \nDAG employs a unique data structure to organize its data, leading to enhanced consensus. In this form of DLT, transaction validation largely hinges on the support from the majority of the nodes in the network. Every node is obligated to provide proof of transactions on the ledger before initiating any transactions. In this system, nodes must verify at least two prior transactions on the ledger to authenticate their own transaction.  \n  \n[IOTA](https://iq.wiki/wiki/iota) is a public distributed ledger that uses a [directed acyclic graph (DAG)](https://iq.wiki/wiki/directed-acyclic-graph-dag) structure known as the [Tangle](https://iq.wiki/wiki/the-tangle) to store transactions.[\\[1\\]](#cite-id-hi37ta2q1ij)  \n$$widget0 [YOUTUBE@VID](JjMWrXqsrUs)$$  \n  \n# DLT Consensus Mechanisms  \n  \n## Proof of Work (PoW)  \n  \nIn [PoW](https://iq.wiki/wiki/proof-of-work-pow), miners compete to solve complex mathematical problems to validate transactions and create new blocks. The essence of PoW is that miners must make a financial investment and commit resources to validate transactions, providing them with an incentive.[\\[3\\]](#cite-id-odlx22ceumn)  \n  \nPoW is used by [Bitcoin](https://iq.wiki/wiki/bitcoin-btc) and [Dogecoin](https://iq.wiki/wiki/dogecoin) for their BTC and DOGE cryptocurrencies.[\\[7\\]](#cite-id-n2wel8i7gyi)  \n  \n## Proof of Stake (PoS)  \n  \nIn [PoS](https://iq.wiki/wiki/proof-of-stake), [validators](https://iq.wiki/wiki/validator) hold a stake in the network and are chosen to validate transactions based on the amount of the stake they hold. Seen as a more environmentally friendly option, PoS is at greater risk of a [51% attack](https://iq.wiki/wiki/51percent-attack).[\\[3\\]](#cite-id-odlx22ceumn)  \n  \nProjects that use PoS include [Ethereum 2.0](https://iq.wiki/wiki/ethereum), [Cardano](https://iq.wiki/wiki/cardano-ada), [Tezos](https://iq.wiki/wiki/tezos), and [Polkadot](https://iq.wiki/wiki/polkadot).  \n  \n## Delegated Proof of Stake (DPoS)  \n  \n[DPoS](https://iq.wiki/wiki/dedicated-proof-of-stake) is a variant of PoS, where the network selects a limited number of validators to validate transactions. This variation reduces the computational resources required to secure the network.[\\[3\\]](#cite-id-odlx22ceumn)  \n  \nProjects that use DPoS include [BitShares](https://iq.wiki/wiki/bitshares), [TRON](https://iq.wiki/wiki/tron), Steem, [Lisk](https://iq.wiki/wiki/lisk), [Ark](https://iq.wiki/wiki/ark), and [EOS](https://iq.wiki/wiki/eos).[\\[6\\]](#cite-id-8g673323w5e)  \n  \n## Byzantine Fault Tolerance (BFT)  \n  \nIn [BFT](https://iq.wiki/wiki/byzantine-fault-tolerance), validators agree on a consensus value based on a voting system. This mechanism strives to avoid the Byzantine Generals Problem which describes a game theory problem where decentralized parties must arrive at a consensus by leveraging a trusted central party.[\\[3\\]](#cite-id-odlx22ceumn)  \n  \nProjects that use BFT include [Hyperledger Fabric](https://iq.wiki/wiki/hyperledger), [Stellar](https://iq.wiki/wiki/stellar), [NEO](https://iq.wiki/wiki/neo), and [Ripple](https://iq.wiki/wiki/ripple-labs).  \n  \n# Centralized vs Distributed Ledgers  \n  \n![image](https://ipfs.everipedia.org/ipfs/QmVanPoWvHPEghjW9ZX95HH1QXfrE8dfmz7xqLjxW8eih2)  \n  \n| Ledgers / Characteristics | Centralized Ledger | Distributed Ledger |  \n| ------------------------- | ------------------ | ------------------ |  \n| Control | A single entity or authority has complete control over the ledger. This entity is responsible for maintaining, updating, and managing the ledger. | No single central authority. Data is distributed across a network of nodes, and no single entity has complete control over the ledger. |  \n| Trust | Trust is placed in the reputation and integrity of the central entity. | Trust is placed in the system's rules and algorithms, based on calculations, cryptography, and the consensus of the network. |  \n| Access | Only authorized individuals or entities are granted permission to view or modify the ledger. | Anyone can participate in the network, view the ledger, and validate transactions. |  \n| Transparency | Less transparent. Access to data is typically limited to what the authority deems necessary. | Highly transparent. Transaction data is visible to all participants, and the ledger's history is immutable and tamper-resistant. |  \n| Efficiency | Efficient and fast because there is a single point of control and decision-making. Transactions and data updates can be processed quickly. | Efficiency can vary. Some ledgers prioritize security and decentralization over speed, resulting in slower transaction processing. Others aim to improve scalability and transaction speed. |  \n| Resilience | Vulnerable to single points of failure. If the central authority experiences issues or is compromised, the entire ledger's integrity is at risk. | Resilient to failures and attacks. There is no single point of failure, making the ledger more robust and secure. |  \n| Examples | Traditional banking systems, government records, and corporate databases | Bitcoin, Ethereum, Hyperledger Fabric, etc |  \n  \n$$widget0 [YOUTUBE@VID](fEBl_bKG_js)$$  \n[\\[9\\]](#cite-id-1x8or0a2el9)  \n  \n# Applications of DLT  \n  \nDLT has found applications across various sectors, transforming industries and processes:  \n  \n## Finance  \n  \n[Cryptocurrencies](https://iq.wiki/wiki/cryptocurrency) like [Bitcoin](https://iq.wiki/wiki/bitcoin) and [Ethereum](https://iq.wiki/wiki/ethereum) utilize [blockchain](https://iq.wiki/wiki/blockchain), a type of DLT, to enable decentralized digital currency transactions, bypassing traditional financial intermediaries.  \n  \n## Supply Chain Management  \n  \nDLT enhances transparency and traceability in supply chains by recording each step of a product's journey. This is particularly useful in verifying the authenticity of goods and reducing fraud.  \n  \n## Healthcare  \n  \nPatient records, pharmaceutical supply chains, and clinical trials benefit from DLT's secure and immutable data storage, ensuring privacy and data integrity.  \n  \n## Voting Systems  \n  \nDLT can be used to create secure and transparent voting systems, reducing the risk of election fraud and ensuring the integrity of democratic processes.  \n  \n## Real Estate  \n  \nProperty transactions often involve complex paperwork and intermediaries. DLT can simplify this process by securely recording and transferring property titles.  \n  \n## Cross-Border Payments  \n  \nDLT can facilitate faster and more cost-effective cross-border payments by eliminating intermediaries and reducing [transaction fees](https://iq.wiki/wiki/transaction-fee).[\\[4\\]](#cite-id-01rermtphziz)  \n  \n## DLT under the Law  \n  \nDLT usually allows entities to transact without the need for external mechanisms for conflict resolution. But, the DLT-based service always remains subject to the legal and regulatory framework of the relevant jurisdiction. In Australia, as in many jurisdictions, there are scenarios where the legal system does not permit the enforcement of a contract solely on its terms.  \n  \nFor example, insolvency laws provide for clawback of transactions in certain circumstances, even where the contract in question may have contemplated those transactions occurring. It will be important to ensure that the DLT-based service is able to operate within the law.[\\[8\\]](#cite-id-wckr48tp4go)","summary":"Distributed Ledger Technology (DLT) is a network protocol allowing decentralized, synchronized transaction validation and record updating across different locations.","categories":[{"id":"defi","title":"Decentralized Finance"}],"promoted":0,"tags":[{"id":"Glossary"}],"metadata":[{"id":"references","value":"[{\"id\":\"hi37ta2q1ij\",\"url\":\"https://www.geeksforgeeks.org/blockchain-and-distributed-ledger-technology-dlt/\",\"description\":\"dlt and its types\",\"timestamp\":1696411401079},{\"id\":\"ej0big0u4xd\",\"url\":\"https://www.bis.org/publ/qtrpdf/r_qt1709y.htm\",\"description\":\"difference between centralised and distributed ledgers\",\"timestamp\":1696411554384},{\"id\":\"odlx22ceumn\",\"url\":\"https://www.investopedia.com/terms/d/distributed-ledger-technology-dlt.asp\",\"description\":\"dlt consensus mechanisms\",\"timestamp\":1696617434122},{\"id\":\"01rermtphziz\",\"url\":\"https://www.investopedia.com/terms/d/distributed-ledger-technology-dlt.asp\",\"description\":\"uses\",\"timestamp\":1696618855168},{\"id\":\"kevk6w9cxel\",\"url\":\"https://www.blockchain-council.org/blockchain/what-is-blockchain-distributed-ledger-technology/\",\"description\":\"brief working of a dlt\",\"timestamp\":1696624334439},{\"id\":\"8g673323w5e\",\"url\":\"https://builtin.com/blockchain/consensus-mechanism\",\"description\":\"dpos example\",\"timestamp\":1696625615799},{\"id\":\"n2wel8i7gyi\",\"url\":\"https://www.coindesk.com/learn/what-is-a-consensus-mechanism/\",\"description\":\"pow exmaple\",\"timestamp\":1696625697739},{\"id\":\"wckr48tp4go\",\"url\":\"https://asic.gov.au/regulatory-resources/digital-transformation/evaluating-distributed-ledger-technology/\",\"description\":\"dlt under the law\",\"timestamp\":1696626746757},{\"id\":\"1x8or0a2el9\",\"url\":\"https://www.investopedia.com/terms/d/distributed-ledgers.asp#:~:text=A%20centralized%20ledger%20is%20more,distributed%20ledger%20used%20by%20bitcoin.\",\"description\":\"Centralized vs Distributed Ledgers\",\"timestamp\":1696684226736}]"},{"id":"previous_cid","value":"QmWfD9CZJwLf2TmQKW1vEnp9QZogY9EcUrPZNdU2hqdUiZ"}],"user":{"id":"0x6753061a4cffbc0A617e57E956A298D88702a94B"},"author":{"id":"0xa99437c1445649AA316f7CC43dFf3E6e210a5F23","profile":{"username":"Karishma","avatar":"Qmc7ek3BpBjheHQ4knBSdPt6UJEnbJQQmbe8iNEPW2L88F"}},"media":[{"name":"image","id":"QmVanPoWvHPEghjW9ZX95HH1QXfrE8dfmz7xqLjxW8eih2","size":"0.09","type":"GALLERY","source":"IPFS_IMG"},{"name":"-OUy7TcgjGo","id":"https://www.youtube.com/watch?v=-OUy7TcgjGo","size":"0","type":null,"source":"YOUTUBE"},{"name":"fEBl_bKG_js","id":"https://www.youtube.com/watch?v=fEBl_bKG_js","size":"0","type":null,"source":"YOUTUBE"},{"name":"JjMWrXqsrUs","id":"https://www.youtube.com/watch?v=JjMWrXqsrUs","size":"0","type":null,"source":"YOUTUBE"},{"name":"xNU0oEbWR2o","id":"https://www.youtube.com/watch?v=xNU0oEbWR2o","size":"0","type":null,"source":"YOUTUBE"},{"name":"image","id":"QmWqHPn5uJwZZJ42pNCzjyzc1uzqG1wTfwq4ZnqsHjDbg8","size":"0.02","type":"GALLERY","source":"IPFS_IMG"}],"views":29,"events":[],"ipfs":"QmWfD9CZJwLf2TmQKW1vEnp9QZogY9EcUrPZNdU2hqdUiZ","transactionHash":"0x3c0ea40c142843faabfba944e3c626d31dc449dad39fb57c4a1eb7e839d37944","created":"2023-10-04T09:31:12.072Z","updated":"2023-10-07T13:12:06.264Z","images":[{"id":"QmVLzinN4gxfXuhHoBVmmvQ35SN5gXZs2G4M3z4t8JpUF5","type":"image/jpeg, image/png"}],"linkedWikis":null}