Keyboard shortcuts

BTC79,315-1.39%ETH2,254.86-0.85%SOL90.85-3.92%BNB669.27+2.22%XRP1.43-0.39%ADA0.2644-2.19%DOGE0.1125+3.62%AVAX9.75-0.42%LINK10.18-0.61%DOT1.34+1.07%BTC79,315-1.39%ETH2,254.86-0.85%SOL90.85-3.92%BNB669.27+2.22%XRP1.43-0.39%ADA0.2644-2.19%DOGE0.1125+3.62%AVAX9.75-0.42%LINK10.18-0.61%DOT1.34+1.07%
Reference

Glossary

Crypto terminology, alphabetized. A working reference for readers and reporters.

260 terms·Last updated: 2025-11-01

A10 terms

AddressCore
A string identifying a wallet or contract on a blockchain, derived deterministically from a public key. Addresses are public and reusable, though privacy-conscious users rotate them for each incoming payment. On Ethereum they are 20-byte hex strings; on Bitcoin they take several formats (legacy, SegWit, Taproot), each with distinct script rules and fee implications.
See also: Public key, Private key
AirdropMarket
A free distribution of tokens to eligible wallet addresses, used to reward prior users of a protocol, bootstrap a new network, or raise awareness for a project. Eligibility is typically derived from historical on-chain activity, NFT holdings, or participation in a testnet. A subculture of 'airdrop farmers' performs many small transactions on protocols expected to launch a token, which has reshaped how teams structure their distributions.
See also: ICO
AltcoinMarket
Any cryptocurrency other than Bitcoin, from Ethereum and Solana down to the smallest meme token. The term is a linguistic holdover from when Bitcoin was effectively the only game in town, and it carries no technical meaning beyond 'not BTC.' Traders sometimes use the narrower 'alt-season' to describe periods when capital rotates out of Bitcoin into the long tail of smaller-cap assets.
AMLRegulatory
Anti-Money Laundering. The body of regulation and internal controls that licensed financial firms must follow to detect, prevent, and report the movement of illicitly obtained funds through their systems. In crypto this drives KYC requirements on exchanges, transaction monitoring on stablecoin issuers, and sanctions screening on major protocols. Chain-analytics firms like Chainalysis and TRM Labs are the dominant tooling layer.
See also: KYC, KYT
AMMDeFi
Automated Market Maker. A decentralized exchange design that prices assets using a constant-product or similar formula against a shared liquidity pool instead of a traditional order book. Uniswap's x*y=k model is the canonical example; later designs add concentrated liquidity, dynamic fees, and multi-asset curves. AMMs enabled permissionless 24/7 trading for the long tail of tokens that would never have attracted a real market maker.
See also: Liquidity pool, Slippage
ArbitrageMarket
The practice of simultaneously buying an asset on one venue and selling it on another to capture a small price difference, ideally with no directional risk. In crypto, arbitrage is what keeps prices roughly aligned across dozens of centralized exchanges, AMMs, and derivatives markets. It is also a major source of MEV, since many arbitrage opportunities arise from pending on-chain trades visible in the mempool.
See also: MEV, Mempool
ASICTech
Application-Specific Integrated Circuit. Custom silicon designed to compute a single hashing algorithm (usually SHA-256 for Bitcoin) far faster and more efficiently than a general-purpose GPU. ASICs dominate proof-of-work mining at scale and have centralized Bitcoin hashrate around a handful of manufacturers and mining pools. Some projects like Monero deliberately change their hashing algorithm to resist ASIC dominance.
See also: Mining, Hashrate
ATHMarket
All-Time High. The highest price an asset has ever reached, on any exchange, in a given denomination — usually USD. Traders reference ATH as a psychological threshold; breaking ATH often triggers momentum buying and short liquidations. Its inverse, ATL (all-time low), is less frequently cited because it is almost always set early in a project's life.
Atomic swapTech
A cryptographic protocol that lets two parties exchange tokens across separate chains without a trusted intermediary, using time-locked contracts that either both complete or both abort. The technique predates modern bridges and underpins some decentralized exchange designs. Adoption is limited because atomic swaps require both chains to support the same hashing primitive and can be slow compared to pooled liquidity.
See also: Bridge
AttestationTech
A signed statement from a validator asserting that a given block, slot, or piece of data is valid. In Ethereum's proof-of-stake consensus, validators broadcast attestations each slot, and aggregated attestations are what finalize blocks. The term also appears in restaking and in cross-chain messaging, where one committee attests to state on another chain.
See also: Validator, Proof of stake

B10 terms

BagholderMarket
A derisive term for someone still holding a token whose price has collapsed, usually bought near the top. The word carries equal parts sympathy and mockery, and bagholders who refuse to sell are sometimes romanticized as 'diamond hands.' On-chain analysts track unrealized losses of cohorts who bought at peaks to time capitulation lows.
See also: FOMO
Basis tradeMarket
A trade that captures the spread between the spot price of an asset and its futures price. In crypto, the cash-and-carry basis trade involves buying spot Bitcoin and shorting a dated or perpetual future to lock in the funding rate or calendar premium. Large flows in and out of the basis trade explain much of the seasonal behavior of ETF inflows and perpetual funding.
See also: Futures, Perpetual
BitcoinCore
The first and largest cryptocurrency, launched in 2009 by the pseudonymous Satoshi Nakamoto. Bitcoin's design combines proof-of-work mining, a fixed supply schedule capped at 21 million coins, and an append-only distributed ledger secured by economic incentives rather than trusted custodians. It remains the benchmark against which every other crypto asset is measured.
See also: Proof of work, Halving
BlockCore
A bundle of transactions, plus a header referencing the previous block's hash, that forms one link in a blockchain. Blocks are produced at a target cadence — roughly ten minutes for Bitcoin, twelve seconds for Ethereum — and each contains a cryptographic commitment that makes retroactive edits infeasible without redoing all subsequent work. The header typically also includes a Merkle root of transactions and a timestamp.
See also: Blockchain, Merkle tree
Block rewardCore
The newly minted coins plus fees paid to the miner or validator who produces a valid block. On Bitcoin, the mint portion halves every 210,000 blocks, which is why the 2024 halving cut new issuance from 6.25 BTC to 3.125 BTC per block. As issuance declines, transaction fees must increasingly cover security, which is one of the central long-term questions in Bitcoin economics.
See also: Halving, Mining
BlockchainCore
An append-only, cryptographically linked sequence of blocks maintained by a distributed network of nodes that agree on its contents through a consensus protocol. The word is often abused as a synonym for 'database' in corporate marketing, but the technically meaningful distinction is the combination of open participation, resistance to retroactive edits, and trust minimization across mutually distrustful parties. Public chains like Bitcoin and Ethereum are the canonical examples.
See also: Block, Consensus mechanism
Bonding curveDeFi
A mathematical pricing curve implemented in a smart contract that sets a token's price as a deterministic function of its circulating supply. Common shapes include linear, exponential, and polynomial curves. Bonding curves are used in continuous token offerings, prediction-market shares, and some decentralized autonomous organization funding mechanisms.
See also: AMM
BridgeTech
A protocol that moves assets or messages between two blockchains. Bridges are among the highest-risk pieces of crypto infrastructure — several have been exploited for hundreds of millions of dollars, including Ronin ($625M), Wormhole ($325M), and Nomad ($190M). Designs range from multi-sig federated bridges (fast but trusted) to light-client bridges like IBC (slower but trust-minimized).
See also: Rollup, IBC
Burn addressTech
An address with no known private key, to which tokens can be sent but from which they can never be moved. Sending tokens to a burn address permanently reduces circulating supply and is often used by protocols to sink fees or execute token buybacks. The canonical Ethereum burn address is 0x000...dEaD, while protocol-level burns like Ethereum's EIP-1559 base fee destroy tokens directly without an address.
See also: EIP-1559
Byzantine fault toleranceTech
The property of a distributed system that it can reach correct agreement even when some fraction of its participants behave arbitrarily — crashing, lying, or colluding. Classical BFT algorithms tolerate up to one-third faulty nodes; newer schemes use cryptography to relax this bound. Most modern proof-of-stake chains descend from BFT research in one way or another.
See also: Consensus mechanism, Proof of stake

C10 terms

Centralized exchangeMarket
A crypto trading venue operated by a company that holds customer funds and matches orders on its own internal book. CEXes offer deep liquidity, fast execution, and fiat on-ramps, but users must trust the operator's solvency, security, and regulatory standing. The 2022 collapse of FTX is the defining cautionary tale for the model and accelerated industry adoption of proof-of-reserves disclosures.
See also: Exchange, Custody, Reserve proof
Chain reorganizationTech
An event in which nodes replace the current chain tip with a longer, heavier competing chain, effectively rolling back recent blocks. Short reorgs of one or two blocks are routine under proof-of-work; deeper reorgs can undo what users thought were confirmed transactions. Exchanges respond by requiring many confirmations before crediting deposits, especially on smaller chains prone to 51% attacks.
See also: Reorg, Finality
Circulating supplyMarket
The number of tokens currently in public hands and tradeable, excluding locked, team-allocated, or burned amounts. Circulating supply multiplied by market price gives market capitalization, which is why projects sometimes understate locked allocations to flatter this figure. Analysts contrast it with total supply (including locked) and fully diluted valuation (including all future emissions).
See also: Market cap, Total supply
Coinbase transactionCore
The first transaction in every block, which pays the block reward to the producer and has no input. The arbitrary data field of Bitcoin's genesis coinbase contains the famous Times headline about the banker bailout. Unrelatedly, 'Coinbase' is also the name of a large US-based exchange, which took its name from this foundational primitive.
See also: Block reward, Genesis block
Cold walletCore
A wallet whose private keys are stored offline — typically on a hardware device or paper — and never exposed to an internet-connected computer. Cold wallets are immune to most online exploits but less convenient for frequent use, which is why most serious holders pair a cold wallet for savings with a hot wallet for daily activity. Institutional custody is effectively industrial-scale cold storage.
See also: Hot wallet, Private key, Seed phrase
CollateralDeFi
Value pledged to back a loan, derivative position, or issued asset, subject to seizure if the position breaches a threshold. In DeFi, over-collateralization — depositing more than you borrow — is the default, because smart contracts cannot chase defaulted borrowers off-chain. Stablecoins like DAI are backed by collateral held in on-chain vaults, and leverage ratios depend heavily on collateral quality and liquidity.
See also: Liquidation, Stablecoin
Consensus mechanismTech
The algorithmic procedure by which a distributed network agrees on a single, authoritative version of its state despite the absence of any central coordinator. Proof-of-work, proof-of-stake, and various Byzantine-fault-tolerant protocols are the main families. The choice of consensus mechanism drives most of a chain's economic and security properties.
See also: Proof of work, Proof of stake, Byzantine fault tolerance
Cross-chainTech
Describes an interaction, asset, or application that spans two or more distinct blockchains. Cross-chain tools include bridges, messaging protocols like IBC or LayerZero, wrapped assets, and atomic swaps. The category is one of the most targeted by attackers: most of the largest exploits in crypto history have been cross-chain bridge hacks.
See also: Bridge, IBC
CryptographyTech
The mathematical study and practical use of techniques that secure information against adversaries. Blockchains rely on digital signatures for authentication, hash functions for integrity, and more recently zero-knowledge proofs for scalability and privacy. Without modern cryptography, the entire cryptocurrency industry is structurally impossible.
See also: Hash, Zero-knowledge proof
CustodyRegulatory
The arrangement under which someone holds private keys on behalf of an asset's beneficial owner. Self-custody means the user alone controls the keys; regulated custody means a licensed institution holds them under specific legal duties. ETF approvals in the US hinge partly on whether issuers use a qualified custodian for the underlying coins, making custody infrastructure one of the highest-stakes parts of the industry.
See also: Institutional custody, Cold wallet

