Pillar I of IX — Foundational Reference

General & Fundamentals

The foundational pillar of the ABCDE encyclopedia. Core concepts, essential vocabulary, and first-principles definitions that underpin every other category in this reference.

180+Entries
A–ZIndexed
Pillar ICategory
2025Edition

◈ General & Fundamentals

Pillar I · 180+ Entries · Foundational Reference
B
GEN-001
Bitcoin
/ˈbɪt.kɔɪn/  ·  abbr: BTC  ·  ticker: ₿
noun (proper)  ·  Cryptocurrency  ·  Layer 1 Network

1. The first decentralized cryptocurrency, introduced in a 2008 whitepaper by the pseudonymous Satoshi Nakamoto and launched on January 3, 2009. Bitcoin operates on a peer-to-peer network without a central authority, using a proof-of-work consensus mechanism to validate transactions and secure the network.

2. (lowercase: bitcoin) A unit of the Bitcoin currency. The total supply is capped at 21 million BTC, with new bitcoin issued as block rewards to miners approximately every 10 minutes. The issuance rate halves approximately every four years in an event known as the "halving."

TECHNICAL NOTE: Bitcoin is divisible to eight decimal places. The smallest unit, 0.00000001 BTC, is called a satoshi (sat). As of 2025, approximately 19.7 million BTC have been mined, leaving fewer than 1.3 million BTC yet to be issued. The final bitcoin is projected to be mined around the year 2140.
LEGAL NOTE: Bitcoin's classification varies by jurisdiction. In the United States, the CFTC has classified BTC as a commodity; the IRS treats it as property for tax purposes. El Salvador became the first country to adopt Bitcoin as legal tender in September 2021.

See also: Satoshi Nakamoto · Proof of Work · Halving · Circulating Supply

GEN-001  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-05-01 Permalink ¶
GEN-002
Blockchain
/ˈblɒk.tʃeɪn/  ·  also: block chain, distributed ledger
noun  ·  Core Concept  ·  Foundational

1. A continuously growing list of records, called blocks, which are linked and secured using cryptographic hashes. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data — forming an immutable, append-only ledger distributed across a peer-to-peer network.

2. The foundational data structure underlying Bitcoin and most subsequent cryptocurrency networks. A blockchain achieves consensus among untrusted parties without a central authority by requiring network participants to validate and agree on the state of the ledger through a defined consensus mechanism.

TECHNICAL NOTE: Each block header contains: (1) the hash of the previous block header, (2) a Merkle root of all transactions in the block, (3) a timestamp, (4) a difficulty target, and (5) a nonce. The chaining of hashes creates tamper-evidence — altering any historical block invalidates all subsequent blocks.
ETYMOLOGY: The term "blockchain" as a single compound word was not used in Satoshi Nakamoto's original 2008 Bitcoin whitepaper, which referred to "a chain of blocks." The compound form emerged organically in the developer community circa 2011–2012.

See also: Distributed Ledger Technology · Merkle Tree · Consensus Mechanism · Satoshi Nakamoto

GEN-002  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-04-10 Permalink ¶
C
GEN-003
Consensus Mechanism
/ˈkɒn.sən.səs ˈmek.ə.nɪ.z(ə)m/
noun phrase  ·  Protocol  ·  Network Architecture

1. A fault-tolerant algorithm or protocol by which all nodes in a distributed blockchain network reach agreement on the single true state of the ledger. Consensus mechanisms solve the Byzantine Generals Problem — achieving reliable agreement among untrusted, potentially adversarial participants without a central coordinator.

2. The set of rules governing how new blocks are proposed, validated, and appended to the blockchain. The choice of consensus mechanism fundamentally determines a network's security model, energy consumption, throughput, and decentralization properties.

PRIMARY TYPES: (1) Proof of Work (PoW) — computational puzzle solving; (2) Proof of Stake (PoS) — validator selection weighted by staked collateral; (3) Delegated Proof of Stake (DPoS) — token-holder elected validators; (4) Proof of Authority (PoA) — identity-verified validators; (5) Proof of History (PoH) — cryptographic timestamps (Solana).

See also: Proof of Work · Proof of Stake · Byzantine Fault Tolerance

GEN-003  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-03-15 Permalink ¶
GEN-004
Cryptocurrency
/ˌkrɪp.toʊˈkɜː.ən.si/  ·  also: crypto, digital currency, virtual currency
noun  ·  Core Concept  ·  Asset Class

1. A digital or virtual currency secured by cryptography, operating on a decentralized network — typically a blockchain — that functions without a central issuing authority such as a government or financial institution. Cryptocurrencies use cryptographic techniques to control the creation of new units and verify the transfer of assets.

