# Terminology

The following terms are used to describe concepts in this specification.

<table><thead><tr><th width="127.12109375">Terms</th><th>Terminology</th></tr></thead><tbody><tr><td><em>Blockchain</em></td><td>The Bitcoin blockchain is the transaction database that is extended by nodes participating in the <a href="https://wiki.bitcoinsv.io/index.php/Mining">mining</a> process on the Bitcoin network. The blockchain contains <a href="https://wiki.bitcoinsv.io/index.php/Transactions">transactions</a> validated and processed by nodes on the network. Using the blockchain, anyone can add and verify a record of all of the <a href="https://wiki.bitcoinsv.io/index.php/Confirmation">confirmed</a> transactions that have taken place on the ledger up until the most recent block was found. (<a href="https://wiki.bitcoinsv.io/index.php/Blockchain">BSV Blockchain, UTXO</a>)</td></tr><tr><td><em>Blockchain Transactions</em></td><td>A Bitcoin transaction consists of a version number, a lock time value, a list of inputs and a list of outputs. The primary functionality of a Bitcoin transaction is to transfer custody of bitcoin from one person to another. A transaction uses <a href="https://wiki.bitcoinsv.io/index.php/UTXO">UTXOs</a> as inputs and distributes their value to new outputs. UTXOs are the 'coins' in which all bitcoins are stored. (<a href="https://wiki.bitcoinsv.io/index.php/Bitcoin_Transactions">BSV Wiki, Bitcoin Transactions</a>)</td></tr><tr><td><em>Chain of Dust</em></td><td>In Bitcoin Satoshi Vision (BSV), a "Chain of Dust" refers to a sequence of minimum required value transactions that are created by spending small amounts of Satoshi’s. This concept is related to "dust" in the cryptocurrency context. These are small blockchain transactions where one dust transaction leads to another. Each subsequent transaction in the chain is dependent on the previous one, creating a linked sequence. (<a href="https://wiki.bitcoinsv.io/index.php/UTXO">BSV Wiki, UTXO</a>)</td></tr><tr><td><em>Decentralised identifier</em></td><td>A globally unique persistent identifier that does not require a centralized registration authority and is often generated and/or registered cryptographically. The generic format of a DID is defined in <a href="https://www.w3.org/TR/did-core/#did-syntax">3.1 DID Syntax</a>. A specific <a href="https://www.w3.org/TR/did-core/#dfn-did-schemes">DID scheme</a> is defined in a <a href="https://www.w3.org/TR/did-core/#dfn-did-methods">DID method</a> specification. Many—but not all—DID methods make use of <a href="https://www.w3.org/TR/did-core/#dfn-distributed-ledger-technology">distributed ledger technology (DLT)</a> or some other form of decentralized network. (<a href="https://www.w3.org/TR/did-core/#dfn-did-documents">W3C. DIDs v1.0, 2022</a>)</td></tr><tr><td><em>DID Controller</em></td><td>An entity that has the capability to make changes to a <a href="https://www.w3.org/TR/did-core/#dfn-did-documents">DID document</a>. A <a href="https://www.w3.org/TR/did-core/#dfn-decentralized-identifiers">DID</a> might have more than one DID controller. The DID controller(s) can be denoted by the optional controller property at the top level of the <a href="https://www.w3.org/TR/did-core/#dfn-did-documents">DID document</a>. Note that a DID controller might be the <a href="https://www.w3.org/TR/did-core/#dfn-did-subjects">DID subject</a>. (<a href="https://www.w3.org/TR/did-core/#dfn-did-controllers">W3C, DID V.1.0,2022</a>)</td></tr><tr><td><em>DID Document</em></td><td>A set of data describing the <a href="https://www.w3.org/TR/did-core/#dfn-did-subjects">DID subject</a>, including mechanisms, such as cryptographic public keys, that the <a href="https://www.w3.org/TR/did-core/#dfn-did-subjects">DID subject</a> or a <a href="https://www.w3.org/TR/did-core/#dfn-did-delegate">DID delegate</a> can use to <a href="https://www.w3.org/TR/did-core/#dfn-authenticated">authenticate</a> itself and prove its association with the <a href="https://www.w3.org/TR/did-core/#dfn-decentralized-identifiers">DID</a>. A DID document might have one or more different <a href="https://www.w3.org/TR/did-core/#dfn-representations">representations</a>. (<a href="https://www.w3.org/TR/did-core/#dfn-did-controllers">W3C, DID V.1.0,2022</a>)</td></tr><tr><td><em>DID Issuer</em></td><td>An individual or entity that issued a DID. This term is specific to this document.</td></tr><tr><td><em>DID Manager</em></td><td>In this document we call DID manager to a package that includes the DID resolver and DID controller. DID Manager term is specific to nChain implementation.</td></tr><tr><td><em>DID Resolver</em></td><td>A <a href="https://www.w3.org/TR/did-core/#dfn-did-resolvers">DID resolver</a> is a software and/or hardware component that performs the <a href="https://www.w3.org/TR/did-core/#dfn-did-resolution">DID resolution</a> function by taking a <a href="https://www.w3.org/TR/did-core/#dfn-decentralized-identifiers">DID</a> as input and producing a conforming <a href="https://www.w3.org/TR/did-core/#dfn-did-documents">DID document</a> as output. (<a href="https://www.w3.org/TR/did-core/">W3C, DID V.1.0,2022</a>)</td></tr><tr><td><em>DID Subject</em></td><td>The entity identified by a <a href="https://www.w3.org/TR/did-core/#dfn-decentralized-identifiers">DID</a> and described by a <a href="https://www.w3.org/TR/did-core/#dfn-did-documents">DID document</a>. Anything can be a DID subject: person, group, organization, physical object, digital thing, logical thing, etc. (<a href="https://www.w3.org/TR/did-core/#dfn-did-documents">W3C,DID V.1.0, 2022, Section 5.1.1</a>)</td></tr><tr><td><em>Ledger</em></td><td>In this document, the ledger is distinguished from the blockchain. The Bitcoin ledger refers to information store that <a href="https://www.iso.org/obp/ui/en/#iso:std:iso:22739:ed-2:v1:en:term:3.81">keeps records (3.81)</a> of <a href="https://www.iso.org/obp/ui/en/#iso:std:iso:22739:ed-2:v1:en:term:3.93">transactions (3.93</a>) that are intended to be final, definitive and <a href="https://www.iso.org/obp/ui/en/#iso:std:iso:22739:ed-2:v1:en:term:3.51">immutable (3.51)</a>. Unlike the blockchain, which is a chain of blocks verified by miners, the ledger specifically focuses on the individual transactions. (<a href="https://www.iso.org/obp/ui/en/#iso:std:iso:22739:ed-2:v1:en">SO22739-2024</a>)</td></tr><tr><td><em>UTXO</em></td><td>UTXO is an acronym for unspent transaction output. Every <a href="https://wiki.bitcoinsv.io/index.php/Bitcoin_Transactions">Bitcoin transaction</a> in every <a href="https://wiki.bitcoinsv.io/index.php/Block">block</a> contains at least one <a href="https://wiki.bitcoinsv.io/index.php/VOUT">output</a>. Outputs are then spent by inputs of later blockchain transactions and typically must be unlocked with a <a href="https://wiki.bitcoinsv.io/index.php/Digital_Signatures_in_Bitcoin">digital signature</a> (most commonly <a href="https://wiki.bitcoinsv.io/index.php/ECDSA">ECDSA</a> in Bitcoin). Until an output is used as an <a href="https://wiki.bitcoinsv.io/index.php/Input">input</a> in another transaction, this output is called a UTXO. (<a href="https://wiki.bitcoinsv.io/index.php/UTXO">BSV Wiki, UTXO</a>)</td></tr><tr><td><em>Verifiable data registry</em></td><td>In order to be resolvable to <a href="https://www.w3.org/TR/did-core/#dfn-did-documents">DID documents</a>, <a href="https://www.w3.org/TR/did-core/#dfn-decentralized-identifiers">DIDs</a> are typically recorded on an underlying system or network of some kind. Regardless of the specific technology used, any such system that supports recording <a href="https://www.w3.org/TR/did-core/#dfn-decentralized-identifiers">DIDs</a> and returning data necessary to produce <a href="https://www.w3.org/TR/did-core/#dfn-did-documents">DID documents</a> is called a <a href="https://www.w3.org/TR/did-core/#dfn-verifiable-data-registry">verifiable data registry</a>. Examples include <a href="https://www.w3.org/TR/did-core/#dfn-distributed-ledger-technology">distributed ledgers</a>, decentralized file systems, databases of any kind, peer-to-peer networks, and other forms of trusted data storage. (<a href="https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-data-registries">W3C, DID V.1.0,2022</a>)</td></tr><tr><td><em>Verifiers</em></td><td>In this document, a verifier refers to an entity, organization, or individual that checks the status of the DID and verifies that the signature of the subject or DID controller matches the signatures in the presentation. (<a href="https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifier">W3C, DID V.1.0,2022</a>)</td></tr></tbody></table>