D10 terms

DAODeFi
Decentralized Autonomous Organization. An on-chain entity whose rules, treasury, and decision process are encoded in smart contracts and typically governed by token-weighted voting. DAOs range from protocol treasuries like MakerDAO and Uniswap to investment clubs and social collectives. Legal status is still unsettled in most jurisdictions, with a few states like Wyoming recognizing DAO LLCs.
See also: Governance token, Voting power
dAppTech
Decentralized application. A user-facing app whose core logic runs as smart contracts on a blockchain, with the frontend typically hosted traditionally. The degree of decentralization varies enormously — many 'dApps' still depend on centralized frontends, indexers, and oracle feeds — and the term is often used more loosely than its definition warrants.
See also: Smart contract
DeFiDeFi
Decentralized Finance. An umbrella term for financial services — lending, exchange, derivatives, insurance — built as open smart contracts rather than through regulated intermediaries. DeFi grew from near zero in 2019 to tens of billions in TVL during the 2021 cycle and is now concentrated in a handful of blue-chip protocols. Critics note that much of it has re-invented traditional finance with different failure modes rather than fundamentally new primitives.
See also: TVL, DEX
Delegated proof-of-stakeTech
A consensus variant where token holders vote for a small number of elected validators — sometimes called witnesses or delegates — who produce blocks on their behalf. DPoS chains like EOS and Tron achieve high throughput at the cost of a smaller, more political validator set. The model blurs the line between consensus and governance in ways that purists find uncomfortable.
See also: Proof of stake
DerivativeMarket
A financial contract whose value is derived from an underlying asset or index. In crypto, the most common derivatives are perpetual futures, dated futures, and options; together they often trade more volume than the spot market. Offshore, unregulated venues still dominate many of these markets, though regulated US derivatives volume is growing as ETFs open the door to options.
See also: Perpetual, Futures
DEXDeFi
Decentralized Exchange. A trading venue that lets users swap assets directly from their own wallets against liquidity held in smart contracts. Major designs include AMMs like Uniswap and Curve and on-chain order books like dYdX and Hyperliquid. DEXes are non-custodial by definition, but still exposed to smart-contract bugs, oracle manipulation, and front-running.
See also: AMM, Order book
Difficulty adjustmentTech
The periodic algorithmic retargeting of how hard it is to find a valid block in a proof-of-work chain, based on how fast or slow recent blocks have been produced. Bitcoin adjusts every 2,016 blocks — about two weeks — to keep block times near ten minutes as hashrate changes. Without this mechanism, new hardware would collapse block times toward zero.
See also: Mining, Hashrate
Double-spendTech
The attempt to spend the same coin twice by broadcasting conflicting transactions or rewriting history. Preventing double-spend without a central authority was the foundational problem Bitcoin solved, via proof-of-work plus the longest-chain rule. Double-spend attacks on minor proof-of-work chains — so-called 51% attacks — still occur occasionally and have cost smaller exchanges millions.
See also: Proof of work, Chain reorganization
Dust attackTech
The deliberate sending of tiny amounts of crypto to many addresses in an attempt to de-anonymize their owners by following subsequent spending patterns. Chain-analytics firms also use dust-attack style heuristics to cluster addresses. Most modern wallets now let users flag or ignore dust to defeat the tactic.
See also: KYT
DYORMarket
Do Your Own Research. Ubiquitous caveat appended to crypto trading opinions, partly as genuine advice and partly as legal cover. In practice, retail investors rarely perform any research that resembles institutional diligence, and the phrase is often used cynically to shift blame after losses. It has nonetheless become a core element of crypto-native communication.

E10 terms

EIP-1559Tech
A 2021 Ethereum upgrade that replaced the first-price gas auction with a base fee (burned) plus an optional priority tip paid to validators. The change made fee estimation predictable for wallets and introduced ETH as a partially deflationary asset during periods of high activity. Similar fee-burn mechanisms have since been adopted by many EVM chains.
See also: Gas, Gwei
EpochTech
A fixed interval of slots or blocks used as a natural unit for consensus accounting on many modern chains. On Ethereum, one epoch is 32 slots — about 6.4 minutes — and is the granularity at which finality is decided. Other chains like Cardano and Solana use epochs for rewards distribution and validator set rotation.
See also: Validator, Finality
ERC-20Tech
The Ethereum standard interface for fungible tokens, specifying functions like transfer, approve, and balanceOf. Almost every stablecoin, governance token, and 'altcoin' issued on Ethereum or an EVM chain implements ERC-20, which is why a single wallet UI can display thousands of token balances uniformly. It is arguably the single most influential technical standard in crypto.
See also: Ether, EVM
ERC-721Tech
The Ethereum standard for non-fungible tokens, where each token has a unique identifier and its own metadata. ERC-721 is the backbone of the NFT market, from CryptoPunks to generative-art drops to tokenized real-world assets. A later standard, ERC-1155, extends the pattern to semi-fungible tokens and is common in gaming applications.
See also: NFT
EscrowDeFi
An arrangement in which a third party (human or contract) holds assets until specified conditions are met, at which point they release funds to the intended recipient. On-chain escrow contracts are used in over-the-counter trades, auction settlements, and NFT marketplaces. The concept predates crypto by centuries but maps neatly onto smart-contract programmability.
See also: Smart contract
EtherCore
The native currency of the Ethereum network, used to pay gas, secure the chain through staking, and collateralize much of DeFi. Ether is not technically an ERC-20 token but can be 'wrapped' into WETH, an ERC-20 with a 1:1 peg, to interact with contracts that expect the standard interface. It is the second-largest crypto asset by market capitalization.
See also: Ethereum, Gas
EthereumCore
The second-largest public blockchain, launched in 2015 by Vitalik Buterin and collaborators. Ethereum generalized Bitcoin's scripting model into a full-featured smart-contract platform and now underpins most of DeFi, NFTs, stablecoins, and rollups. Since 2022 it has run on proof-of-stake rather than proof-of-work, cutting its energy footprint by roughly 99.95%.
See also: Ether, EVM, Proof of stake
EVMTech
Ethereum Virtual Machine. The runtime that executes smart-contract bytecode on Ethereum and on many compatible chains including BNB Chain, Polygon, Arbitrum, Base, and others. The EVM's dominance has made its opcode set a de-facto standard, and even non-EVM chains often ship compatibility layers to access its tooling ecosystem.
See also: Smart contract, Ethereum
ExchangeMarket
Any venue where cryptocurrencies are bought and sold, whether centralized like Coinbase or Binance or decentralized like Uniswap. Fee structures, counterparty risk, and regulatory coverage vary dramatically across exchanges. The term also appears in compound phrases such as 'exchange hack,' 'exchange token,' and 'exchange reserves.'
See also: Centralized exchange, DEX
Exit scamRegulatory
When the operators of a project or custodian vanish with user funds, often after a period of apparently legitimate operation. Common patterns include fraudulent ICOs, sham yield protocols, and unregulated exchanges that halt withdrawals before disappearing. Chain-analytics firms often trace exit-scam proceeds through mixers and bridges in the months that follow.
See also: Rug pull

F10 terms

FaucetTech
A service that dispenses small amounts of a cryptocurrency for free, typically on a testnet to help developers and users acquire funds for testing. Mainnet faucets existed in Bitcoin's early years — Gavin Andresen gave away thousands of BTC from one — but are now almost entirely a testnet phenomenon. Getting testnet ETH is a surprising point of friction for new builders.
See also: Testnet
FiatMarket
Government-issued currency like the US dollar or euro. In crypto context, the term usually signals 'off-chain, traditional money' as distinct from tokens or stablecoins. On- and off-ramps to fiat remain one of the more regulated and costly parts of the industry, which is why stablecoins have become such a popular substitute for direct fiat rails inside crypto.
See also: Stablecoin
FinalityTech
The point at which a transaction is irreversibly settled and cannot be undone by any subsequent reorg. Proof-of-work chains have probabilistic finality — confidence grows with more confirmations — while many proof-of-stake chains offer economic finality after a fixed number of epochs. Finality guarantees matter most to exchanges, custodians, and bridges deciding when to credit assets.
See also: Chain reorganization, Epoch
Flash loanDeFi
A DeFi loan that must be borrowed and repaid within a single transaction. Flash loans are collateral-free because if the repayment step fails, the whole transaction reverts. They are used for arbitrage, collateral swaps, and — historically — price-oracle attacks that drained hundreds of millions from under-secured protocols.
See also: MEV
FOMOMarket
Fear Of Missing Out. Buying an asset because it is rising quickly, rather than because of any thesis on its fundamentals. FOMO peaks near market tops, when retail inflows exceed institutional capacity to absorb them, and is a reliable behavioral marker tracked by on-chain and sentiment analysts.
See also: FUD, Bagholder
ForkTech
A split or branch in a blockchain. Hard forks create permanently divergent chains (like Bitcoin Cash from Bitcoin); soft forks tighten rules in a backward-compatible way. Contentious hard forks are often decided by a combination of developer, miner, exchange, and social consensus, and occasionally produce two functioning chains that coexist for years.
See also: Hard fork
Front-runningTech
Placing a transaction ahead of a known pending trade to profit from the price impact the victim's trade will cause. On-chain, front-running is a major form of MEV, executed by bots that scan the mempool for profitable targets. Private transaction relays like Flashbots Protect are the main defensive tool for retail traders.
See also: MEV, Mempool
FUDMarket
Fear, Uncertainty, and Doubt. Information — true or not — spread to scare holders into selling. Usually deployed pejoratively against legitimate criticism, though a subset of FUD calls have proven accurate in hindsight (Mt. Gox, Luna, FTX). The label says more about the speaker's incentives than about the facts.
See also: FOMO
FungibilityCore
The property of an asset that any two units of it are interchangeable. Bitcoin is fungible in principle, but in practice some coins are marked as 'tainted' by chain-analytics firms if they have touched sanctioned addresses or hacks, creating a grey-area of non-fungibility. True privacy coins like Monero enforce fungibility cryptographically.
See also: Privacy coin
FuturesMarket
A contract to buy or sell an asset at a specified price on a specified future date. Crypto futures come in dated form (quarterly expiry) and perpetual form (no expiry, continuous funding payments). Futures markets, especially perpetuals on offshore venues, often lead spot in price discovery during volatile sessions.
See also: Perpetual, Derivative