2. Broadly, any digital asset that uses cryptographic proof rather than institutional trust as its security model. The term encompasses coins (native assets of a Layer 1 blockchain) and tokens (assets issued on top of an existing blockchain platform).

LEGAL CLASSIFICATION NOTE: The term "cryptocurrency" has no uniform legal definition across jurisdictions. U.S. regulators variously classify crypto assets as commodities (CFTC), securities (SEC), property (IRS), or money (FinCEN) depending on the asset's characteristics and the regulatory context. See the Howey Test for the primary U.S. securities classification framework.

See also: Bitcoin · Token · Howey Test · Market Capitalization

GEN-004  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-04-22 Permalink ¶
D
GEN-005
Decentralization
/diːˌsen.trə.laɪˈzeɪ.ʃən/
noun  ·  Core Concept  ·  Network Architecture

1. The distribution of authority, control, and decision-making across a network of participants rather than a single central entity. In blockchain systems, decentralization refers to the degree to which no single node, entity, or group of entities can unilaterally control, censor, or alter the network's state or rules.

2. A spectrum property, not a binary state. Networks are evaluated on multiple axes: architectural (number and distribution of nodes), political (number of individuals or organizations controlling nodes), and logical (whether the system behaves as a single monolithic object or a swarm).

THE BLOCKCHAIN TRILEMMA: Vitalik Buterin's formulation posits that blockchain networks face an inherent trade-off between three properties: Decentralization, Security, and Scalability — with any two achievable simultaneously but all three simultaneously remaining an unsolved engineering challenge. This trilemma frames much of Layer 2 and sharding research.

See also: Blockchain Trilemma · DAO · Node

GEN-005  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-02-28 Permalink ¶
GEN-006
Distributed Ledger Technology (DLT)
/dɪˈstrɪb.juː.tɪd ˈledʒ.ər/  ·  abbr: DLT
noun phrase  ·  Infrastructure  ·  Foundational

1. A digital system for recording, sharing, and synchronizing data across multiple locations, institutions, or geographies without a central administrator. DLT is the broader category of technology of which blockchain is the most prominent implementation — not all DLTs are blockchains, but all blockchains are DLTs.

DLT vs. BLOCKCHAIN: Blockchain is a specific type of DLT that organizes data into cryptographically linked blocks in a linear chain. Other DLT architectures include Directed Acyclic Graphs (DAGs) — used by IOTA and Hedera Hashgraph — which do not use a chain structure but still achieve distributed consensus without a central authority.

See also: Blockchain · Directed Acyclic Graph (DAG) · Node

GEN-006  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-03-01 Permalink ¶
F
GEN-007
Fork
/fɔːk/  ·  variants: hard fork, soft fork, contentious fork
noun / verb  ·  Protocol  ·  Network Event

1. Hard Fork: A permanent divergence in the blockchain protocol that is not backward-compatible. Nodes running the old software cannot validate blocks produced under the new rules, resulting in a permanent chain split if a significant portion of the network does not upgrade.

2. Soft Fork: A backward-compatible protocol upgrade in which new rules are a strict subset of the old rules. Old nodes can still validate new blocks, allowing the network to upgrade without a mandatory split. Soft forks require only a majority of miners or validators to adopt the new rules.

NOTABLE EXAMPLES: Bitcoin Cash (BCH) — contentious hard fork from Bitcoin (August 2017) over block size limits. Ethereum Classic (ETC) — contentious hard fork from Ethereum (July 2016) following The DAO hack. The Merge — Ethereum's planned transition from PoW to PoS (September 2022).

See also: The DAO Hack · The Vault · Consensus Mechanism

GEN-007  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-04-05 Permalink ¶
H
GEN-008
Hash / Hash Function
/hæʃ/  ·  also: cryptographic hash, digest
noun  ·  Cryptography  ·  Foundational

1. A cryptographic hash function is a mathematical algorithm that maps data of arbitrary size to a fixed-size output (the "hash" or "digest"). Hash functions used in blockchain systems must satisfy four properties: determinism, pre-image resistance (computationally infeasible to reverse), collision resistance (infeasible to find two inputs with the same output), and avalanche effect (small input changes produce drastically different outputs).

BITCOIN'S HASH FUNCTION: Bitcoin uses SHA-256 (Secure Hash Algorithm 256-bit), producing a 256-bit (32-byte) output. A block hash is computed by double-SHA-256 of the block header. The proof-of-work mining process requires finding a nonce such that the resulting block hash is numerically less than the current difficulty target — requiring quadrillions of hash computations per second across the global network.

