HOME

TheInfoList



OR:

A distributed ledger (also called a shared ledger or distributed ledger technology or DLT) is a system whereby replicated, shared, and synchronized digital
data Data ( , ) are a collection of discrete or continuous values that convey information, describing the quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpreted for ...
is geographically spread (distributed) across many sites, countries, or institutions. Its fundamental rationale is
Argumentum ad populum In argumentation theory, an (Latin for 'appeal to the people') is a fallacy, fallacious argument which is based on claiming a truth or affirming something is good or correct because many people think so. Alternative names Other names for the ...
whereby its veracity relies on a popular or majority of nodes to force the system to agree. In contrast to a
centralized database A centralized database (sometimes abbreviated CDB) is a database that is located, stored, and maintained in a single location. This location is most often a central computer or database system, for example a desktop or server CPU, or a mainframe co ...
, a distributed ledger does not require a central administrator, and consequently does not have a single (central) point-of-failure. In general, a distributed ledger requires a peer-to-peer (P2P) computer network and consensus algorithms so that the ledger is reliably replicated across distributed computer nodes (servers, clients, etc.). The most common form of distributed ledger technology is the
blockchain The blockchain is a distributed ledger with growing lists of Record (computer science), records (''blocks'') that are securely linked together via Cryptographic hash function, cryptographic hashes. Each block contains a cryptographic hash of th ...
(commonly associated with the
bitcoin Bitcoin (abbreviation: BTC; Currency symbol, sign: ₿) is the first Decentralized application, decentralized cryptocurrency. Based on a free-market ideology, bitcoin was invented in 2008 when an unknown entity published a white paper under ...
cryptocurrency A cryptocurrency (colloquially crypto) is a digital currency designed to work through a computer network that is not reliant on any central authority, such as a government or bank, to uphold or maintain it. Individual coin ownership record ...
), which can either be on a public or private network. Infrastructure for data management is a common barrier to implementing DLT.


Characteristics

Distributed ledger data is typically spread across multiple nodes (computational devices) on a P2P network, where each replicates and saves an identical copy of the ledger data and updates itself independently of other nodes. The primary advantage of this distributed processing pattern is the lack of a central authority, which would constitute a
single point of failure A single point of failure (SPOF) is a part of a system that would Cascading failure, stop the entire system from working if it were to fail. The term single point of failure implies that there is not a backup or redundant option that would enab ...
. When a ledger update transaction is broadcast to the P2P network, each distributed node processes a new update transaction independently, and then collectively all working nodes use a
consensus algorithm A fundamental problem in distributed computing and multi-agent systems is to achieve overall system reliability in the presence of a number of faulty processes. This often requires coordinating processes to reach consensus, or agree on some data va ...
to determine the correct copy of the updated ledger. Once a consensus has been determined, all the other nodes update themselves with the latest, correct copy of the updated ledger. Security is enforced through cryptographic keys and signatures.


Applications

Certificate Transparency is an Internet security standard for monitoring and auditing the issuance of digital certificates based on a distributed ledger. It was initiated in 2011, standardised in 2013 and started to be used by the Google Chrome browser for all certificates in 2018. In 2016, some banks tested distributed ledger systems for payments to determine their usefulness. In 2020, Axoni launched Veris, a distributed ledger platform that manages equity swap transactions. The platform, which matches and reconciles post-trade data on stock swaps, is used by BlackRock Inc.,
Goldman Sachs Group Inc The Goldman Sachs Group, Inc. ( ) is an American multinational investment bank and financial services company. Founded in 1869, Goldman Sachs is headquartered in Lower Manhattan in New York City, with regional headquarters in many international ...
., and Citigroup, Inc. A pilot scheme by the
Monetary Authority of Singapore The Monetary Authority of Singapore or (MAS), is the central bank and financial regulatory authority of Singapore. It administers the various statutes pertaining to money, banking, insurance, securities and the financial sector in general, as ...
completed its first live trades using DLT in 2022. The pilot by Singapore's central bank involved JP Morgan, SBI Digital Asset Holdings and DBS. The banks traded using smart contracts against liquidity pools of
tokenized Lexical tokenization is conversion of a text into (semantically or syntactically) meaningful ''lexical tokens'' belonging to categories defined by a "lexer" program. In case of a natural language, those categories include nouns, verbs, adjectives ...
Singapore government bonds, Japanese government bonds, yen, and Singapore dollars. Singapore has set up two more pilots. Standard Chartered Bank is exploring tokens for trade finance; and
HSBC HSBC Holdings plc ( zh, t_hk=滙豐; initialism from its founding member The Hongkong and Shanghai Banking Corporation) is a British universal bank and financial services group headquartered in London, England, with historical and business li ...
and
United Overseas Bank United Overseas Bank Limited (), often known as UOB, is a Singaporean regional bank headquartered at Raffles Place, Singapore, with branches mostly found in Southeast Asia countries. It is one of the three "big local banks" in the country, t ...
are working with Marketnode, a digital markets infrastructure provider, on products for wealth management. DLT can be used for
smart contract A smart contract is a computer program or a Transaction Protocol Data Unit, transaction protocol that is intended to automatically execute, control or document events and actions according to the terms of a contract or an agreement. The objective ...
ing, which is the formation of contracts which automatically complete when triggered by prevailing conditions. DLT is itself secured by cryptographic methods, but can also be used as a base layer on which to build further cryptographic applications, such as protocols that require or benefit from a public broadcast mechanism, including transparent decryption.