G10 terms

GameFiDeFi
A portmanteau of 'game' and 'DeFi' used to describe blockchain-integrated games whose in-game assets or rewards are tradeable tokens or NFTs. Axie Infinity's 2021 run is the canonical example, though most GameFi tokens have since collapsed alongside weak retention. Critics argue that tokenizing incentives tends to hollow out actual gameplay.
See also: NFT
GasTech
The unit used to measure computational effort on Ethereum and similar chains. Every opcode costs a fixed amount of gas; the total gas used multiplied by the gas price gives the transaction fee. Gas markets become important during periods of high demand, when competition for block space pushes fees to levels that price out smaller users.
See also: Gwei, EIP-1559
Gas limitTech
The maximum amount of computational gas a transaction is permitted to consume. Setting it too low causes the transaction to revert but still pay fees for the work done; setting it far too high merely wastes a locked reservation without changing what is actually charged. Block gas limits cap the total work across all transactions in a block.
See also: Gas
Genesis blockCore
The first block of a blockchain. Bitcoin's genesis block was mined by Satoshi Nakamoto on January 3, 2009, with a headline from The Times embedded in its coinbase field: 'Chancellor on brink of second bailout for banks.' The embedded message is read both as a timestamp proof and as a mission statement about the project's purpose.
See also: Coinbase transaction
Golden crossMarket
A chart pattern in which a short-term moving average crosses above a long-term moving average, traditionally read as a bullish signal. The inverse, a 'death cross,' is read bearish. Both terms are inherited from traditional technical analysis and are widely referenced in crypto commentary despite patchy empirical support.
Gossip protocolTech
The peer-to-peer communication pattern by which nodes propagate blocks and transactions, broadcasting to a random sample of neighbors who forward them onward. Good gossip design is critical to keeping blocks propagating fast enough across thousands of globally distributed nodes. Tuning gossip is one of the more subtle engineering problems in any chain.
See also: Node
Governance tokenDeFi
A token whose holders can vote on a protocol's parameters, treasury spending, or upgrades. Governance tokens like UNI, COMP, and MKR are among the clearest cases of tokens that regulators have scrutinized as potential securities. In practice, governance is often dominated by a small number of large holders and delegates, raising questions about whether the voting is substantive or cosmetic.
See also: DAO, Voting power
GreeksMarket
The sensitivities of an option's price to various inputs: delta (underlying price), gamma (rate of change of delta), vega (volatility), theta (time), and rho (interest rates). Crypto options desks use the same Greeks as traditional options markets but adjust for 24/7 trading, higher volatility, and perpetual structures. Dealer Greeks positioning is a common source of short-term market reflexivity.
See also: Volatility
GriefingTech
An attack aimed not at direct profit but at making a protocol worse for other users, often at some cost to the attacker. Examples include deliberately stuck channels in Lightning, spam transactions that clog the mempool, and vote delays in DAOs. Defenders typically respond with economic penalties designed to make griefing costlier than enduring it.
GweiTech
A subunit of ether equal to one-billionth of an ETH (10^-9 ETH). Gas prices on Ethereum are quoted in gwei, and understanding the relationship between gas used, gwei paid per unit, and the resulting ETH fee is a basic literacy requirement for anyone transacting on the network.
See also: Gas

H10 terms

HalvingCore
Bitcoin's programmatic reduction of the block subsidy by 50%, occurring every 210,000 blocks — roughly every four years. The halving is central to Bitcoin's scarcity narrative and has historically preceded major bull runs, though sample size is small. The most recent halving in April 2024 cut block rewards from 6.25 BTC to 3.125 BTC.
See also: Block reward
Hard forkTech
A protocol change that is not backward-compatible, so nodes running the old software reject blocks produced under the new rules. Hard forks can be contentious — resulting in a chain split, like Bitcoin Cash from Bitcoin — or near-universally adopted, like Ethereum's Merge. They are typically how major consensus-relevant changes are shipped.
See also: Fork
Hardware walletCore
A dedicated physical device — Ledger, Trezor, Keystone, and others — that stores private keys in a secure element and signs transactions internally, so keys never touch an internet-connected computer. Hardware wallets are the standard recommendation for anyone holding more than a small amount of crypto. They are still vulnerable to supply-chain tampering, firmware bugs, and user error around seed-phrase storage.
See also: Cold wallet, Seed phrase
HashTech
A fixed-size fingerprint of arbitrary input, produced by a cryptographic function like SHA-256. Hashes are deterministic, fast to compute, and infeasible to reverse. They are the primitive behind block headers, Merkle trees, transaction IDs, and almost every other cryptographic construction in blockchain systems.
See also: Hashrate, Merkle tree
Hash functionTech
A deterministic algorithm that maps arbitrary-length input to a fixed-length output, such that the output is infeasible to reverse, to collide, or to predict from the input. SHA-256 (Bitcoin), Keccak-256 (Ethereum), and Blake3 (newer chains) are the workhorses of the industry. All blockchain security ultimately bottoms out in the assumed hardness of specific hash functions.
See also: Hash
HashrateCore
The combined computational power being applied to mining a proof-of-work blockchain, measured in hashes per second. Bitcoin's hashrate is measured in exahashes (10^18 hashes/sec) and is a proxy for network security: the higher it is, the more expensive a 51% attack becomes. Hashrate moves with mining economics and electricity prices.
See also: Mining, Proof of work
HFTMarket
High-Frequency Trading. Strategies that rely on extremely fast order submission and cancellation to capture fleeting mispricings or make markets. Crypto's 24/7 global markets have attracted serious HFT firms like Jump, Wintermute, GSR, and DRW, whose colocation and low-latency infrastructure rival any TradFi desk. HFT is a major source of liquidity on centralized order books.
See also: Market maker
HODLMarket
A deliberate misspelling of 'hold,' born from a 2013 Bitcointalk post by a drunk user titled 'I AM HODLING.' Long-term buy-and-hold as a strategy, often contrasted with active trading. Over Bitcoin's full history, HODL has outperformed nearly every form of active trading after fees, which has elevated the meme to something between a joke and a real investment philosophy.
HoneypotMarket
A fraudulent token or contract designed to lure buyers with a rising price while silently disabling their ability to sell, allowing the operator to extract liquidity. On-chain scanning tools flag common honeypot patterns — hidden sell fees, blacklist functions, transfer locks — but new variants appear constantly. The term is borrowed from security research, where honeypots are instead decoy systems meant to attract and study attackers.
See also: Rug pull
Hot walletCore
A wallet connected to the internet — a mobile or browser wallet, or an exchange account. Convenient for day-to-day use but exposed to online attacks, phishing, and malware. Best practice is to keep only small, transactional balances in a hot wallet and store serious holdings in cold storage.
See also: Cold wallet, Private key

I10 terms

IBCTech
Inter-Blockchain Communication. A cross-chain messaging protocol originally developed for the Cosmos ecosystem, now one of the more production-hardened standards for trust-minimized chain-to-chain transfers. IBC uses light clients of each chain on the other to verify messages without a trusted external committee. Its security model has held up better than most 'bridge' designs.
See also: Bridge, Cross-chain
ICORegulatory
Initial Coin Offering. A public token sale used to fund a new project. ICOs peaked in 2017 — raising over $20 billion that year alone — before collapsing under regulatory scrutiny and a wave of fraudulent projects. Most of the mechanics have since migrated into airdrops, IDOs, and more regulated private rounds, though occasional ICO-style raises still occur.
See also: STO, Airdrop, IDO
IDODeFi
Initial DEX Offering. A token launch conducted directly on a decentralized exchange, typically by seeding a new liquidity pool with a small amount of tokens and letting price discovery happen in the open market. IDOs grew popular in 2020-21 as a faster, more permissionless successor to the ICO. They still carry substantial sniping and front-running risk for non-insiders.
See also: ICO, DEX
ImmutableTech
In blockchain context, 'cannot be changed after the fact.' Deployed smart-contract code is immutable unless explicitly designed with upgrade mechanisms; historical block data is immutable up to the limits of the chain's finality assumptions. The word is often rhetorically overloaded by marketers; skeptics point out that social consensus around a chain can and has reversed 'immutable' history, as with Ethereum's DAO fork in 2016.
See also: Smart contract
Impermanent lossDeFi
The divergence between holding two assets as liquidity in an AMM pool versus simply holding them in a wallet, when their relative price changes. The loss is 'impermanent' only in the trivial sense that it disappears if prices return to their starting ratio. Fee income often fails to compensate for IL in volatile pairs, which is the core reason passive LPing has underperformed buy-and-hold over most full cycles.
See also: AMM, Liquidity pool
InflationMarket
In crypto, typically refers to the rate at which a token's supply grows through block rewards, emissions, or other issuance. 'Low float, high FDV' tokenomics schedules often hide significant future inflation that dilutes early buyers over following years. Protocols may offset inflation with burn mechanisms to target net-neutral or deflationary issuance, as Ethereum does via EIP-1559.
See also: Tokenomics, EIP-1559
InscriptionCore
A piece of arbitrary data — image, text, code — embedded directly into the Bitcoin blockchain via the Ordinals protocol. Inscriptions reinvigorated Bitcoin fee markets starting in 2023 and sparked a parallel ecosystem of BRC-20 tokens and related standards. Many Bitcoin maximalists view them as abuse of block space; others see them as a natural extension of the protocol's neutrality.
See also: Ordinals
Institutional custodyRegulatory
Regulated, insured custody of crypto assets on behalf of funds, corporations, and other large holders, provided by firms like Coinbase Custody, BitGo, Fidelity Digital Assets, and Anchorage. Institutional custody is the operational backbone of crypto ETFs and of most corporate treasuries' BTC exposure. The category is heavily dependent on SOC-2 audits, insurance policies, and clear legal title to the underlying coins.
See also: Custody
InteroperabilityTech
The ability of separate blockchains to exchange assets and messages with each other, whether via bridges, IBC, rollup shared sequencers, or other mechanisms. Interoperability is frequently described as 'the next big thing' and has been for roughly seven years; in practice, most 'interop' today still routes through bridges that carry material trust assumptions. True trust-minimized interop between sovereign chains remains an active research area.
See also: Cross-chain, IBC
IOUMarket
'I Owe You.' In crypto, frequently refers to wrapped or bridged assets that are really liabilities of a custodian or bridge contract rather than the underlying asset itself. Holders of wBTC on Ethereum, for example, hold a BitGo-issued IOU, not actual Bitcoin. Being clear-eyed about which on-chain balances are true bearer assets versus IOUs is foundational risk analysis.
See also: Wrapped token