See also: Proof of Work · Merkle Tree · SHA-256

GEN-008  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-03-20 Permalink ¶
GEN-009
HODL
/ˈhɒd.əl/  ·  backronym: Hold On for Dear Life
verb / noun  ·  Market Behavior  ·  Community Vernacular

1. A long-term investment strategy characterized by retaining cryptocurrency holdings through market volatility rather than trading. Derived from a December 18, 2013 post on the Bitcointalk forum by user "GameKyuubi," who wrote "I AM HODLING" — a typographical error for "holding" that became a defining piece of crypto cultural vocabulary.

2. (backronym) Hold On for Dear Life — a post-hoc rationalization of the original typo, now used to describe the philosophical conviction that long-term holding outperforms active trading for most retail participants, particularly given the difficulty of timing volatile crypto markets.

CULTURAL NOTE: The original Bitcointalk post was written during a period of extreme Bitcoin price volatility (BTC had fallen from ~$1,100 to ~$600 within days). The post's raw, unedited authenticity resonated with the community and the term spread virally. It remains one of the most widely recognized pieces of crypto-native vocabulary globally.

See also: Diamond Hands · Market Cycle · Bitcointalk Forum

GEN-009  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-02-10 Permalink ¶
M
GEN-010
Mining
/ˈmaɪ.nɪŋ/  ·  also: crypto mining, Bitcoin mining, proof-of-work mining
noun / gerund  ·  Consensus  ·  Network Operation

1. The process by which new transactions are verified and added to a proof-of-work blockchain, and by which new cryptocurrency units are created and distributed. Miners compete to solve a computationally intensive cryptographic puzzle — finding a nonce that produces a block hash below the current difficulty target — with the winning miner earning the block reward plus all transaction fees included in the block.

ECONOMICS NOTE: Bitcoin's block reward began at 50 BTC (2009) and halves approximately every 210,000 blocks (~4 years). As of the April 2024 halving, the reward is 3.125 BTC per block. As block rewards diminish toward zero, transaction fees are expected to become the primary miner incentive — a long-term security model that remains an active area of research and debate.
ENERGY NOTE: Bitcoin mining's annualized energy consumption is estimated at 120–150 TWh — comparable to mid-sized nations. This has driven significant regulatory scrutiny and the development of alternative consensus mechanisms (Proof of Stake) designed to achieve security without energy-intensive computation.

See also: Proof of Work · Hash Function · Halving · Mining Pool

GEN-010  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-04-25 Permalink ¶
N
GEN-011
Node
/nəʊd/  ·  variants: full node, light node, validator node, archive node
noun  ·  Network Architecture  ·  Infrastructure

1. Any computer or device that participates in a blockchain network by maintaining a copy of the ledger and communicating with other participants. Nodes collectively form the peer-to-peer network that validates transactions, enforces protocol rules, and propagates new blocks.

2. Full Node: Downloads and independently validates every block and transaction against the protocol's consensus rules since the genesis block — the backbone of network security. Light Nodes (SPV): Download only block headers and rely on full nodes for transaction verification, sacrificing trustlessness for reduced resource requirements.

DECENTRALIZATION NOTE: The number and geographic distribution of full nodes is a primary metric of a blockchain's decentralization and censorship resistance. As of 2025, the Bitcoin network operates approximately 18,000–20,000 publicly reachable full nodes globally, with many more operating behind firewalls.

See also: Decentralization · Validator · Peer-to-Peer Network

GEN-011  ·  Pillar I  ·  Added: 2025-01-01  ·  Updated: 2025-03-10 Permalink ¶
P
GEN-012
Private Key
/ˈpraɪ.vɪt kiː/  ·  also: secret key, signing key
noun  ·  Cryptography  ·  Wallet Security

1. A secret alphanumeric string — typically 256 bits in length — that serves as the cryptographic proof of ownership for a cryptocurrency address. The private key is used to generate digital signatures that authorize transactions. Possession of the private key constitutes ownership of the associated funds — there is no recourse mechanism if a private key is lost or stolen.

2. In elliptic curve cryptography (as used by Bitcoin and Ethereum), the private key is a randomly generated 256-bit integer from which the corresponding public key is derived via elliptic curve multiplication. The public key is then hashed to produce the wallet address. This derivation is one-way — the private key cannot be computed from the public key or address.

SECURITY AXIOM: "Not your keys, not your coins." — The foundational principle of crypto self-custody. Any party holding a user's private keys (e.g., a centralized exchange) has effective control over the associated