Types

In the context of cryptocurrencies, distributed ledger technologies can be categorized in terms of their
data structures In computer science, a data structure is a data organization and storage format that is usually chosen for efficient access to data. More precisely, a data structure is a collection of data values, the relationships among them, and the functi ...
, consensus algorithms, permissions, and whether they are mined. DLT data structure types include linear data structures (
blockchains The blockchain is a distributed ledger with growing lists of records (''blocks'') that are securely linked together via cryptographic hashes. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data (g ...
) to more complex
directed acyclic graph In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it consists of vertices and edges (also called ''arcs''), with each edge directed from one ...
(DAG) and hybrid data structures. DLT consensus algorithm types include proof-of-work (PoW) and
proof-of-stake Proof-of-stake (PoS) protocols are a class of consensus mechanisms for blockchains that work by selecting validators in proportion to their quantity of holdings in the associated cryptocurrency. This is done to avoid the computational cost of ...
(PoS) algorithms and DAG consensus-building and voting algorithms. DLTs are generally either permissioned (private) or permissionless (public). PoW cryptocurrencies are generally either 'mined' or 'non-mined', where the latter typically indicates 'pre-mined' cryptocurrencies, such as
XRP The XRP Ledger (XRPL), also called the Ripple Protocol, is a cryptocurrency platform launched in 2012 by Ripple Labs. The XRPL employs the native cryptocurrency known as XRP, and supports tokens, cryptocurrency or other units of value such as fre ...
or
IOTA Iota (; uppercase Ι, lowercase ι; ) is the ninth letter of the Greek alphabet. It was derived from the Phoenician letter Yodh. Letters that arose from this letter include the Latin I and J, the Cyrillic І (І, і), Yi (Ї, ї), and J ...
. PoS cryptocurrencies do not use miners, instead usually relying on validation among owners of the cryptocurrency, such as Cardano or Solana. Blockchains are the most common DLT type, with a 256-bit secure hash algorithm (SHA). DLTs based on DAG data structures or hybrid blockchain-DAG decrease transaction data size and transaction costs, while increasing transaction speeds compared with bitcoin, the first cryptocurrency. Examples of DAG DLT cryptocurrencies include MIOTA (
IOTA Iota (; uppercase Ι, lowercase ι; ) is the ninth letter of the Greek alphabet. It was derived from the Phoenician letter Yodh. Letters that arose from this letter include the Latin I and J, the Cyrillic І (І, і), Yi (Ї, ї), and J ...
Tangle DLT) and HBAR ( Hedera Hashgraph). Holochain represents a departure from traditional DLT models, using an agent-centric approach with individual source chains and a
distributed hash table A distributed hash table (DHT) is a Distributed computing, distributed system that provides a lookup service similar to a hash table. Key–value pairs are stored in a DHT, and any participating node (networking), node can efficiently retrieve the ...
(DHT) for data validation, eliminating the need for a global consensus mechanism.


See also

* Hyperledger * Decentralized Finance (DeFi) * Cryptoeconomics *
Eventual consistency Eventual consistency is a consistency model used in distributed computing to achieve high availability. Put simply: if no new updates are made to a given data item, ''eventually'' all accesses to that item will return the last updated value. Eve ...
*
Web3 Web3 (also known as Web 3.0) is an idea for a new iteration of the World Wide Web which incorporates concepts such as decentralization, blockchain technologies, and token-based economics. This is distinct from Tim Berners-Lee's concept of th ...


References

{{Authority control Accounting journals and ledgers Blockchains Distributed computing