J10 terms

JeetsMarket
Crypto slang for holders who panic-sell at the first sign of drawdown, usually at a loss. Typically used pejoratively by those who prefer to frame themselves as long-term believers. The word is nearly inseparable from the meme-coin subculture on Solana and Ethereum.
See also: Meme coin
JitoDeFi
The dominant MEV infrastructure on Solana, providing a block-building auction and liquid-staking token (JitoSOL) that captures a share of MEV revenue for stakers. Jito's design has reshaped Solana validator economics and made it one of the highest-revenue products in the ecosystem. Similar concepts existed earlier on Ethereum via Flashbots and MEV-Boost.
See also: MEV, Liquid staking
Joint signingTech
The cryptographic practice of combining multiple signatures into a single aggregate signature, used in Schnorr-based multisig and in distributed validator tech. Joint signing enables compact on-chain representation of what is economically a multi-party authorization. Bitcoin's Taproot upgrade made native joint signing practical at the base-layer level.
See also: Multisig
JOMOMarket
Joy Of Missing Out. A self-consoling counter-meme to FOMO, invoked after a rally ends in a crash to express satisfaction at not having bought the top. Usage peaks in bear markets and often accompanies posts from traders who sat in cash through a speculative top.
See also: FOMO
Joule costTech
The per-block energy expenditure of proof-of-work mining, measured as an engineering statistic and used in environmental impact analyses. Proof-of-stake chains effectively have negligible joule costs at the consensus layer, which is one of the core arguments of the category's proponents. The topic is politically loaded and often discussed in bad faith from both sides.
See also: Proof of work
JPEGMarket
Slang for a digital image distributed as an NFT, used both affectionately and derisively depending on the speaker. The term compresses the skeptic's critique — 'you paid millions for a JPEG' — and the enthusiast's retort that the token, not the image, is the asset. It has become a cultural marker of the 2021 NFT cycle.
See also: NFT
JSON-RPCTech
The remote-procedure-call protocol most Ethereum clients and many other chains expose for applications to read state and submit transactions. Methods like eth_getBalance and eth_sendRawTransaction are how every wallet, dApp, and block explorer talks to the chain. Rate-limited public endpoints, paid node providers like Infura and Alchemy, and self-hosted nodes are the three main ways apps access JSON-RPC.
See also: Node
Jump CryptoMarket
The crypto-focused arm of Chicago trading giant Jump Trading, and one of the most active market-makers, infrastructure developers, and strategic investors in the industry. Jump was a major backer of Terra and bore losses from its collapse, contributed heavily to Solana's Firedancer validator client, and runs sizable stablecoin flows. Its footprint is a useful proxy for how institutional HFT has integrated into crypto.
See also: HFT, Market maker
Jurisdiction arbitrageRegulatory
The practice of locating crypto businesses, foundations, or users in favorable regulatory regimes — Cayman, BVI, Swiss cantons, Singapore, UAE — to reduce exposure to harsher regimes elsewhere. Critics call this regulatory evasion; defenders call it rational response to legal uncertainty. Either way, it is a defining feature of how the industry actually operates.
Justin SunMarket
Founder of Tron and one of the most prominent and controversial figures in crypto. Sun has been sued by the US SEC, has rescued multiple teetering exchanges and stablecoins, and is one of the very few individual whales whose on-chain activity regularly moves entire markets. He is a recurring subject in crypto news coverage.
See also: Whale

K10 terms

KDFTech
Key Derivation Function. A cryptographic algorithm that transforms a password or other input into a strong key, using operations deliberately designed to be slow and memory-hard to resist brute force. Wallets use KDFs like scrypt, Argon2, and PBKDF2 to encrypt seed phrases and keystore files on disk. Choice of KDF and its parameters is a quiet but important determinant of wallet security.
See also: Keystore file
KeeperDeFi
A bot or script that monitors a DeFi protocol for conditions requiring action and submits the relevant transaction in exchange for a reward. Typical keeper duties include liquidating under-collateralized positions, triggering oracle updates, and harvesting yields. Keeper networks like Gelato and Chainlink Automation have professionalized this role into general-purpose services.
See also: Liquidation
Key pairCore
The matched public and private keys that together define a blockchain identity. The private key signs transactions; the public key (or an address derived from it) verifies them. Loss of the private key means permanent loss of control over any assets controlled by that key pair, with no recovery mechanism at the protocol level.
See also: Private key, Public key
Keystore fileTech
An encrypted file containing a wallet's private key, protected by a user-chosen passphrase. Keystore files — commonly in the Ethereum v3 JSON format — allow users to back up a single key rather than a seed phrase, trading convenience against the attack surface of a digital file. They are most common in enterprise, validator, and exchange operational workflows.
See also: KDF, Private key
Kimchi premiumMarket
The persistent, sometimes double-digit percentage premium at which Bitcoin and other cryptocurrencies trade on South Korean exchanges relative to global venues. The premium exists because Korean capital controls and banking rules make cross-border arbitrage friction-heavy. Its expansion and contraction are closely watched as a sentiment and liquidity indicator.
See also: Arbitrage
KrakenMarket
One of the oldest US-based centralized exchanges, founded in 2011 and known for a conservative, compliance-forward posture relative to more aggressive competitors. Kraken has operated staking services, derivatives venues, and institutional products, and has been a frequent subject of US regulatory action. It remains a major fiat on-ramp for US-based retail and institutional users.
See also: Centralized exchange
KusamaTech
The canary network for Polkadot, running the same underlying technology on a separate chain with looser rules and a live, real-money user base. Teams typically deploy to Kusama first to surface bugs and governance issues before migrating to Polkadot. The two networks share code but diverge economically and socially.
KYBRegulatory
Know Your Business. The business-entity analog of KYC: identity and ownership verification applied to corporate clients of financial institutions. In crypto, KYB matters for institutional onboarding at exchanges, for stablecoin mint/redeem relationships, and for OTC desk counterparty review. The process is heavier than KYC and can take weeks.
See also: KYC, AML
KYCRegulatory
Know Your Customer. The identity-verification process regulated financial firms, including licensed exchanges, must run on users to comply with anti-money-laundering rules. KYC is the main operational reason 'permissionless' crypto often feels permissioned at the fiat boundary. Enhanced KYC tiers unlock higher trading limits on most venues.
See also: AML, KYB, KYT
KYTRegulatory
Know Your Transaction. Real-time transaction monitoring and risk scoring, typically provided by chain-analytics firms like Chainalysis, TRM Labs, and Elliptic. KYT answers questions like 'did this incoming deposit ever pass through a sanctioned address or a known ransomware wallet?' Regulated exchanges and stablecoin issuers depend on KYT pipelines to meet AML obligations.
See also: KYC, AML

L10 terms

Layer 1Tech
A base-layer blockchain that defines its own consensus, settlement, and data availability — Bitcoin, Ethereum, Solana, Avalanche, and so on. Layer 1 is contrasted with Layer 2, which inherits security from an L1, and with sidechains, which run parallel with independent security. Most of crypto's economic value still settles on a small number of L1s.
See also: Layer 2, Sidechain
Layer 2Tech
A network built on top of a base blockchain (Layer 1) that handles transactions off-chain and settles results back to the base layer. Rollups are the dominant form, offering dramatically lower fees while inheriting Ethereum's security. Collectively, Ethereum Layer 2s now process more transactions per day than the base chain itself.
See also: Rollup, Sidechain
Lightning NetworkTech
Bitcoin's flagship Layer 2, a network of payment channels that allows near-instant, low-fee BTC transfers without touching the base chain for every transaction. Lightning has found real usage in remittances and retail payments in a handful of markets — El Salvador, parts of Africa — but has struggled to cross over into everyday Western consumer use. Its liquidity-routing complexity remains a live engineering challenge.
See also: Layer 2
Limit orderMarket
An order to buy or sell at a specified price or better. Limit orders rest on the order book until filled or cancelled, unlike market orders which execute immediately at whatever price is available. Limit-order-book DEXes like dYdX and Hyperliquid have recently outpaced some AMM venues in derivatives volume.
See also: Order book
Liquid stakingDeFi
A model in which users stake tokens through a protocol that mints a tradeable receipt token representing their stake plus accruing rewards. Liquid-staking tokens — stETH, rETH, jitoSOL — are themselves usable as DeFi collateral, which is why the sector now ranks among DeFi's largest by TVL. Concentration risk in a few large providers is one of the ongoing concerns about proof-of-stake decentralization.
See also: Staking, LP token
LiquidationDeFi
The forced closure of a leveraged or collateralized position when its collateral value falls below a required threshold. In DeFi, liquidations are executed by keeper bots in exchange for a bonus, which is why they happen within seconds of the trigger condition being met. Cascading liquidations in downtrends are a major driver of flash crashes.
See also: Collateral, Keeper
Liquidity poolDeFi
A smart-contract pool of two or more assets used by an AMM to price and execute swaps. Depositors — known as liquidity providers — earn a share of trading fees in proportion to their contribution. Liquidity pools replaced order books for long-tail tokens and became one of the foundational primitives of DeFi.
See also: AMM, Slippage
Lockup periodMarket
The interval during which tokens or staked assets cannot be moved or sold, enforced by a smart contract or a contractual agreement. Team and investor token allocations typically have multi-year lockups with vesting schedules; staking on some chains has unbonding periods measured in weeks. Tracking upcoming lockup unlocks ('cliff' events) is a standard part of crypto investor diligence.
See also: Vesting, Unlock
Long positionMarket
A position that profits when the underlying asset's price goes up, either through direct ownership, a futures contract, or a call option. Leverage magnifies gains and losses; perpetuals on offshore venues allow retail to go 100x long or more, which is typically an excellent way to get liquidated.
See also: Perpetual
LP tokenDeFi
A token minted to depositors by an AMM or yield protocol representing their share of the underlying pool. LP tokens are themselves composable assets: they can be used as collateral, staked for additional rewards, or wrapped into further derivatives. Unwinding LP positions exposes holders to accumulated impermanent loss at redemption time.
See also: Liquidity pool, Impermanent loss

M10 terms

Market capMarket
A token's spot price multiplied by its circulating supply, used as a first-pass measure of its size relative to other assets. The figure is easily distorted by low-float launches, where most of the supply is locked; fully diluted valuation partially corrects for this. Market-cap rankings from sites like CoinGecko and CoinMarketCap remain the de-facto scoreboard for the industry.
See also: Circulating supply
Market makerMarket
An entity that stands ready to buy and sell an asset continuously, earning the bid-ask spread while providing liquidity to other traders. Professional market-making in crypto is dominated by a handful of firms — Wintermute, Jump, GSR, Cumberland, B2C2. In DeFi, automated market makers fill the same role algorithmically via liquidity pools.
See also: AMM, HFT
MaximalistMarket
Someone who believes one particular chain — usually Bitcoin, sometimes Ethereum — will eventually dominate to the exclusion of most or all others. Maximalism is half philosophy, half tribe, and its rhetoric powerfully shapes mindshare within the community. Most professional market participants sit on a quieter, more pluralist spectrum.
Meme coinMarket
A token whose primary value driver is community and virality rather than any claim to cash flows, utility, or technological novelty. Dogecoin is the originator; the category has since exploded on Solana in particular, with thousands of short-lived launches per day. The honesty of meme coins — they do not pretend to be anything else — is sometimes offered as a defense of the category.
See also: Jeets
MempoolTech
The pool of pending, unconfirmed transactions waiting to be included in a block. Public on most chains — which is why MEV searchers can front-run trades they see there. Some users and institutions submit transactions via private relays specifically to avoid the public mempool.
See also: MEV, Front-running
Merkle treeTech
A tree of hashes that lets you prove a single leaf belongs to a large dataset with only a logarithmic number of hashes. Used in block headers and in light-client proofs. Merkle trees are also the basis of many proof-of-reserves schemes used by exchanges to attest to customer balances.
See also: Hash, Reserve proof
MEVTech
Maximum (or Miner) Extractable Value. Profit a block producer can capture by reordering, including, or excluding transactions within a block they propose. MEV on Ethereum runs into billions annually and is increasingly auctioned through systems like MEV-Boost, which attempt to redistribute some of it to stakers rather than letting validators capture it all.
See also: Mempool, Flash loan
MiningCore
The process of producing new blocks on a proof-of-work chain by finding hashes below a target difficulty. The winner earns the block reward plus fees. Bitcoin mining has industrialized dramatically over the last decade and is now dominated by large, publicly traded operators running custom ASICs in warehouses near cheap electricity.
See also: Proof of work, Hashrate, Block reward
MnemonicCore
A human-readable encoding of a wallet seed as twelve or twenty-four dictionary words, defined by BIP-39. The mnemonic deterministically generates all of a wallet's private keys. It is functionally equivalent to a seed phrase and the two terms are often used interchangeably.
See also: Seed phrase, Private key
MultisigCore
A wallet or contract that requires signatures from M of N designated keys to authorize a transaction. Used for treasuries, custodians, and any setup where a single key is too much risk. Gnosis Safe is the dominant multisig in Ethereum DAOs and team treasuries; Bitcoin's native multisig has been used by institutional custodians since the mid-2010s.
See also: Private key, Joint signing

N10 terms

Nakamoto consensusTech
The combination of proof-of-work, the longest-chain rule, and gossip-based block propagation first described in the Bitcoin whitepaper. Nakamoto consensus offers probabilistic finality and requires no trusted committee, at the cost of high energy consumption and variable block times. Many subsequent chains depart from this model; Bitcoin remains its purest expression.
See also: Proof of work, Consensus mechanism
Native tokenCore
A chain's primary asset, used to pay fees, secure consensus, and often denominate its DeFi ecosystem. ETH is Ethereum's native token; SOL is Solana's; ATOM is Cosmos Hub's. Native-token demand is structurally tied to the chain's actual usage in a way that non-native tokens deployed to that chain are not.
See also: Token
Network congestionTech
The condition in which pending transactions exceed block space, causing fees to spike and confirmation times to lengthen. Major congestion events — Ethereum during peak NFT mints, Solana during meme-coin frenzies — are defining stress tests for chain design. Fee markets and base-fee burning were designed partly in response.
See also: Gas, Mempool
Network effectMarket
The phenomenon by which a network becomes more valuable to each user as more people use it. In crypto, network effects show up in chain liquidity (more users → more liquidity → better prices → more users), developer ecosystems, and tokenized social platforms. They are one of the stronger arguments for concentration around a few dominant chains.
NFTCore
Non-Fungible Token. A unique, blockchain-recorded digital item, commonly implemented with the ERC-721 and ERC-1155 standards. NFTs exploded into mainstream attention in 2021 and contracted sharply in 2023-24, though the underlying primitive has persisted in domains from profile pictures to tokenized real-world assets.
See also: ERC-721, Smart contract
NodeTech
A computer running a blockchain's client software, storing some portion of its state and participating in message propagation. Nodes range from lightweight pruned clients through full archive nodes to validating nodes that actively produce blocks. Decentralization is often measured in the number and geographic distribution of independently operated nodes.
See also: Validator, Gossip protocol
Non-custodialCore
Describes a wallet, exchange, or service in which the user alone controls their private keys. Non-custodial tools cannot freeze or steal funds, but they also cannot recover them if keys are lost. Most DeFi is structurally non-custodial; most CEX usage is structurally custodial.
See also: Custody, Private key
NonceTech
A number used once. In mining, it is the value miners iterate through to find a valid block hash. In account-based chains, it is a per-account transaction counter that prevents replays. The two senses are related but distinct; context usually disambiguates.
See also: Mining
Not your keysCore
Shortened form of the aphorism 'not your keys, not your coins,' meaning that assets held at a custodian are claims against that custodian rather than bearer instruments. The slogan returns to prominence after every exchange collapse — Mt. Gox, Celsius, FTX — and is a central tenet of Bitcoin maximalist culture.
See also: Custody, Non-custodial
NotionalMarket
The face value of a derivatives position, separate from the margin posted or the realized P&L. Crypto perpetual open interest is commonly quoted in notional USD and is one of the standard measures of leverage in the system. Notional exposure can be many multiples of the capital actually at risk.
See also: Open interest, Perpetual

O10 terms

Off-chainTech
Describes data, computation, or transactions that occur outside a blockchain's consensus process. Off-chain systems include oracles, centralized exchanges, Layer-2 sequencers before settlement, and traditional banking rails. Most real-world integrations ultimately bridge between off-chain and on-chain state.
See also: On-chain, Oracle
On-chainTech
Describes anything visible and verifiable directly on a blockchain. On-chain analytics firms like Glassnode, Nansen, and Arkham build their products on the richness of public blockchain data, using address-clustering heuristics to trace flows. The on-chain/off-chain distinction is the axis along which most crypto architecture decisions live.
See also: Off-chain
OP_RETURNTech
A Bitcoin scripting opcode that marks a transaction output as unspendable and allows arbitrary data — up to 80 bytes — to be stored on-chain. OP_RETURN has been used for timestamping, token protocols (Omni/USDT's original issuance), and metadata for L2 systems. More recently, inscriptions have pushed data into witness fields instead for cost reasons.
See also: Inscription
OpcodeTech
An individual instruction in the bytecode that a virtual machine like the EVM executes. Each opcode has a fixed gas cost reflecting its computational and storage burden. Opcode-level details matter to smart-contract auditors and to anyone trying to squeeze efficiency out of on-chain code.
See also: EVM, Gas
Open interestMarket
The total notional value of outstanding derivatives contracts at a given moment. Rising open interest with rising price is often read as bullish confirmation; rising open interest with falling price suggests fresh shorts entering. Perpetual open interest across the top crypto derivatives venues is one of the most-watched flow metrics in the market.
See also: Notional, Perpetual
Optimistic rollupTech
A Layer-2 design that publishes transactions to Ethereum and assumes they are valid by default, with a challenge window during which anyone can submit a fraud proof. Arbitrum and Optimism are the largest deployments. The tradeoff is fast execution at the cost of long (typically seven-day) withdrawal delays absent fast-withdrawal bridges.
See also: Rollup, Layer 2
OracleDeFi
A service that brings off-chain data — prices, weather, sports scores — on-chain so smart contracts can consume it. Chainlink and Pyth are the largest providers. Oracle failures are one of the most common root causes of DeFi exploits, because a manipulable price feed can make otherwise solvent positions liquidatable or allow zero-cost loans.
See also: Smart contract, Off-chain
Order bookMarket
A list of open buy and sell orders organized by price, used by centralized exchanges and some DEXes to match trades. Order-book exchanges offer tight spreads and limit orders but require off-chain or specialized on-chain matching infrastructure. On-chain order-book exchanges like dYdX and Hyperliquid have increasingly displaced AMMs for serious derivatives trading.
See also: Limit order, DEX
OrdinalsCore
A protocol that numbers each satoshi and lets users inscribe arbitrary data against individual sats, effectively creating NFTs native to Bitcoin. Ordinals introduced a new class of collectibles and a new fee-market dynamic on Bitcoin beginning in 2023. They also sparked sharp disagreement about what Bitcoin 'should' be used for.
See also: Inscription
OTCMarket
Over-The-Counter. Privately negotiated trades that happen off an exchange's order book, typically for large size to avoid market impact. OTC desks — Cumberland, Galaxy, B2C2, Falcon X — are where institutional flow actually clears, and reported screen volumes underrepresent this activity.
See also: Market maker

P10 terms

Paper walletCore
A historical form of cold storage in which a private key (or seed phrase) is literally printed on paper and stored physically. Paper wallets are simple and offline but offer weaker usability and higher operational-error rates than modern hardware wallets. They are no longer considered best practice for meaningful balances.
See also: Cold wallet
Peer-to-peerCore
Describes a communication or transaction pattern that happens directly between participants without a central intermediary. Bitcoin was famously subtitled 'A Peer-to-Peer Electronic Cash System,' emphasizing the removal of banks from the settlement path. P2P is both a technical architecture and an ideological commitment within the community.
PerpetualMarket
A derivative contract with no expiry date, whose price tracks the underlying via periodic funding payments between longs and shorts. Perpetuals are the single most-traded instrument in crypto, dwarfing both spot and dated futures on most days. They were pioneered by BitMEX in 2016 and have since been replicated on virtually every major venue.
See also: Futures, Long position
Privacy coinCore
A cryptocurrency designed to conceal transaction participants, amounts, or both, using cryptographic primitives like ring signatures (Monero) or zk-SNARKs (Zcash). Privacy coins are structurally at odds with financial-surveillance regimes and have been delisted from many regulated exchanges. They remain some of the most technically interesting projects in the industry.
See also: Ring signature, Zcash
Private keyCore
A secret number that controls a blockchain address. Whoever knows the private key controls the funds. Loss is permanent; theft is irreversible. The practical implications of this absolutism — no password resets, no fraud departments, no reversals — take most new users weeks to fully internalize.
See also: Public key, Seed phrase, Cold wallet
Proof of stakeTech
A consensus mechanism where validators lock up capital as collateral and take turns proposing blocks, with misbehavior punished by slashing. Ethereum's current consensus, as well as Solana's, Cardano's, and most newer chains. Proof of stake eliminates mining's electricity cost but introduces different centralization pressures around staking providers.
See also: Staking, Validator, Proof of work
Proof of workTech
A consensus mechanism that secures a chain by requiring miners to spend electricity computing hashes below a difficulty target. Bitcoin's consensus. Proof of work's strength is that security is backed by a real-world physical cost that scales with adoption; its weaknesses are environmental impact and mining centralization around cheap electricity.
See also: Mining, Hashrate, Proof of stake
ProtocolTech
A set of rules defining how participants in a system communicate and reach agreement. In crypto, 'protocol' can mean anything from the base-layer consensus rules of a blockchain to a DeFi application deployed on top of it. Usage is often sloppy; understanding which layer a speaker means is important to avoid confusion.
Public keyCore
A number derived from a private key, used to generate addresses and verify signatures. Safe to share. On Bitcoin and Ethereum, addresses are hashes of public keys, which is why exposing a public key does not itself expose the corresponding private key.
See also: Private key, Address
Pump and dumpRegulatory
A coordinated scheme in which organizers accumulate a low-volume token, hype it to outsiders, and sell into the resulting buying pressure before the price collapses. In traditional markets this is a felony; in crypto meme-coin culture it is often conducted openly. Regulators increasingly treat it as manipulation regardless of the underlying asset's classification.
See also: Meme coin

Q10 terms

QR codeCore
A two-dimensional barcode frequently used to encode wallet addresses or payment requests so users can scan them with a mobile wallet. QR codes dramatically reduce the risk of mistyping long addresses, though they introduce their own risks if malicious code is substituted at the display layer. Most hardware wallets now verify scanned QR payloads on-device before signing.
See also: Address
Quadratic fundingDeFi
A matching-funds mechanism, popularized by Gitcoin, that weights contributions by the square root of per-donor amounts so that many small donors count for more than a few whales. The goal is to surface broadly supported public goods rather than the preferences of large capital. Quadratic funding rounds remain a prominent source of funding for Ethereum ecosystem tooling.
See also: Quadratic voting
Quadratic votingDeFi
A governance method in which voters can cast multiple votes on an issue but pay a quadratic cost — one vote = 1, two votes = 4, three votes = 9. The mechanism is designed to let voters express the intensity of their preferences without letting the wealthiest simply buy outcomes. It has been tried in some DAO contexts with mixed practical success.
See also: DAO, Voting power
QuadrigaRegulatory
A Canadian exchange that collapsed in 2019 after the reported death of its founder Gerald Cotten, who was said to be the sole holder of the private keys to the exchange's cold wallets. Forensic investigators later found that funds had been systematically misappropriated long before any key-loss event. Quadriga is a foundational case study in custody and governance failure.
See also: Custody
Quant fundMarket
An investment firm that uses mathematical and statistical models to drive trading decisions. Quant funds have become major players in crypto liquidity provision and directional trading, with some traditional firms (Jump, DRW, Two Sigma) extending from TradFi and others native to the space. The 2022 collapse of Alameda is a reminder that quantitative sophistication is not a substitute for risk management.
See also: HFT
Quantitative easingMarket
The macro-policy practice of central banks buying assets to expand the monetary base. Crypto markets have historically correlated strongly with global liquidity conditions set by QE cycles, though the relationship is noisy. Much of Bitcoin's narrative as a 'hard money' alternative was sharpened during the 2020-21 QE peak.
Quantum resistanceTech
Refers to cryptographic schemes designed to remain secure against attackers wielding large-scale quantum computers. The public-key cryptography used by most current blockchains — ECDSA, EdDSA — is vulnerable to Shor's algorithm on a sufficiently large quantum machine, which currently does not exist. Several chains work on migration paths to post-quantum signatures.
See also: Cryptography
Query layerTech
The indexing and data-access infrastructure that lets applications read blockchain data efficiently. The Graph is the most prominent decentralized query layer; centralized alternatives include Alchemy, QuickNode, and chain-specific APIs. Most production dApps depend heavily on at least one query-layer provider.
See also: JSON-RPC
Quick finalityTech
An informal term for consensus designs that achieve sub-second or single-slot finality, as opposed to the probabilistic multi-confirmation finality of classical proof-of-work. Chains like Solana, Aptos, and Sui advertise quick finality as a user-experience advantage. The tradeoff is typically a smaller and more permissioned validator set.
See also: Finality
QuorumTech
The minimum fraction of voters or validators whose agreement is required for a decision or block to be considered valid. In BFT consensus, quorum thresholds — typically two-thirds — are central to the protocol's safety guarantees. In DAO governance, quorum requirements prevent small minorities from passing proposals.
See also: Byzantine fault tolerance, DAO

R10 terms

Rebasing tokenDeFi
A token whose per-wallet balance is algorithmically adjusted up or down to maintain a target supply or price. Ampleforth's AMPL is the canonical example. Rebasing tokens create headaches for DeFi composability because their balances change outside of user actions, which can break assumptions in other contracts that hold them.
RektMarket
Crypto slang for being heavily liquidated or otherwise wiped out financially. From 'wrecked'; usage is roughly equal parts confession, mockery, and community-building. On-chain leaderboards publicly rank the day's most rekt traders on major perpetuals venues.
See also: Liquidation
RelayerTech
An intermediary that submits user-signed messages to a blockchain on the user's behalf, typically paying gas for them. Relayers appear in gasless transactions, cross-chain messaging protocols, and meta-transaction designs. They do not control funds but can censor or delay execution.
ReorgTech
A reorganization of the chain when nodes switch to a different, heavier branch, effectively undoing previously accepted blocks. One-block reorgs are routine on Ethereum; larger reorgs are rare and usually indicate a consensus bug or attack. Exchanges guard against reorg risk by waiting many confirmations before crediting large deposits.
See also: Chain reorganization
Reserve proofRegulatory
A cryptographic demonstration, typically via Merkle trees, that an exchange holds at least as many assets as its customer liabilities. Proof-of-reserves became table stakes after FTX's 2022 collapse, though critics note that reserves-only proofs miss the liability side and can be gamed through borrowed balances. True 'proof of solvency' requires proving both reserves and liabilities.
See also: Merkle tree, Custody
RestakingDeFi
The practice of using already-staked ETH — or a liquid-staking token — as collateral to secure additional services, popularized by EigenLayer. Restaking lets stake be 'reused' to bootstrap new actively validated services without requiring them to launch their own token and validator set. It also concentrates new forms of slashing risk on the restaker.
See also: Staking, Slashing
Ring signatureTech
A cryptographic signature scheme in which a message is signed on behalf of a group, such that any verifier can confirm the signer is a group member but cannot identify which one. Monero uses ring signatures — plus RingCT and stealth addresses — to obscure senders on-chain. The math is considerably older than cryptocurrencies.
See also: Privacy coin
RollupTech
A Layer-2 network that executes transactions off the base chain and posts batched results back to it. Optimistic rollups assume validity; ZK-rollups prove it. Rollups have become Ethereum's primary scaling strategy and collectively process several times the transaction volume of the base chain while inheriting its security.
See also: Layer 2, Zero-knowledge proof, Optimistic rollup
Rug pullMarket
A scam where a project's founders abandon it and drain the treasury or liquidity pool, leaving holders with worthless tokens. Rug pulls are especially common in meme-coin launches, where anonymous teams deploy a token, pump it briefly, and then withdraw liquidity. Chain-analytics firms classify tens of thousands of tokens a year as rugs.
See also: Honeypot, Exit scam
RunesCore
A fungible-token protocol on Bitcoin launched in 2024 by Casey Rodarmor as a cleaner alternative to BRC-20. Runes encode token operations in transaction outputs rather than inscriptions, reducing state bloat. Their launch drove substantial Bitcoin fee activity in the months after the 2024 halving.
See also: Inscription, Ordinals

S10 terms

SatoshiCore
The smallest unit of Bitcoin, equal to 0.00000001 BTC (10^-8). Also the pseudonymous creator of Bitcoin; context usually disambiguates. Pricing in sats — for example, '3,000 sats per unit' — is a common alternative framing in Bitcoin-native media and helps sidestep the unit-bias problem of whole-coin pricing.
Seed phraseCore
A 12- or 24-word human-readable backup of a wallet's private keys. Anyone with the seed phrase controls the wallet — store it offline, never digitally, and never enter it into any website or app you do not fully trust. The overwhelming majority of retail self-custody losses trace back to compromised seed phrases.
See also: Private key, Cold wallet, Mnemonic
ShardTech
A partition of a blockchain's state and transaction load, run by a subset of nodes. Ethereum ultimately pivoted away from execution sharding toward a rollup-centric roadmap, though data-availability sharding (via proto-danksharding and full danksharding) remains an active research direction.
See also: Rollup
SidechainTech
An independent blockchain that connects to a main chain via a bridge, with its own validators and security assumptions. Often confused with rollups, which have stronger security guarantees. Polygon PoS and Ronin are well-known sidechains; the category has faded as true rollups have matured.
See also: Bridge, Layer 2
SlashingTech
The protocol-enforced destruction of a validator's staked collateral as punishment for provable misbehavior, such as signing conflicting attestations. Slashing is the economic stick that makes proof-of-stake secure. Operational mistakes — accidentally double-signing after a key migration — have slashed otherwise honest validators, which is why correlated slashing risk is a serious consideration for large pools.
See also: Validator, Proof of stake
SlippageDeFi
The difference between the price a trader expected and the price they actually received. On AMMs, slippage grows with trade size relative to pool depth. Slippage settings in wallet interfaces are a common attack vector: a user who sets slippage too loose can be sandwiched for nearly the full tolerance.
See also: AMM, Liquidity pool
Smart contractTech
Code deployed to a blockchain that runs exactly as written, holds its own balance, and can be called by anyone with a wallet. The primitive behind DeFi, NFTs, and most of crypto beyond bitcoin. Smart contracts are immutable by default once deployed, which makes pre-deployment audits and formal verification unusually important.
See also: dApp, EVM
StablecoinDeFi
A token pegged to a reference asset, almost always the US dollar. Fiat-backed (USDC, USDT), crypto-collateralized (DAI), or algorithmic. Stablecoins now carry trillions of dollars of annual transaction volume and are one of the clearest product-market fits in crypto, functioning as dollar rails in markets with inadequate access to traditional banking.
See also: Fiat, USDC, USDT
StakingDeFi
Locking up tokens to help secure a proof-of-stake network in exchange for rewards. Can be done solo, pooled, or through a liquid-staking protocol. Native staking yields on major chains typically run in the low single digits; higher advertised yields usually involve additional risk layers like DeFi strategies or restaking.
See also: Proof of stake, Validator, Liquid staking
STORegulatory
Security Token Offering. The compliant issuance of a traditional security — equity, debt, fund share — as a blockchain token, with transfer restrictions enforced in the contract. STOs have slowly become real infrastructure for tokenized treasuries, private credit, and real estate, after years of being overshadowed by ICOs. Regulated issuers include BlackRock, Franklin Templeton, and Ondo.
See also: ICO

T10 terms

TestnetTech
A parallel blockchain running the same (or a close variant of) software as a production network, used by developers to test contracts and infrastructure without real-money risk. Sepolia and Holesky are the primary Ethereum testnets today; most other chains maintain analogous networks. Testnet tokens have no real value and are typically acquired through faucets.
See also: Faucet
ThroughputTech
The number of transactions per second a chain can sustainably process. Headline TPS numbers advertised by chains are frequently measured under best-case artificial conditions and diverge from realistic workloads. Real throughput depends on transaction complexity, state access patterns, and the consensus protocol's latency envelope.
TokenCore
A unit of value or functionality issued on a blockchain, whether through a contract on Ethereum, Solana's SPL standard, or another chain's native mechanism. Tokens can represent stablecoins, governance rights, NFTs, yield-bearing claims, and countless other constructs. Most of the industry's observable economic activity happens at the token layer rather than at the base-layer coin layer.
See also: Native token, ERC-20
TokenomicsMarket
The economic design of a token — its supply schedule, emission curve, utility, and distribution. Tokenomics analysis looks at fully diluted valuation, unlock cliffs, staking yields, burn mechanisms, and the game-theoretic incentives facing major holder cohorts. Bad tokenomics — heavy insider allocations, aggressive unlocks — often predict poor price performance regardless of product quality.
See also: Inflation, Vesting
Total supplyMarket
The total number of tokens that currently exist, whether circulating or locked. Contrast with maximum supply (the cap, if any) and circulating supply (what is liquid). All three figures together give a clearer picture of dilution than any one in isolation.
See also: Circulating supply, Tokenomics
Transaction feeCore
The amount paid to a block producer to include a transaction. On Ethereum, fees split into a burned base fee and a priority tip to the validator; on Bitcoin, they go entirely to the miner. Transaction-fee markets have become increasingly important to long-term chain security as block subsidies decrease over time.
See also: Gas, Block reward
Transparency reportRegulatory
A periodic disclosure by an exchange, stablecoin issuer, or custodian detailing reserves, attestations, and sometimes law-enforcement requests. Quality varies dramatically; 'attested' reports from major auditors carry more weight than self-certified claims. Stablecoins like USDC have set a de-facto standard of monthly attestations.
See also: Reserve proof
TrustlessCore
A system in which correct operation does not depend on any single trusted party. Bitcoin and Ethereum aspire to be trustless at the base layer, though many higher-layer integrations — bridges, stablecoins, wrapped assets, sequencers — reintroduce significant trust assumptions. 'Trustless' is a common rhetorical shortcut that rarely holds up to full-system analysis.
TVLDeFi
Total Value Locked. The aggregate US-dollar value of assets deposited in a DeFi protocol or across a chain. TVL is a rough proxy for traction but can double-count leveraged positions and fluctuates heavily with token prices. DeFiLlama is the industry-standard source.
TWAPMarket
Time-Weighted Average Price. An execution strategy — and oracle type — that averages prices or order flow over a window to reduce sensitivity to single ticks. On-chain TWAP oracles were a standard defense against flash-loan manipulation until more robust alternatives emerged. TWAP execution is also standard for large buyers trying to minimize market impact.
See also: Oracle

U10 terms

Uncle blockTech
On proof-of-work Ethereum, a valid block produced just after another valid block at the same height, rewarded partially to limit the centralization advantage of miners with lower latency. The concept was obsoleted by the Merge's switch to proof-of-stake. Residual 'uncle' terminology occasionally still surfaces in archival contexts.
Underlying assetMarket
The asset referenced by a derivative, wrapped token, or stablecoin. The underlying of a perpetual BTC contract is Bitcoin; the underlying of USDC is a basket of cash and short-duration treasuries held in segregated accounts. Analyzing the underlying is central to understanding any derivative's real risk exposure.
UniswapDeFi
The dominant Ethereum DEX, whose V2 and V3 designs defined the modern AMM paradigm. Uniswap's constant-product formula and — in V3 — concentrated-liquidity model have been copied across dozens of chains. Its governance token UNI is also one of the most-scrutinized test cases for US securities classification.
See also: AMM, DEX
UnlockMarket
A scheduled event at which previously vested or locked tokens become transferable, increasing circulating supply. Major unlocks — sometimes called 'cliffs' — are closely tracked by investors because they can materially affect supply-demand dynamics at the margin. Sites like TokenUnlocks publish aggregated upcoming-unlock calendars for most major tokens.
See also: Vesting, Lockup period
UnstakingDeFi
The act of withdrawing staked tokens, subject to any protocol-imposed unbonding period. On Ethereum, validators must queue to exit, and exit times vary with the size of the queue. Liquid-staking tokens effectively allow holders to bypass the unbonding period by selling the LST on a secondary market.
See also: Staking, Liquid staking
UptimeTech
The fraction of time a node, validator, or service is operational and correctly participating in the network. Validator uptime directly affects staking rewards, since many chains penalize missed attestations. Enterprise staking operators compete heavily on uptime SLAs.
See also: Validator
USDCDeFi
A US-dollar-pegged stablecoin issued by Circle, fully backed by cash and short-duration US Treasuries held in regulated financial institutions. USDC publishes monthly attestations from top-tier auditors. It briefly depegged in March 2023 during the Silicon Valley Bank collapse before recovering after the banking system was backstopped.
See also: Stablecoin, USDT
USDTDeFi
Tether, the longest-running US-dollar-pegged stablecoin and by a wide margin the largest by circulating supply and trading volume. USDT's reserve composition has historically been more opaque than USDC's, and Tether has been involved in several high-profile regulatory settlements. Despite persistent criticism, it remains foundational liquidity for much of crypto trading.
See also: Stablecoin, USDC
Utility tokenRegulatory
A token whose stated purpose is to access some service, pay for usage, or secure a network — as opposed to one whose primary function is to capture economic value. The distinction is heavily contested; regulators routinely look past marketing labels to the economic substance of a token's marketing and trading behavior.
See also: Governance token
UTXOTech
Unspent Transaction Output. Bitcoin's underlying accounting model, in which each coin is a discrete 'chunk' that is consumed and recreated with every transfer. UTXO-based chains contrast with account-based chains like Ethereum, where state is kept per-account. Each model has distinct privacy, scalability, and programmability tradeoffs.

V10 terms

ValidatorTech
A node that participates in a proof-of-stake consensus by proposing and attesting to blocks, staking capital as collateral. Rewarded for honest behavior, slashed for misbehavior. Running a validator requires meaningful technical overhead — hardware, monitoring, key management — which is why many holders delegate through pools or liquid-staking providers.
See also: Proof of stake, Staking, Slashing
Vampire attackDeFi
A growth tactic in which a new protocol offers heavily incentivized migration from a competitor's pools, siphoning liquidity and users in a short window. SushiSwap's 2020 attack on Uniswap is the original and most-cited example. Vampire attacks fade quickly if the target responds with a token of its own.
VaultDeFi
A smart-contract wrapper that manages a strategy on behalf of depositors, typically automating yield-farming, leveraged-staking, or rebalancing operations. Yearn vaults were the first popular example; they are now a standard primitive across DeFi. Vault depositors hold ERC-20 shares that redeem for a pro-rata slice of the underlying.
See also: Yearn, Yield farming
VCMarket
Venture Capital. In crypto, VCs fund early-stage protocols and accept tokens or equity-with-token-warrants in return. Crypto VC activity peaked in 2021-22 and has since rationalized, but top firms — a16z crypto, Paradigm, Multicoin, Polychain, Pantera — remain among the most influential allocators in the industry.
VerificationTech
Checking that a cryptographic claim — a signature, a proof, a block — is valid against the relevant public inputs. Verification is intentionally much cheaper than producing the claim in schemes like zk-SNARKs, which is what makes them practical for on-chain use. Every node participates in verification every block.
See also: Zero-knowledge proof
VestingMarket
The gradual release of tokens according to a schedule, commonly applied to team and investor allocations. Standard schedules include cliff-then-linear (e.g., one-year cliff then 36 months linear) and straight-linear unlocks. Vesting mechanics shape insider selling pressure over multi-year horizons and are a key element of tokenomics analysis.
See also: Unlock, Tokenomics
Virtual machineTech
The execution environment in which smart contracts run. Ethereum's EVM, Solana's SVM, Cosmos's CosmWasm, and Move VM (Aptos/Sui) are the main families. Choice of VM shapes the developer ecosystem, available tooling, and the ceiling on what applications can be expressed cheaply.
See also: EVM, Smart contract
VolatilityMarket
The standard deviation of an asset's returns, usually annualized. Bitcoin's realized volatility sits well above major equities and has fallen over time as liquidity has deepened. Options markets price implied volatility, which often diverges from realized in revealing ways and is watched as a sentiment indicator.
See also: Greeks
VolumeMarket
The total value traded in a given asset over a given period. Reported volumes are notoriously manipulated on low-tier exchanges through wash trading; CoinMarketCap and CoinGecko both publish 'adjusted' or 'trusted' volume figures to correct for this.
See also: Wash trading
Voting powerDeFi
A participant's influence in a governance vote, typically proportional to their token holdings (with optional delegation). Concentration of voting power in a few large holders or delegates is a persistent concern for DAO governance legitimacy.
See also: DAO, Governance token

W10 terms

WAGMIMarket
'We're All Gonna Make It.' Optimistic crypto slang expressing solidarity, especially during bear markets. Its inverse, 'NGMI' (not gonna make it), is used mockingly toward skeptics or poor traders. Both phrases are cultural markers of the 2021 cycle that have since become permanent fixtures.
WalletCore
Software or hardware that stores private keys and signs transactions. The wallet does not hold coins — it holds the keys that authorize spending the coins recorded on-chain. This distinction matters for every recovery, theft, and inheritance scenario.
See also: Private key, Cold wallet, Hot wallet
Wash tradingMarket
The practice of buying and selling the same asset to yourself, or via colluding counterparties, to inflate apparent volume. Wash trading is rampant on lower-tier centralized exchanges and was historically common on NFT marketplaces that issued trading-reward tokens. It is illegal on regulated venues in most jurisdictions.
See also: Volume
Weak subjectivityTech
A property of proof-of-stake systems in which new or long-offline nodes cannot sync from genesis purely objectively, because they need a recent checkpoint from a trusted source to avoid long-range attacks. This is a real but bounded departure from Bitcoin's fully objective syncing. Most users never encounter it in practice.
See also: Proof of stake
Web3Tech
A catchall term for the vision of an internet that routes economic activity through crypto primitives — wallets, tokens, on-chain identity — instead of through platform-owned databases. 'Web3' is beloved of marketers and derided by skeptics as a buzzword in search of a product. Useful concrete examples still exist but are narrower than the term's typical framing suggests.
WhaleMarket
A market participant large enough that their activity visibly moves prices or governance votes. No strict threshold, but on-chain analytics platforms usually tag addresses by holdings. Whale movements are closely watched by traders as leading indicators of larger shifts.
WhitelistMarket
A list of wallet addresses permitted to participate in a specific event, such as an NFT mint or a pre-sale. Whitelist systems are used to reward community members and to control demand curves at launch. They are also sometimes exploited or sold off-chain, creating secondary markets for allocation rights.
WhitepaperCore
A long-form document describing the design, motivation, and economics of a crypto project. Bitcoin's nine-page whitepaper set the template; today's whitepapers vary from serious research contributions to marketing vehicles light on technical substance. A whitepaper alone is a weak signal of project quality.
WithdrawalCore
The movement of funds out of a custodial service — exchange, staking provider — to a user-controlled wallet. Withdrawal halts are among the earliest warning signs of exchange insolvency. Regulated custodians publish withdrawal-processing metrics as part of their transparency commitments.
See also: Custody
Wrapped tokenDeFi
A token on one chain that represents a 1:1 claim on an asset held on another chain or by a custodian. WBTC (Bitcoin wrapped on Ethereum) is the canonical example; wrapped versions of ETH, SOL, and stablecoins exist across most chains. Wrapped tokens always inherit the trust assumptions of their wrapping mechanism.
See also: IOU, Bridge

X10 terms

X-LayerTech
OKX's EVM-compatible Ethereum Layer-2 rollup, built on Polygon's CDK stack. It is one of the exchange-aligned L2s that launched in the 2024 wave alongside Coinbase's Base and others. X-Layer inherits Ethereum security while allowing OKX to capture on-chain transaction revenue from its user base.
See also: Layer 2, Rollup
X-MarginMarket
An older term for cross-margin, where a trader's entire account balance collateralizes all of their open positions. Contrast with isolated margin, in which each position has its own dedicated collateral bucket. Cross-margin is more capital-efficient but a single-position blowup can cascade into total-account liquidation.
See also: Liquidation
X11Tech
A chaining of eleven distinct hash functions used as a proof-of-work algorithm, originally developed for the Dash cryptocurrency. X11 was designed to resist ASIC specialization for longer than a single hash primitive, though specialized hardware eventually emerged regardless. Several smaller chains still use X11 or its variants.
See also: Hash function, ASIC
XBTMarket
The ISO-4217-style ticker for Bitcoin, used by some European venues and market-data providers instead of 'BTC.' The logic is that ISO codes starting with 'X' are reserved for non-national currencies, like XAU for gold. Both tickers refer to the same asset.
See also: Bitcoin
xDAITech
A stablecoin sidechain later rebranded to Gnosis Chain, using a DAI-based native token for gas. It was an early example of affordable EVM execution with a stable-value gas currency. Gnosis Chain remains a niche but actively used ecosystem.
See also: Stablecoin
XEN CryptoMarket
A controversial free-mint ERC-20 token launched in 2022, which at its peak drove enormous gas consumption on Ethereum from users competing to mint. XEN offered no fundamental utility but attracted a large retail audience, sparking debate about the 'public-goods' framing under which it was marketed. Many considered the churn a form of gas-market griefing.
See also: Griefing
XMRCore
The ticker symbol for Monero, the leading privacy coin. XMR uses ring signatures, stealth addresses, and RingCT to hide senders, receivers, and amounts by default. Its fungibility and privacy guarantees have led to delistings from many regulated exchanges, while preserving a loyal user base that values those same properties.
See also: Privacy coin, Ring signature
XprvTech
An extended private key in the BIP-32 hierarchical-deterministic wallet standard. An xprv can derive any child private key under its subtree, which makes it extremely sensitive material. Software that stores or displays xprvs requires unusually careful handling.
See also: Xpub, Private key
XpubTech
An extended public key in BIP-32. An xpub lets an observer derive every public address in its subtree, which is useful for watch-only wallets and accounting integrations but also leaks linkage across addresses. Exchanges and services should avoid exposing customer xpubs casually.
See also: Xprv, Public key
XRPCore
The native asset of the XRP Ledger, operated by a federated validator set and historically championed by Ripple Labs for cross-border payments. XRP was the subject of a multi-year SEC lawsuit that partially clarified the legal status of programmatic secondary-market sales. It remains one of the largest crypto assets by market cap.

Y10 terms

YearnDeFi
A DeFi yield-aggregation protocol founded by Andre Cronje that automates rotation of deposits across underlying yield sources. Yearn's 'yVaults' were a foundational primitive of 2020-21 DeFi and remain operational through its ongoing community stewardship. The protocol's design influenced a generation of later aggregators.
See also: Vault, Yield aggregator
YieldDeFi
The return on a deposit or position, usually expressed as an annualized percentage. Crypto yields range from modest base-staking yields to transient triple-digit farm rewards. Sustainable yield has to come from somewhere — trading fees, borrower interest, MEV — and 'yield' disconnected from any such source is typically a warning sign.
See also: Yield farming
Yield aggregatorDeFi
A protocol that automatically moves user deposits between yield sources to capture the highest available rate after fees. Yearn, Beefy, and Idle are examples. Aggregators add smart-contract risk across each underlying strategy they interact with.
See also: Yearn, Vault
Yield curveMarket
A plot of yields against durations or maturities. In traditional finance, the Treasury yield curve is a closely watched macro indicator. Crypto-native yield curves exist for staked ETH term structures, fixed-rate protocols like Pendle, and funding rates across dated futures expiries.
Yield farmingDeFi
The practice of rotating capital between DeFi protocols to capture the highest available yields, often via token incentives on top of base rates. Yield farming peaked in 'DeFi Summer' of 2020 and has since evolved into more sophisticated strategies involving leveraged staking, restaking, and real-world-asset layering.
See also: TVL, Liquidity pool
YOLOMarket
'You Only Live Once.' Slang for an outsized, poorly hedged trade taken on impulse. YOLO trades are a fixture of meme-coin subculture and a reliable source of both viral wins and spectacular losses.
See also: Jeets
YTDMarket
Year-to-date. The return on an asset from the start of the calendar year to the current date. YTD comparisons are standard in performance reporting across both traditional and crypto markets and help normalize for partial-year observation windows.
yTokenDeFi
A Yearn-issued ERC-20 representing a share of a yVault's underlying position, which appreciates against the underlying as the vault accrues yield. yTokens are composable: users can hold, trade, or use them as collateral elsewhere. The model has been widely copied across later yield-aggregator designs.
See also: Yearn, Vault
YubikeyCore
A popular hardware security key that supports FIDO2, WebAuthn, and older 2FA standards. Yubikeys are widely recommended as the strongest available second factor for exchange accounts, email, and code-signing credentials. They do not hold crypto keys themselves but materially harden the accounts that do.
Yuga LabsMarket
The company behind the Bored Ape Yacht Club NFT collection and one of the most commercially successful NFT-native brands. Yuga owns the CryptoPunks and Meebits IP, launched the ApeCoin ecosystem, and has produced several game and metaverse initiatives. Its trajectory has mirrored the broader NFT market's boom-and-retreat.
See also: NFT

Z10 terms

ZapDeFi
A one-click operation that converts a single input asset into the multi-asset form a destination protocol expects — for example, ETH into an LP token of an ETH/USDC pool. Zaps reduce friction for less-technical users but embed additional smart-contract risk in the zap contract itself. Many yield aggregators offer zap entry and exit paths.
See also: LP token
ZcashCore
A privacy-focused cryptocurrency that uses zk-SNARK proofs to allow fully shielded transactions where senders, receivers, and amounts are cryptographically hidden. Shielded usage has historically been a minority of Zcash volume despite the protocol supporting it. Zcash is one of the crypto industry's most important applications of advanced zero-knowledge cryptography.
See also: Privacy coin, zk-SNARK
Zero-couponDeFi
A bond-style instrument that pays no periodic interest, instead trading at a discount to face value and redeeming at par. Tokenized zero-coupon bonds exist as a niche DeFi primitive, notably on fixed-rate protocols like Pendle. The structure is useful for locking in fixed yields over a defined horizon.
Zero-knowledge proofTech
A cryptographic proof that a statement is true without revealing the underlying data. Used in ZK-rollups to prove that a batch of transactions was executed correctly, and in privacy protocols to prove ownership or membership without exposing identity. Zero-knowledge is one of the most active research frontiers in applied cryptography.
See also: zk-SNARK, zk-STARK, Rollup
ZilliqaTech
An early proof-of-stake Layer-1 that pioneered sharding of transaction processing. Zilliqa has retained a small but stable ecosystem since its 2019 mainnet launch. Its technical contributions are more often cited than its current market relevance.
See also: Shard
zk-rollupTech
A Layer-2 design that produces succinct cryptographic proofs — usually SNARKs or STARKs — attesting to the correctness of batches of off-chain transactions. Compared to optimistic rollups, zk-rollups offer near-instant finality and no fraud-proof challenge window, at the cost of heavier proving infrastructure. Starknet, zkSync Era, Polygon zkEVM, and Scroll are prominent deployments.
See also: Rollup, zk-SNARK
zk-SNARKTech
Zero-Knowledge Succinct Non-Interactive Argument of Knowledge. A class of proofs that are short to verify and require no back-and-forth between prover and verifier, but typically depend on a trusted-setup ceremony for security. zk-SNARKs underpin Zcash's shielded pool and many zk-rollups.
See also: Zero-knowledge proof, Zcash
zk-STARKTech
Zero-Knowledge Scalable Transparent Argument of Knowledge. A proof system that is transparent (requires no trusted setup), plausibly post-quantum secure, and scales well to very large computations, at the cost of larger proof sizes. Starknet is the flagship production deployment of STARK-based scalability.
See also: Zero-knowledge proof, zk-rollup
zkEVMTech
A zero-knowledge proving system that executes the EVM — or something close to it — so that existing Solidity contracts can run on an L2 with minimal modification. zkEVMs differ in how faithfully they mirror the EVM: 'Type-1' zkEVMs match exactly, while higher-numbered types allow more divergence for performance. Achieving competitive Type-1 zkEVMs remains an active research frontier.
See also: EVM, zk-rollup
ZoneTech
In the Cosmos ecosystem, an application-specific chain connected to the broader network via IBC. Each Cosmos zone runs its own validator set and consensus, with sovereignty trade-offs relative to more integrated designs. Cosmos's 'internet of blockchains' vision is structured around zones communicating over IBC.
See also: IBC