Crypto Glossary
Plain-English definitions of every term you will encounter in crypto. Search or browse A–Z.
A
Access Control
The mechanism by which a smart contract restricts who can call sensitive functions. Common patterns: a single owner address (Ownable), role-based permissions (OpenZeppelin's AccessControl), or multisig governance. The most common smart-contract bug class is missing access control — a function intended to be admin-only that has no modifier, allowing any address to call it. The fix is mechanical: every state-changing administrative function needs an `onlyOwner` modifier or equivalent require check.
Account Abstraction
A blockchain design pattern that transforms user accounts into programmable smart contracts, enabling features like gas sponsorship, social recovery, session keys, and batched transactions. Account abstraction (popularized by Ethereum's ERC-4337) removes the requirement for users to hold native tokens for gas and dramatically improves the user experience of interacting with dApps.
Address Poisoning
An attack where the scammer sends a zero-value (or dust) transaction from an address whose first and last characters match an address the victim has previously used. The fake address appears in the victim's transaction history. On the next transaction the victim copies an address from history, copies the poisoned one, and sends funds to the attacker. Defence: never copy addresses from transaction history — always re-verify the full address against an original source, and use address-book features that name-tag known recipients.
Air-Gap
A security design where a device never electrically connects to a networked machine. Air-gapped hardware wallets (such as Keystone, or Coldcard's microSD workflow) receive unsigned transactions and return signatures by QR code or SD card, eliminating the USB and Bluetooth attack surface entirely. It meaningfully shrinks the attack surface for high-value holdings at the cost of a slower signing flow.
Airdrop
A distribution of free tokens to a set of wallet addresses, typically used as a marketing strategy or to reward early adopters and community members. Notable airdrops include Uniswap's UNI token (2020), ENS (2021), and Arbitrum's ARB (2023). Beware of scam airdrops designed to steal wallet access.
Airdrop Farming
The deliberate strategy of interacting with protocols — bridging, swapping, providing liquidity, or accumulating points — to qualify for future token airdrops. While potentially lucrative, airdrop farming involves real costs (gas fees, capital lockups) with no guaranteed payout, and protocols increasingly use Sybil detection to disqualify gamers.
Alpha
In crypto, alpha refers to exclusive or early information that provides a trading advantage. In traditional finance, alpha means returns above the market benchmark. Crypto 'alpha hunters' seek undervalued projects or on-chain patterns before they become widely known.
Altcoin
Any cryptocurrency other than Bitcoin. The term originated in Bitcoin's early days when all other projects were considered "alternative coins." It now encompasses thousands of coins and tokens across every category, from smart contract platforms like Ethereum to meme coins.
AML
Anti-Money Laundering — a set of laws, regulations, and procedures designed to prevent criminals from disguising illegally obtained funds as legitimate income. Crypto exchanges implement AML monitoring by tracking transaction patterns and flagging suspicious activity.
AMM
Automated Market Maker — a type of DEX protocol that uses mathematical formulas and liquidity pools instead of traditional order books to price assets. Liquidity providers deposit token pairs into pools and earn trading fees. Uniswap's constant product formula (x * y = k) is the most well-known AMM model.
Anchor Framework
The dominant Solana smart contract development framework. Provides Rust macros that abstract account-handling boilerplate, generates IDL (Interface Description Language) for client SDKs, and includes testing utilities. Most production Solana programs are written in Anchor; 'Solana program' and 'Anchor program' are essentially synonymous for new development.
Appchain
A blockchain dedicated to a single application or protocol, offering customizable throughput, governance, and fee structures without competing for block space with unrelated apps. Appchains trade some composability for performance and sovereignty. dYdX's move from Ethereum to its own Cosmos appchain is a notable example.
Application Binary Interface
A standardized specification that defines how to interact with a smart contract's functions at the binary level. The ABI describes the contract's function names, input/output parameter types, and encoding formats, allowing external applications (wallets, dApps, scripts) to correctly encode function calls and decode return values. When you interact with a DeFi protocol through a frontend or directly via code, the ABI is what translates human-readable function names into the bytecode the EVM understands.
APY vs APR
APR (Annual Percentage Rate) is the simple interest rate without compounding. APY (Annual Percentage Yield) includes the effect of compounding interest. A 10% APR compounded daily equals approximately 10.52% APY. In DeFi, protocols often advertise APY because it looks higher, but the actual return depends on compounding frequency and whether you manually reinvest.
Arbitrage
The practice of exploiting price differences for the same asset across different markets or exchanges to earn a risk-free profit. In crypto, arbitrage opportunities arise between centralized exchanges, decentralized exchanges, and cross-chain markets. Automated bots execute most crypto arbitrage, and the practice helps maintain price efficiency across markets.
ATH
All-Time High — the highest price a cryptocurrency has ever reached. ATH is a key reference point for traders and investors, as breaking an ATH often triggers further momentum buying and media attention.
ATL
All-Time Low — the lowest price a cryptocurrency has ever recorded. Reaching or approaching ATL levels may signal extreme bearishness, capitulation, or — for contrarian investors — a potential buying opportunity.
Atomic Swap
A peer-to-peer exchange of cryptocurrencies between different blockchains without intermediaries. Atomic swaps use hash time-locked contracts (HTLCs) to ensure either both parties complete the trade or neither does. While technically elegant, they are slower and more limited than modern bridge solutions.
Attestation
A signed statement that a validator has observed and agrees with a specific block or state. In Ethereum's Proof of Stake consensus, validators publish attestations every epoch that aggregate via BLS signatures into consensus. In broader crypto: proof-of-reserves attestations by auditors, KYC attestations by identity providers, oracle-price attestations by feed providers. Attestations are load-bearing infrastructure across many crypto systems.
Attestation Report
A periodic third-party statement — typically monthly, performed by a CPA firm — confirming that a stablecoin issuer's reserves at a specific point in time meet or exceed the circulating supply of tokens. An attestation is *not* an audit: it examines reserves at a single moment using management-supplied data, makes no opinion on internal controls, and does not validate the long-term solvency or composition risk of the reserves. Both USDC (Circle) and USDT (Tether) publish attestations rather than full audits. The distinction matters because attestations cannot detect intra-period reserve shortfalls or asset-quality problems.
Audit
A formal review of smart-contract source code by specialised firms (Trail of Bits, OpenZeppelin, Certora, Spearbit, Code4rena) looking for vulnerabilities before deployment. Audits are time-bounded reviews of a specific commit — post-audit changes are unreviewed. Multi-auditor coverage is the stronger signal; single audits from unknown firms are the weaker.
Audit Report
A structured review of a smart-contract codebase performed by a third-party security firm — typically Trail of Bits, OpenZeppelin, Spearbit, ConsenSys Diligence, Code4rena (competitive), or others. The report enumerates findings by severity (Critical, High, Medium, Low, Informational), identifies specific code locations, recommends remediations, and indicates which findings were addressed before publication. An audit is a snapshot of the code at the time it was reviewed: changes after the audit are not covered, and findings the auditors missed are not covered. Multiple audits from different firms reduce single-auditor blind spots but do not produce guarantees — major exploits have followed audits, sometimes from named top-tier firms.
B
Bag Holder
Someone left holding a cryptocurrency that has significantly decreased in value, often after a pump-and-dump or failed project. Proper position sizing and stop-losses help prevent becoming a bag holder.
Base Fee
In EIP-1559, the network-set portion of a transaction fee that adjusts automatically each block (up if the last block was over half full, down if under) to target predictable, market-clearing pricing of block space. Crucially, the base fee is burned (destroyed) rather than paid to block producers — deterring fee gaming and tying ETH supply to network usage. Users add a separate priority-fee tip for faster inclusion. A better pricing mechanism, not a way to make scarce block space cheaper.
Based Rollup
A rollup whose transaction sequencing is performed by the Layer 1 base chain's validators rather than a centralized sequencer. Based rollups inherit the L1's liveness and decentralization guarantees, eliminating single-sequencer risks. The trade-off is potentially higher latency compared to centralized sequencing.
Basis Trade
Cash-and-carry arbitrage capturing the price difference between spot and futures. Buy spot, short futures at premium, capture spread as risk-free yield when prices converge at expiry. Direction-neutral. CME BTC basis has reached 20-30% annualised in bullish periods. Drove substantial portion of 2024-2025 BTC ETF inflows — reading 'institutional adoption' as directional missed the basis-trade reality.
Batch Auction
A trading mechanism that collects many orders over a short window and settles them together at a single uniform clearing price, instead of matching them one by one. Because everyone in the batch gets the same price regardless of timing or order, the incentive to front-run or sandwich within the batch disappears — a structural MEV defence used by protocols like CoW Protocol (often via competing solvers). The trade-off is waiting for the batch rather than executing instantly, plus reliance on the settlement mechanism.
Bear Market
A sustained period of declining asset prices, usually defined as a drop of 20% or more from recent highs. Bear markets in crypto are often called "crypto winter" and can last one to two years, testing investors' conviction.
Bear Trap
A false technical signal that makes it appear an asset's price is breaking down below a support level, luring traders into opening short positions, only for the price to quickly reverse and move sharply upward. Traders who sold or shorted during the apparent breakdown get 'trapped' as the price recovers, often being forced to buy back at higher prices (short squeeze), which further accelerates the upward move. Bear traps are common during periods of accumulation by larger players.
BEP-20
The token standard on BNB Smart Chain (BSC), functionally identical to ERC-20 but deployed on Binance's blockchain. BEP-20 tokens benefit from BSC's lower gas fees and faster block times. Many tokens exist on both Ethereum (ERC-20) and BSC (BEP-20) simultaneously.
BIP-32
Bitcoin Improvement Proposal 32 — the standard that defines hierarchical deterministic (HD) wallets. A single master seed derives an effectively infinite tree of private keys via a deterministic algorithm, so one backup recovers every account, address, and chain ever derived from that seed.
BIP-39
Bitcoin Improvement Proposal 39 — the standard that converts random entropy (128 to 256 bits) into a human-readable mnemonic of 12, 18, or 24 words drawn from a fixed 2048-word list. BIP-39 is the seed-phrase format that nearly every modern wallet uses. The last word includes a checksum, so a typo in one position usually fails validation.
BIP-44
Bitcoin Improvement Proposal 44 — the multi-account hierarchy that gives derivation paths their standard shape: `m / purpose' / coin_type' / account' / change / address_index`. BIP-44 is why one seed can manage many coins and many accounts deterministically. Later BIPs (49, 84, 86) reuse the same structure with different `purpose'` values for different script types.
Blob
A large binary data packet introduced by Ethereum's EIP-4844 (proto-danksharding) specifically for Layer 2 rollups to post transaction data to Ethereum at dramatically reduced costs. Blobs are stored temporarily (pruned after ~18 days) and use a separate fee market from regular Ethereum transactions. The introduction of blobs reduced L2 data posting costs by over 90%.
Blob Space
Data storage introduced via EIP-4844 (Proto-Danksharding). Blobs are large data chunks attached to transactions, available for ~18 days, and much cheaper than regular calldata. Layer 2 rollups use blob space to post transaction data, reducing fees by 10-100x.
Block
A container of transaction data that is cryptographically linked to the previous block in the chain. Each block typically includes a header (with a timestamp, nonce, and hash of the prior block) and a body containing validated transactions. Once confirmed, a block becomes a permanent part of the ledger.
Block Explorer
A web application that allows users to search and view blockchain data including transactions, addresses, blocks, and smart contracts. Block explorers like Etherscan, Solscan, and Blockscout are essential tools for verifying transactions, checking token contracts, and investigating on-chain activity.
Block Time
The average time interval between new blocks being produced on a blockchain. Bitcoin's target block time is 10 minutes, Ethereum produces blocks every 12 seconds, and Solana targets 400 milliseconds. Block time directly affects transaction confirmation speed and user experience. Shorter block times mean faster initial confirmations but can increase the risk of temporary chain reorganizations.
Blockchain
A distributed, append-only digital ledger that records transactions across a network of computers. Each block contains a cryptographic hash of the previous block, creating an immutable chain. This structure makes it extremely difficult to alter historical records without network consensus.
BLS Signature
Boneh-Lynn-Shacham signature scheme on the BLS12-381 curve. The unique feature: any number of signatures over different messages from different signers can be aggregated into a single signature that verifies for the union. This is what lets Ethereum's beacon chain process attestations from a million validators per slot. Used by Ethereum consensus, Filecoin, Chia, and most modern ZK systems.
Bonding Curve
A mathematical formula that automatically prices tokens based on supply — as more tokens are minted, price increases per the curve. Smart contracts handle minting (sell at current price) and burning (buy back at current price), always providing exit liquidity. Common shapes: linear, quadratic, exponential, sigmoid. Pump.fun popularised bonding curves for Solana memecoin launches; coins graduate to Raydium AMM after hitting market cap threshold.
Bonding Period
The mandatory waiting period when staking or unstaking cryptocurrency on a Proof of Stake network. Ethereum requires a variable exit queue that can take days to weeks. Cosmos has a 21-day unbonding period. During unbonding, tokens earn no rewards and cannot be transferred. This delay exists to allow slashing of misbehaving validators.
BRC-20
A March 2023 fungible-token standard built on Bitcoin Ordinals. Tokens are deployed by inscribing JSON declaring ticker and supply; users mint and transfer by inscribing instructions. State is computed by indexers reading inscriptions in order. Intentionally simple — no transfer-with-approval, no batch transfers. Largely succeeded by Runes for new fungible-token deployments on Bitcoin.
Bridge
A protocol that enables the transfer of assets between two different blockchains. Bridges lock tokens on the source chain and mint equivalent wrapped tokens on the destination chain. While essential for cross-chain interoperability, bridges have been a major target for exploits, with billions lost to bridge hacks.
Bull Market
A prolonged period during which asset prices are rising or are expected to rise, typically accompanied by investor optimism and increased trading volume. In crypto, bull markets often see prices double or more within months.
Bull Trap
A false technical signal that makes it appear an asset's price is breaking out above a resistance level, luring traders into buying, only for the price to quickly reverse and decline. Traders who bought during the apparent breakout get 'trapped' as the price falls back below resistance, often leading to panic selling that accelerates the downward move. Bull traps frequently occur during bear market rallies, giving false hope that the trend has reversed.
Bulletproof
A compact zero-knowledge proof, most used as a range proof (proving a hidden number lies in a valid range without revealing it), that requires no trusted setup. Bulletproofs let confidential transactions keep amounts private while proving no illegal (negative/overflowing) value was created — the soundness backbone of private-amount systems like Monero, which adopted them to shrink proof size. The trade-off is small, setup-free proofs at the cost of relatively heavy verification.
Bulletproofs
A zero-knowledge range proof technique developed 2017 (Bünz, Bootle, Boneh). Dramatically reduces range proof size (from ~10KB to ~1KB), making amount privacy economically practical on-chain. Monero adopted them October 2018 for confidential amounts. Also used by Liquid, Grin, various others. Landmark cryptography contribution beyond Monero specifically.
Bytecode
The compiled binary representation of a smart contract — the EVM's executable format. Solidity source code is compiled into bytecode that gets deployed on-chain. The bytecode is what nodes actually execute; the source code is only available if the developer verifies it on a block explorer. Reading bytecode directly is hard, but tools like dedaub.com and panoramix can decompile it to approximate source.
C
Cairo
StarkNet's smart contract language, designed by Starkware to translate efficiently into STARK proofs. Cairo 1.0+ (2023) is Rust-inspired with traits, pattern matching, and explicit immutability. Not EVM-compatible — Solidity contracts must be rewritten in Cairo. The trade-off: dramatically faster STARK proving than EVM-based ZK systems, at the cost of higher developer onboarding friction.
Calldata
The encoded input data of a transaction or contract call — the bytes that tell the EVM which function to invoke and what arguments to pass. Calldata starts with a 4-byte function selector (the first 4 bytes of the Keccak-256 hash of the function signature), followed by ABI-encoded arguments. Reading and decoding calldata is essential for understanding what a transaction actually does — block explorers like Etherscan auto-decode it when the contract source is verified, and tools like 4byte.directory let you look up unknown function selectors.
Candlestick
A type of price chart originating from 18th-century Japanese rice trading that displays four data points for each time period: the opening price, closing price, highest price, and lowest price. The thick 'body' shows the range between open and close (green/bullish if close > open, red/bearish if close < open), while thin 'wicks' (shadows) extend to the high and low. Candlestick charts are the most widely used chart type in cryptocurrency trading.
Canister
Internet Computer's core smart contract primitive: a WebAssembly module plus persistent memory, running on a subnet of ICP nodes. Canisters can hold gigabytes of state directly, serve HTTP requests, and make outbound HTTP calls — combining compute, storage, and web serving in one primitive. Written in Motoko or Rust. Reverse gas: canisters pay for their own computation in 'cycles,' so users don't need crypto to interact.
Capital Gain
The profit realised when an asset is disposed of for more than its cost basis. For crypto, the gain is the disposal proceeds minus the cost basis at the moment of disposal. Most jurisdictions distinguish 'short-term' gains (asset held for under a year — usually taxed as ordinary income) from 'long-term' gains (held longer — often taxed at lower rates). The categorisation and rates vary widely across jurisdictions. Losses can typically offset gains within the same tax year and sometimes carry forward.
CBDC
Central Bank Digital Currency — a digital form of a nation's fiat currency issued and backed by its central bank. Unlike decentralized cryptocurrencies, CBDCs are centrally controlled. Over 130 countries are exploring or piloting CBDCs, with China's digital yuan being the most advanced large-scale deployment.
CDP
Collateralized Debt Position. A loan structure where users lock crypto collateral (usually ETH or wBTC) to mint stablecoins (DAI/USDS, LUSD, etc.) against it. The position has three numbers: collateral value, debt + accrued stability fee, and liquidation ratio (typically 110-150% depending on collateral). If the ratio falls below the threshold, anyone in the world can trigger liquidation — the collateral is sold at auction, debt repaid, and the user keeps what's left minus a penalty. MakerDAO pioneered the model; Liquity offers a no-fee immutable alternative.
Censorship Resistance
The property of a blockchain network that makes it practically impossible for any single entity — government, corporation, or individual — to prevent valid transactions from being included in blocks. Strong censorship resistance requires a sufficiently decentralized validator/miner set, diverse geographic distribution, and protocol-level inclusion guarantees. It is considered one of the foundational value propositions of public blockchains, ensuring that the network remains neutral and accessible to all participants.
CEX
Centralized Exchange — a cryptocurrency trading platform operated by a company that holds user funds and matches orders via a central order book. Examples include Coinbase, Binance, and Kraken. CEXs offer high liquidity and fiat on-ramps but require users to trust the custodian.
Checks-Effects-Interactions
The structural pattern that eliminates reentrancy bugs: every function should perform (1) checks (require statements validating inputs and state), (2) effects (all state mutations), then (3) interactions (external calls and ETH transfers). If state changes always happen before external calls, an attacker's callback sees the post-update state and cannot re-enter into stale-state code paths. CEI is the architecture; ReentrancyGuard is defence-in-depth on top.
Circuit Breaker
A mechanism in some DeFi protocols and exchanges that halts trading when prices move beyond a threshold in a short time. Similar to stock market circuit breakers, they prevent panic selling and flash crashes. Not all crypto exchanges have them, which is why crypto flash crashes can be more severe.
Circulating Supply
The number of tokens of a cryptocurrency that are currently available and circulating in the market. Circulating supply excludes locked, reserved, or unvested tokens. It is used together with price to calculate market capitalization.
Coin
A cryptocurrency that operates on its own independent blockchain, serving as the network's native currency. Bitcoin (BTC), Ether (ETH), and Solana (SOL) are coins. Coins are distinct from tokens, which are built on top of another blockchain's infrastructure.
Cold Storage
Any method of storing cryptocurrency private keys completely offline, disconnected from the internet. Cold storage methods include hardware wallets, paper wallets, and air-gapped computers. It is the most secure way to hold crypto long-term because it eliminates remote attack vectors.
Collateral
Assets deposited as security for a loan or leveraged position in DeFi or centralized lending. If the value of the collateral falls below a required ratio, the position is subject to liquidation. Most DeFi lending protocols require over-collateralization, meaning the collateral value must exceed the loan value.
Collateral Factor
The fraction of a collateral asset's value that a lending protocol allows to be borrowed against. A 75 percent collateral factor on ETH means depositing $1,000 of ETH lets you borrow up to $750 of stablecoin. Lower factors are applied to more volatile or less-liquid assets. When the borrowed-to-collateral ratio crosses the collateral factor due to price movement, the position becomes eligible for liquidation. Protocols may use slightly different terminology — Aave calls this the 'Loan-to-Value' (LTV) ratio, Compound the 'collateral factor' — but the mechanism is the same.
Collateralization Ratio
The ratio of reserve or collateral value to circulating stablecoin supply. A fiat-backed stablecoin targets exactly 1:1 (100 percent). Crypto-collateralized stablecoins like DAI deliberately over-collateralize — historically 150 percent or higher — because the crypto collateral itself is volatile and the buffer absorbs price swings. Under-collateralization (below 100 percent for a fiat-backed, or below the protocol's required ratio for a crypto-backed) is the precondition for a depeg. Some 'partially-collateralized' designs (FRAX historically) operate intentionally below 100 percent fiat backing, relying on protocol-controlled value or algorithmic stabilization for the residual.
Commitment Scheme
A cryptographic primitive that produces a short 'fingerprint' of a value which hides it (hiding) while binding you to it so you can't later change it (binding) — like sealing a value in an envelope to open later. A simple version hashes a secret with random salt. Commitments underpin fair coin flips, sealed-bid auctions, voting, and privacy systems, where you prove you did something without revealing the details yet.
Composability
The ability of DeFi protocols and smart contracts to seamlessly interact with and build upon each other, often described as 'money Legos.' Composability allows developers to combine existing protocols — for example, using Aave lending positions as collateral on another protocol. This interoperability is a core advantage of open blockchain ecosystems but also creates systemic risk if one component fails.
Compressed NFT
Solana's state-compression approach to NFTs: instead of storing each NFT's metadata on-chain, the entire collection's data lives in a Merkle tree off-chain with only the root hash on-chain. Owners prove ownership via Merkle proofs. Minting 1 million cNFTs costs roughly the same as 1 regular NFT on Ethereum. Used for loyalty programs, game items, ticketing — high-volume use cases that wouldn't be economically viable with traditional NFT storage.
Concentrated Liquidity
A liquidity provision model pioneered by Uniswap v3 that allows liquidity providers to allocate capital within a specific price range rather than across the entire price spectrum. This dramatically improves capital efficiency — LPs can earn the same fees with a fraction of the capital. However, it requires active management and positions earn nothing when the price moves outside the selected range.
Confirmation
A confirmation occurs when a blockchain transaction is included in a block and added to the chain. Each subsequent block adds another confirmation, increasing the transaction's security against reversal. Bitcoin typically requires 6 confirmations (~60 minutes); Ethereum achieves finality in ~12 minutes.
Consensus
The mechanism by which a distributed network of nodes agrees on the current state of the blockchain. Different consensus algorithms — such as Proof of Work, Proof of Stake, and Delegated Proof of Stake — offer varying trade-offs between security, decentralization, and energy efficiency.
Contract Verification
The process of publishing the human-readable Solidity (or Vyper) source code of a deployed contract on a block explorer like Etherscan, along with the compiler settings used to produce the deployed bytecode. The explorer verifies that compiling the source with those settings produces the exact bytecode on-chain. Verification enables source-level inspection, calldata decoding, and accurate transaction simulations. An unverified contract holding meaningful value is a red flag — the operator either lost the source code (incompetence) or is choosing not to publish it (obfuscation). 'Verified' does not mean 'safe' — it just means the code is readable.
Conviction Voting
A governance mechanism where support for a proposal accumulates the longer you keep backing it, and proposals pass continuously once conviction crosses a funding-scaled threshold — no single voting day. It resists flash-loan/last-minute vote swings and voter fatigue and suits continuous treasury allocation, but is slower by design and still token-weighted (it smooths the timing of influence, not its distribution).
CosmWasm
The WebAssembly-based smart contract framework for Cosmos chains. Contracts are written primarily in Rust, compiled to WASM, and uploaded to chains like Osmosis, Neutron, Sei, Juno. CosmWasm uses an actor model — contracts communicate via messages rather than synchronous calls. Different chains share the framework but each has its own state; contracts interact across chains via IBC.
Cost Basis
The original value of an asset for tax purposes — typically what you paid for it in fiat-currency terms, plus any acquisition fees. When you sell or otherwise dispose of crypto, your taxable gain or loss is generally the difference between the disposal proceeds and the cost basis. Tracking cost basis accurately across many small acquisitions, swaps, airdrops, staking rewards, and DeFi interactions is the single most error-prone part of crypto tax reporting. Different jurisdictions allow different cost-basis methods (FIFO, HIFO, specific identification, average cost) with materially different outcomes.
Cross-Chain
Moving assets or messages between different blockchains. Approaches include lock-and-mint bridges (WBTC-style wrapped assets), IBC (cryptographic verification without wrapping), atomic swaps (HTLC-based), and intent-based cross-chain (Across model). Cross-chain is one of the highest-risk areas of crypto — most major DeFi exploits ($625M Ronin, $325M Wormhole, $190M Nomad) have been cross-chain.
Cross-Chain Bridge
A protocol specifically designed to transfer assets and data between different blockchain networks that are otherwise incompatible. Cross-chain bridges use various trust models, from centralized custodians to decentralized validator sets to zero-knowledge proofs. While essential for multi-chain interoperability, bridges have been the source of some of the largest hacks in crypto history, including the $600M+ Ronin Bridge exploit.
Cryptoeconomics
The discipline of designing incentives — rewards, penalties, staking — enforced by cryptography and code so that self-interested participants secure and run a decentralised system without a trusted authority. It's 'reverse game theory': design the rules so honest behaviour is the profitable choice and attacks are expensive. It makes security quantifiable (attack cost vs gain, security budget vs value secured). Its hardest failures are emergent and cross-protocol (e.g. flash-loan attacks, MEV), where individually-sound mechanisms combine into dangerous dynamics.
Cryptographic Accumulator
A primitive that compresses a whole set into one short value and proves an item is (or isn't) in the set with a small proof, without storing the set. Merkle trees are the common example (root + branch); RSA and vector/KZG accumulators give constant-size proofs and native non-membership. They power airdrop allowlists, stateless clients (verkle trees), and privacy nullifier sets.
Custodial Wallet
A wallet where a third party (usually an exchange) holds and manages the private keys on behalf of the user. Custodial wallets are convenient and offer account recovery, but users must trust the custodian with their funds. The saying 'not your keys, not your coins' refers to this trade-off.
Custody
Who holds the private keys to crypto assets. Self-custody = you hold your own keys (hardware wallet, seed phrase). Custodial = a third party holds them (exchange, custodian). Qualified custody = regulated institutional custody (Coinbase Custody, Fidelity Digital Assets, Anchorage). 'Not your keys, not your coins' is the foundational self-custody principle.
D
DAC8
The European Union's eighth Directive on Administrative Cooperation, adopted in October 2023 and entering into force from 1 January 2026. DAC8 requires EU-based crypto service providers (and non-EU providers serving EU customers) to report customer transaction data — including identity, balances, and disposal events — to tax authorities across the EU. The framework mirrors the OECD's Crypto-Asset Reporting Framework (CARF) and is designed to enable automatic information exchange between member states. For users, the practical effect is that crypto activity through any EU-licensed provider is now visible to your national tax authority.
DAO
Decentralized Autonomous Organization — an internet-native organization governed by smart contracts and token-holder votes rather than a traditional corporate hierarchy. Members propose and vote on decisions such as treasury allocation and protocol upgrades. Examples include MakerDAO and Uniswap governance.
dApp
Decentralized Application — an application built on a blockchain whose backend logic runs on smart contracts rather than centralized servers. The frontend can be a conventional website, but the core operations (swaps, lending, governance) are executed trustlessly on-chain.
Data Availability
The guarantee that all data needed to verify blockchain state has been published and is accessible. Critical for rollup security — if a rollup posts a proof but withholds data, fraud can't be detected. Dedicated DA layers like Celestia provide cheaper data availability.
DCA (Dollar-Cost Averaging)
An investment strategy where a fixed dollar amount is invested at regular intervals (e.g., weekly or monthly) regardless of the asset's current price. This approach reduces the impact of volatility by averaging the purchase price over time and eliminates the need to time the market. Widely considered the most beginner-friendly investment strategy for volatile assets like cryptocurrency.
Dead Cat Bounce
A temporary, short-lived recovery in the price of a declining asset, followed by a continuation of the downtrend. The term derives from the morbid observation that 'even a dead cat will bounce if it falls from a great height.' In crypto markets, dead cat bounces are common after sharp selloffs, as bargain hunters and automated bots briefly push prices up before selling pressure resumes. Distinguishing a dead cat bounce from a genuine trend reversal is one of the most challenging aspects of technical analysis.
Decentralization
The distribution of power and control across a network rather than concentrating it in a single entity. In blockchain, decentralization means no company, government, or individual can control the network, censor transactions, or change rules unilaterally. The degree varies widely — Bitcoin is highly decentralized while some newer chains have more concentrated validator sets. Decentralization provides censorship resistance, fault tolerance, and trust minimization.
Decentralized Identifier
An identifier that the subject controls directly (via cryptographic keys) rather than one issued and owned by a platform, forming the basis for user-controlled, portable identity. Paired with verifiable credentials and attestations, DIDs let people present and prove claims about themselves without a central account provider. A W3C-standardised building block of self-sovereign identity — provenance and control, not a guarantee that any given claim is true.
Decentralized Social
Social networks built on portable, user-owned identity and social graphs stored on open protocols rather than inside one company — so you can switch apps (clients) without losing your followers or content (e.g. Farcaster, Lens). Owning the graph enables native payments, token-gating, and new monetisation. The vision addresses platform lock-in, but faces steep hurdles: network effects, UX friction (keys/wallets), unsolved decentralised moderation, and recentralisation pressure.
Decentralized Storage
Storing data across many independent providers worldwide rather than a single company's servers, for censorship-resistance and resilience — e.g. IPFS (content-addressing), Filecoin (paid storage marketplace with proofs), Arweave (pay-once permanence via an endowment). Providers prove they store data (proof of replication/spacetime) and stake collateral. A key distinction: availability (retrievable now) vs permanence (kept long-term). Most 'on-chain' NFT/dApp data is actually a hash on-chain plus the real file stored here.
Decoy Wallet
A visible wallet — usually holding a small, intentionally surrenderable balance — that exists to satisfy a coercive demand without exposing the user's real holdings. Often implemented as the 'no-passphrase' wallet on a hardware device while the real wallet sits behind a BIP-39 passphrase. The technique reduces exposure under wrench attacks but is not a magic shield against a sophisticated adversary.
DeFi
Decentralized Finance — an ecosystem of financial applications built on blockchains that offer services like lending, borrowing, trading, and insurance without traditional intermediaries. DeFi protocols are permissionless, transparent, and composable, meaning they can be combined like building blocks.
Degen
Short for 'degenerate' — crypto slang for someone who takes extremely high-risk bets, often investing in unaudited protocols or newly launched tokens without research. While used self-deprecatingly, degen behavior has led to both massive gains and devastating losses.
Delegation
The act of assigning your governance token voting power to another address (a 'delegate') who will vote on proposals on your behalf. Delegation allows token holders who lack the time or expertise to evaluate every proposal to still have their voting power exercised by a trusted community member. Importantly, delegation typically does not transfer token ownership — you retain your tokens and can revoke or reassign delegation at any time. Delegation is essential for DAO health, as it combats voter apathy and ensures quorum thresholds are met.
Delta (Options)
How much an option's price changes when the underlying moves $1. Calls have positive delta (0 to +1), puts negative (0 to -1). Often interpreted as the rough probability the option expires in-the-money. Managing total portfolio delta lets you maintain neutral or directional exposure across many option positions. Together with gamma, vega, and theta forms the four core Greeks.
Delta-Neutral Stablecoin
A stablecoin design where backing is hedged via derivatives so the portfolio's value doesn't move with the underlying asset price. Ethena's USDe is the canonical example: spot ETH/BTC + short perpetuals netting to zero delta. Yields come from receiving perpetual funding rates. Different risk profile than algorithmic stablecoins (real backing exists) but still has structural risks: funding-rate reversal, exchange counterparty risk, execution disruption during volatility.
Depeg
When a stablecoin trades materially away from its intended reference price (typically $1.00). Small intraday deviations of a few basis points are normal and usually arbitraged away within minutes. A 'depeg event' refers to a sustained or large deviation — for example, USDC trading at $0.87 on 11 March 2023 during the Silicon Valley Bank weekend, or TerraUSD's terminal collapse from $1.00 to under $0.01 in May 2022. Depegs can be temporary (USDC's recovered within days once SVB depositors were made whole) or terminal (TerraUSD never recovered because the algorithmic design failed structurally).
DePIN
Decentralized Physical Infrastructure Networks — using crypto token rewards to crowdsource real-world infrastructure (wireless coverage, GPU compute, mapping, storage) instead of a single company building it. The flywheel rewards suppliers with tokens, aiming to attract paying demand that gives the token value. Supply is easy to bootstrap with emissions; the hard part, and the true signal, is real customer-paid demand.
Derivation Path
The notation that identifies a specific key within an HD wallet's tree — for example `m/84'/0'/0'/0/0`. Each segment selects a child key: `purpose'` (script type), `coin_type'`, `account'`, `change` (external vs internal), and `address_index`. Different wallets default to different paths, which is the most common cause of 'my seed is right but the balance is missing' after a restore — the seed is fine, the path is wrong.
DEX
Decentralized Exchange — a platform that enables peer-to-peer cryptocurrency trading without an intermediary holding users' funds. DEXs use smart contracts to facilitate swaps, with Automated Market Makers (AMMs) being the most common mechanism on chains like Ethereum and Solana.
DEX Aggregator
A protocol that searches many decentralised exchanges and liquidity pools for a single swap, then splits and routes the order across the best combination to maximise output after gas — all in one atomic transaction. Examples: 1inch, Matcha, ParaSwap, CowSwap on EVM chains and Jupiter on Solana. Aggregators typically beat any single DEX's price and increasingly add MEV protection via private routing or batch auctions.
Difficulty Adjustment
An automatic recalibration mechanism in proof-of-work blockchains that adjusts how hard it is to mine a new block based on the current network hash rate. Bitcoin adjusts difficulty every 2,016 blocks (~2 weeks) to maintain a target block time of approximately 10 minutes. If miners join and blocks are found too quickly, difficulty increases; if miners leave and blocks slow down, difficulty decreases. This self-regulating mechanism ensures consistent block production regardless of how much mining power is active.
Dilution
The reduction in an existing token holder's proportional ownership caused by the creation and distribution of new tokens through inflation, vesting unlocks, or additional minting. Dilution is a critical factor in evaluating a cryptocurrency's long-term value proposition. Projects with high emission rates and large upcoming vesting unlocks can experience significant sell pressure as new tokens enter circulation.
Distributed Key Generation
A protocol where a group jointly generates a shared key such that no single party ever knows the full private key — it exists only as distributed shares from the moment of creation, with no dealer who ever held it whole. DKG (using VSS internally) is the backbone of threshold signatures, MPC wallets, distributed validators, and threshold decryption. The 'no single holder' guarantee holds only below a corruption/collusion threshold of participants.
Distributed Ledger
A database that is shared, replicated, and synchronized across multiple nodes in a network, with no single central administrator. Blockchain is the most well-known type of distributed ledger, but the term also covers other architectures like directed acyclic graphs (DAGs). Distributed ledgers enable trustless record-keeping.
Diversification
Spreading capital across multiple assets, protocols, or strategies to reduce concentrated risk. In crypto: diversification across chains (BTC + ETH + others), across categories (L1s + DeFi + stablecoins), across stablecoin types (fiat-backed + crypto-backed + delta-neutral), and across custody (self + qualified custodian). Concentration in single positions has produced most catastrophic retail losses.
Dollar-Cost Averaging
Buying a fixed dollar amount of an asset at fixed intervals regardless of price. Eliminates the timing decision and reduces emotional trading. Mathematically slightly lower expected return than lump-sum in trending-up markets (~65-70% of historical periods) but better behavioural outcome — investors who DCA hold through drawdowns while lump-sum-then-panic-sell is a common failure mode.
Dust Attack
A surveillance tactic where an attacker sends tiny amounts of cryptocurrency ('dust') to a large number of wallet addresses. The goal is to track future transaction activity from those wallets, potentially linking multiple addresses to a single user and de-anonymizing them. Dust attacks exploit blockchain transparency and are particularly concerning for privacy-conscious users.
Dutch Auction
An auction that starts at a high price and lowers it steadily until a buyer accepts, discovering the clearing price by descent rather than by bidding up. In crypto it's used for fairer token launches (avoiding the gas-war stampede and instant-flipper problems of fixed-price sales) and for DeFi liquidations (selling seized collateral at the best price the market will bear rather than a fixed discount). Parameter choices — starting price and rate of decline — materially shape the outcome.
DYOR
Do Your Own Research — a widely used mantra in the crypto community urging investors to independently investigate a project's fundamentals, team, tokenomics, smart contract audits, and community before investing. DYOR emphasizes personal responsibility and critical thinking, serving as a counterweight to hype, shilling, and FOMO-driven decision making.
E
ECDSA
Elliptic Curve Digital Signature Algorithm. The signature scheme Bitcoin uses on the secp256k1 curve and every Ethereum externally-owned account uses. Widely deployed in TLS, hardware wallets, and YubiKeys. Requires careful randomness during signing (RFC 6979 defines a deterministic variant). Verification is moderately expensive; no native aggregation.
EIP-1559
Ethereum's fee market redesign shipped in the August 2021 London upgrade. Split gas fees into a base fee (algorithmically adjusted, burned) and a priority fee (tip to validators). Made fees more predictable and introduced a deflationary supply mechanic — during high activity Ethereum burns more ETH than it issues. Foundational for the modern EVM fee landscape.
Emission Rate
The speed at which new tokens are created and released into circulation, typically expressed as tokens per day, month, or year. Emission schedules vary widely: Bitcoin's emissions halve every four years, while some DeFi protocols have aggressive early emissions that taper over time. Understanding a project's emission rate relative to demand is essential for evaluating its tokenomics and potential inflationary pressure.
Encrypted Mempool
A design where pending transactions are submitted encrypted and only decrypted after their order in a block is fixed, so no one can front-run or censor them based on their contents. Typically uses threshold encryption (a committee jointly decrypts, so no single party can peek early or withhold). It mitigates content-based MEV and censorship at the cost of added latency and a liveness dependency on the decryption committee — reducing extractable value rather than eliminating it.
Entropy
The amount of true randomness in a secret, typically measured in bits. A BIP-39 seed is generated from 128, 192, or 256 bits of entropy; 256 bits is so large that brute force is computationally infeasible. Low-entropy sources (a memorable phrase, a low-quality RNG, a 'brain wallet') produce seeds attackers can find — and frequently do.
Epoch
A fixed time period or set number of slots used in Proof of Stake blockchain systems to organize validator duties and finalize blocks. In Ethereum, an epoch consists of 32 slots (~6.4 minutes), and validators are assigned to attest to blocks within specific slots of each epoch. At the end of an epoch, finality checkpoints are established. Epochs provide a structured rhythm for consensus operations, reward distribution, and validator set rotations.
ERC-1155
A multi-token Ethereum standard that can handle both fungible and non-fungible tokens in a single contract. ERC-1155 is more gas-efficient than deploying separate ERC-20 and ERC-721 contracts and is widely used for gaming items where some tokens are unique and others are identical.
ERC-20
The most widely used token standard on Ethereum, defining a common set of rules for fungible tokens. Any ERC-20 token can be stored in Ethereum wallets, traded on DEXs, and integrated into DeFi protocols. USDT, USDC, UNI, LINK, and thousands of others follow this standard. It defines functions like transfer(), approve(), and balanceOf().
ERC-721
The Ethereum token standard for creating non-fungible tokens, where each token has a unique ID and is individually distinct. ERC-721 was the standard behind CryptoPunks, Bored Ape Yacht Club, and most early NFT collections. It guarantees each token is provably unique on-chain.
ETF
Exchange-Traded Fund — a financial product that trades on stock exchanges and holds underlying assets. Spot Bitcoin ETFs (BlackRock IBIT, Fidelity FBTC, others) approved January 2024; spot Ethereum ETFs approved July 2024. ETFs give traditional investors regulated access to crypto exposure through brokerage accounts without needing wallets or exchange accounts.
ETF Inflow
The net dollar value of shares purchased into a spot exchange-traded fund over a period, reported daily by each issuer. For spot Bitcoin and Ethereum ETFs (BlackRock IBIT, Fidelity FBTC, etc.), inflows trigger creations — new shares minted against newly-purchased underlying crypto. Inflows of $100M-$1B per day became common in early 2024 after spot ETF approval. Inflow data is widely cited as a demand signal, but it does NOT equal new buying pressure on the broader market: substantial inflows are basis-trade hedged (long ETF + short futures), so a $500M inflow can be a market-neutral arbitrage rather than directional demand.
Ethereum
The second-largest cryptocurrency by market cap and the dominant smart-contract platform. Launched July 2015 by Vitalik Buterin and co-founders. Transitioned from Proof of Work to Proof of Stake in September 2022 (the Merge). Native token is ETH. Ecosystem hosts the majority of DeFi, NFTs, and Layer 2 activity. EVM (Ethereum Virtual Machine) is the runtime standard copied by many other chains.
Ethereum Virtual Machine
The runtime environment for executing smart contracts on Ethereum and EVM-compatible blockchains. The EVM is a Turing-complete virtual machine that processes bytecode compiled from high-level languages like Solidity. Every node on the network runs an identical copy of the EVM, ensuring that smart contract execution produces the same result everywhere. Many other blockchains (BNB Chain, Avalanche, Polygon, Arbitrum) implement EVM compatibility, allowing developers to deploy the same smart contract code across multiple chains.
EUTxO
Extended Unspent Transaction Output — Cardano's data model. Extends Bitcoin's UTXO model so each UTXO can carry arbitrary data (datum) and be governed by a validator script. Smart contracts on Cardano are validator scripts attached to UTXOs. Concurrency is structurally different: only one transaction per UTXO per block, so DeFi protocols split state across many parallel UTXOs to handle scale.
Event Log
Indexed records emitted by smart contracts when defined events occur (a transfer, an approval, a swap). Events are written to a special structure in each transaction's receipt and are visible to off-chain observers but not readable by other contracts. Event topics (the indexed fields) are searchable on block explorers; non-indexed fields appear in the data section. Most on-chain analytics — Dune queries, The Graph subgraphs, Etherscan's token-transfer pages — reconstruct activity by parsing event logs rather than re-executing transactions.
Exchange
A venue for buying and selling cryptocurrencies. Centralised exchanges (CEX — Coinbase, Binance, Kraken) operate order books with custodial account structures. Decentralised exchanges (DEX — Uniswap, Curve, Balancer) use smart contracts and don't take custody. Choice affects custody, KYC requirements, liquidity, and regulatory exposure.
F
Fault Proof
An optimistic rollup's mechanism for proving the sequencer posted incorrect state. Anyone can post a bond and challenge a state assertion; if the challenge succeeds via an interactive proof game on L1, the challenger takes the proposer's stake and the bad state is rejected. OP Mainnet deployed permissionless fault proofs in 2024; Arbitrum's BoLD (Bounded Liquidity Delay) shipped in 2025. The 7-day challenge window is what gives optimistic rollups their delay characteristic.
Fee-on-Transfer
A token-contract design where each transfer deducts a fee — typically routed to a treasury, burn address, or liquidity pool. Implementing fee-on-transfer breaks compatibility with many DeFi protocols that don't expect transfer amounts to differ from the requested amount, causing failed swaps, broken router quotes, and unexpected slippage. Fee-on-transfer tokens are common in meme coins and reflection-style projects, and are a red flag on legitimate-utility tokens because they signal either economic friction or rug-pull groundwork (fees that can be redirected by admin functions).
FIFO
First-In, First-Out — a cost-basis accounting method that assumes the first units of an asset acquired are also the first units sold. For crypto, this often results in higher reported gains in rising markets (because oldest, cheapest units are matched against current high prices). FIFO is the default or mandatory method in many jurisdictions. Alternatives include LIFO (Last-In, First-Out, generally not permitted for crypto in the US after 2025 1099-DA finalisation), HIFO (Highest-In, First-Out — minimises reported gains in rising markets), specific identification (you choose which units to dispose), and average cost (used in some EU countries and Canada).
Finality
The guarantee that a confirmed blockchain transaction cannot be reversed, altered, or canceled. Different blockchains achieve finality at different speeds — Bitcoin transactions are considered final after about six confirmations (~60 minutes), while some Proof of Stake chains achieve finality in seconds.
Finality Time
The duration after which a blockchain transaction is considered irreversible and cannot be rolled back. Finality time varies significantly across chains: Bitcoin achieves probabilistic finality after ~60 minutes (6 confirmations), Ethereum reaches finality in ~13 minutes (2 epochs), while chains like Avalanche and Solana offer near-instant finality in under 2 seconds. Understanding finality time is critical for exchanges, bridges, and any application where transaction reversals would cause financial loss.
Flash Crash
A sudden, severe price drop occurring within minutes or seconds that often recovers quickly. Triggered by liquidation cascades, large market sells, or algorithmic errors. Flash crashes on thin-liquidity markets can drop prices 90%+ temporarily. Always use limit orders during high volatility.
Flash Loan
An uncollateralized loan in DeFi that must be borrowed and repaid within a single blockchain transaction. If the borrower cannot repay the full amount plus fees in the same transaction, the entire operation is atomically reverted. Flash loans enable arbitrage and liquidation strategies but have also been used in exploits.
Flashbots
A research organization mitigating MEV (Maximal Extractable Value) on Ethereum. Flashbots Protect sends transactions directly to block builders, bypassing the public mempool where sandwich bots operate. Using Flashbots Protect for large DEX swaps is a best practice.
FOMO
Fear Of Missing Out — the anxiety-driven urge to buy a crypto asset because its price is rising rapidly. FOMO often leads to impulsive purchases at inflated prices and is a major driver of speculative bubbles in crypto markets.
Fork
A divergence in a blockchain's protocol or transaction history. A soft fork is a backward-compatible upgrade where old nodes still accept new blocks. A hard fork is a non-backward-compatible change that splits the chain into two, such as the Ethereum/Ethereum Classic split.
Formal Verification
Using mathematics to prove that code satisfies precise properties (specifications) for all possible inputs, rather than only the cases you test. For smart contracts it catches rare-state bugs that testing and auditing miss — but it proves the code matches the specification, so a wrong or incomplete spec, or a risk outside the verified logic (economics, oracles, other contracts), can leave a 'verified' contract exploitable. A strong rigour signal for its scope, never a standalone guarantee of safety.
Front-Running
The practice of placing a transaction ahead of a known pending transaction to profit from the anticipated price impact. In crypto, front-running is executed by MEV bots that monitor the mempool for large trades, then submit their own transactions with higher gas fees to be included first. Front-running is a persistent issue on transparent blockchains and a key driver of MEV.
FUD
Fear, Uncertainty, and Doubt — negative information or rumors spread to drive down an asset's price or erode confidence. FUD can be legitimate concerns or deliberate manipulation. Critical thinking is essential to distinguish between the two.
Full Node
A computer that downloads and validates every transaction and block on a blockchain, maintaining a complete copy of the ledger. Full nodes enforce all protocol rules independently and are essential for network decentralization. Running a Bitcoin full node requires ~500GB; Ethereum requires ~1TB with an archive node needing 13TB+.
Fully Diluted Valuation
The theoretical market cap if all possible tokens were in circulation at the current price. FDV = current price x maximum supply. A large gap between market cap and FDV indicates significant future dilution as locked tokens unlock. Always compare FDV to circulating market cap when evaluating tokenomics.
Funding Rate
A periodic payment exchanged between long and short traders in perpetual futures markets to keep the contract price aligned with the spot price. When funding is positive, longs pay shorts; when negative, shorts pay longs. Funding rates are a key indicator of market sentiment and can represent a cost or income for perpetual futures traders.
Futarchy
A governance model (Robin Hanson) that decides policy via prediction markets — 'vote on values, bet on beliefs'. The community votes on a metric to optimise; conditional adopt/reject markets predict the metric under each choice, and the higher-predicted path is enacted. Powerful for aggregating information but fragile: it optimises exactly the chosen metric (which can be gamed) and needs deep, liquid markets to resist manipulation. Tested by MetaDAO.
FX Stablecoin
A stablecoin pegged to a currency other than the US dollar (e.g. a euro stablecoin like EURC). Non-USD stablecoins enable holding and moving other currencies on-chain and are the building blocks for on-chain foreign exchange — swapping one currency's stablecoin for another's. They remain a small fraction of the market because dollar demand and liquidity are self-reinforcing.
G
Gamma (Options)
How fast an option's delta changes as the underlying moves. Highest at-the-money near expiry — small price moves can dramatically swing the option's effective exposure. 0DTE (zero-day-to-expiry) trading exploits extreme gamma. Bought options have positive gamma; sold options have negative gamma. Gamma scalping is a market-making strategy profiting from realised volatility.
Gas
A unit of measurement for the computational effort required to execute transactions or smart contracts on Ethereum and similar networks. Users pay gas fees (denominated in the chain's native token) to compensate validators for processing their operations. Higher gas prices incentivize faster inclusion in a block.
Gas Griefing
An attack pattern where a malicious actor causes a target contract to do expensive work that doesn't benefit the attacker but burns the target's gas allowance, ETH balance, or block-gas budget. Common forms: stuffing a contract's user-controlled array until iteration exceeds the block gas limit (denial of service), or sending tokens with malicious fallback that consumes the relayer's gas. Defences include capping array sizes, charging gas costs back to the caller, and using pull-payment patterns over push-payment patterns.
Gas Limit
The maximum amount of computational work (measured in gas units) that a user is willing to pay for a transaction to be processed on a blockchain. If a transaction requires more gas than the specified limit, it fails and the gas is still consumed. Simple ETH transfers require 21,000 gas, while complex smart contract interactions can require millions. Setting the gas limit too low causes out-of-gas errors; setting it too high wastes funds if the transaction fails.
Gas Price
The amount a user is willing to pay per unit of gas for a blockchain transaction. On Ethereum post-EIP-1559, gas price consists of a base fee (burned) and a priority fee (tip to validators). Higher gas prices get transactions processed faster during network congestion. Measured in gwei (1 gwei = 0.000000001 ETH).
Gauge Wars
Protocols competing for veCRV (and analogous ve-token) gauge weight votes to direct emissions to their pools. Higher gauge weight = more rewards for LPs = more capital. Convex (CVX) accumulated dominant veCRV, gaining meta-governance. Bribery markets (Votium, Hidden Hand) formalised vote-buying. Pattern spread to Balancer (Aura/veBAL), Velodrome (Optimism), Aerodrome (Base). Among DeFi's most-developed bribery economies.
Genesis Block
The very first block in a blockchain, also called Block 0. It is hard-coded into the software and serves as the foundation upon which all subsequent blocks are built. Bitcoin's genesis block was mined on January 3, 2009.
Governance
The mechanisms by which protocol changes are decided — typically via token-holder votes in DAO structures. Approaches: on-chain votes (binding, gas-costly), off-chain snapshots (signalling, cheap), delegated voting (token holders delegate to representatives), multi-chamber (Optimism Collective's Token House + Citizen House). Governance attacks (Beanstalk $182M) exploit weaknesses in vote weighting or timing.
Governance Attack
An exploit where an attacker accumulates enough governance-token voting power to pass a malicious proposal — typically draining the protocol's treasury, minting unlimited tokens, or upgrading contracts to attacker-controlled addresses. The Beanstalk Farms attack in April 2022 ($182 million) used a flash loan to borrow enough BEAN governance tokens to push an emergency proposal that transferred the protocol's treasury to the attacker, all within a single transaction. Defences include token-holding timelocks on voting power, mandatory delay between proposal and execution, and emergency veto mechanisms held by a multisig.
Governance Proposal
A formal request submitted to a Decentralized Autonomous Organization (DAO) proposing a specific change to a protocol's parameters, treasury allocation, code upgrades, or operational policies. Governance proposals typically follow a lifecycle: discussion on a forum, a temperature check (non-binding poll), a formal on-chain or snapshot vote, and execution if passed. Token holders vote with their governance tokens, and proposals must meet quorum and approval thresholds to pass. Major DeFi protocols like Uniswap, Aave, and Compound are governed entirely through this process.
Governance Token
A cryptocurrency that grants holders voting rights over a protocol's development decisions, such as fee changes, treasury spending, or new feature proposals. Examples include UNI (Uniswap), AAVE, and MKR (MakerDAO). Governance tokens aim to decentralize protocol control.
H
Halving
A pre-programmed event in Bitcoin's protocol that cuts the block mining reward in half approximately every four years (every 210,000 blocks). Halvings reduce the rate at which new BTC enters circulation, enforcing Bitcoin's fixed supply of 21 million coins. The most recent halving in April 2024 reduced the block reward from 6.25 BTC to 3.125 BTC, and each halving has historically preceded significant bull market cycles.
Hard Fork
A non-backward-compatible blockchain upgrade creating a permanent chain split. Nodes that don't upgrade follow old rules on a separate chain. Famous hard forks: Ethereum/Ethereum Classic (2016 DAO hack) and Bitcoin/Bitcoin Cash (2017 block size debate). Contentious forks result in two competing chains.
Hardware Wallet
A physical device designed to store cryptocurrency private keys in a secure, offline chip. Transactions are signed on the device itself, so the private key never touches an internet-connected computer. Ledger and Trezor are the most popular hardware wallet brands.
Hardware Wallet
A physical device that stores cryptocurrency private keys offline, isolated from internet-connected computers. Hardware wallets sign transactions internally and never expose keys to your computer, making them immune to malware and remote hacking. Ledger and Trezor are the most popular brands. Considered the gold standard for securing significant holdings.
Hash
A fixed-length alphanumeric string produced by a cryptographic function that takes arbitrary input data. Hashes are deterministic (same input always produces the same output) and one-way (practically impossible to reverse). They are fundamental to blockchain integrity and proof-of-work mining.
Hash Rate
The total computational power being used to mine and process transactions on a proof-of-work blockchain, measured in hashes per second. Bitcoin's hash rate is typically measured in exahashes per second (EH/s), representing quintillions of hash computations per second. A higher hash rate indicates greater network security, as it becomes exponentially more expensive for any single entity to control 51% of the network's computing power.
HD Wallet
Hierarchical Deterministic Wallet — a wallet whose private keys are all derived from a single master seed via BIP-32. Nearly every modern non-custodial wallet (hardware and software) is an HD wallet. The practical consequence: one seed phrase backs up every address and every chain the wallet supports.
HIFO
Highest-In, First-Out — a cost-basis accounting method that assumes the units sold are the ones with the highest acquisition cost. For crypto in rising markets, HIFO minimises reported gains (by matching disposals against the most expensive units acquired) and is therefore often the lowest-tax method where it's permitted. HIFO is typically only available under specific-identification rules where the taxpayer can demonstrate they tracked the exact lot disposed. Not all jurisdictions allow HIFO; check the specific rules in yours, and consult a tax professional.
HODL
Originally a misspelling of "hold" from a 2013 Bitcoin forum post, now a widely used term meaning to hold a cryptocurrency long-term regardless of price volatility. The philosophy emphasizes conviction over short-term trading.
Homomorphic Encryption
Encryption that lets computations run directly on encrypted data, producing an encrypted result that decrypts to the correct answer — the server never sees the plaintext. Fully homomorphic encryption (FHE) enables confidential smart contracts on transparent chains (Zama's fhEVM, Fhenix). It is real but historically very slow (bootstrapping overhead); blockchain systems pair it with threshold decryption so no single party holds the key.
Honeypot
A malicious token smart contract designed to allow users to buy but prevent them from selling. The contract's code contains hidden restrictions — such as a blacklist that blocks all addresses except the deployer from selling, an extremely high sell tax (99-100%), or a function that pauses selling after a set period — that trap buyers' funds. Honeypots are a common scam on decentralized exchanges and can be identified using contract analysis tools like Token Sniffer, GoPlus Security, or Honeypot.is before purchasing.
Hot Wallet
A cryptocurrency wallet that is connected to the internet, such as a browser extension, mobile app, or exchange account. Hot wallets are convenient for frequent trading and dApp interaction but are more vulnerable to hacking, phishing, and malware compared to cold storage.
HTLC
Hash Time-Locked Contract — a smart contract construction that requires the counterparty to reveal a preimage (secret) or forfeit funds after a timeout. Foundation of Lightning multi-hop routing (ensures atomic payment across all hops) and atomic swaps (Bitcoin ↔ Monero, others). Enables trust-minimised conditional payments without on-chain smart contracts.
I
IBC
Inter-Blockchain Communication — Cosmos's cross-chain messaging protocol. Uses light client verification with cryptographic proofs (no wrapped assets). Most production-tested cross-chain protocol; operating since 2021 across dozens of Cosmos chains. Different from bridges: direct cryptographic verification rather than trusted custodians. IBC's adoption outside Cosmos has been limited despite technical superiority.
Immutable Contract
A smart contract whose code cannot be changed after deployment — no admin keys, no proxy, no upgrade path. Immutable contracts have a strong safety property: users can audit once and rely on that forever. Trade-off: bugs cannot be fixed, and protocol evolution requires a full redeployment with user migration. Many highly-trusted protocols (Uniswap V2, original MakerDAO, Liquity) chose immutability for the trust properties.
Impermanent Loss
The temporary reduction in value that liquidity providers experience when the price ratio of their deposited token pair changes compared to simply holding the tokens. The loss becomes permanent only when the LP withdraws while prices are diverged. The greater the price divergence, the larger the impermanent loss. For example, if you provide ETH/USDC liquidity and ETH doubles in price, you would have been better off simply holding — the AMM automatically rebalances by selling your appreciating asset. Concentrated liquidity positions (Uniswap v3) amplify both fees earned and impermanent loss. Many LPs underestimate this risk: studies show the majority of Uniswap v3 LPs lose money after accounting for impermanent loss versus simply holding.
Impersonation
A scam pattern where an attacker pretends to be a trusted person or organisation to trick victims into sending funds or revealing credentials. Common in crypto: fake Elon Musk giveaways, fake exchange support, fake influencer accounts, fake project founders. The 'send 0.1 BTC and receive 1 BTC back' variants are canonical impersonation scams. Verify identity through multiple channels before acting on urgent requests.
Implied Volatility
The market's forecast of future volatility, derived backwards from option prices. When IV is high, options are expensive; when low, cheap. Crypto IV (60-80% annualised for BTC) runs 3-5x equity IV (15-20% for SPY). The 'vol risk premium' — gap between IV and subsequently realised vol — is what option sellers earn over time. Reading the IV surface across strikes and expiries reveals market positioning.
Inclusion List
A mechanism letting the decentralised validator set specify transactions a block builder must include, so a few centralised builders can't quietly censor valid, fee-paying transactions by omitting them. Modern designs (e.g. FOCIL, EIP-7805) spread the power to build the list across many validators so the mechanism itself resists capture. It upgrades censorship resistance from 'included eventually if some builder is honest' to 'inclusion enforced by the validator set'.
Infinite Approval
When interacting with DeFi, you may approve 'unlimited' token spending for a smart contract. This means it can transfer any amount from your wallet without further permission. If the protocol is compromised, all approved tokens can be drained. Use Revoke.cash to check and revoke unnecessary approvals.
Inflation
The rate at which new token supply enters circulation. Bitcoin's inflation drops via halvings (~4-year cycles); Ethereum's is bounded by staking issuance minus EIP-1559 burns (recently near zero or negative). Token inflation dilutes existing holders; excessive inflation is a common failure mode of yield-farming protocols where emissions outpace demand.
Institutional Investor
Large-capital financial entities — pension funds, endowments, hedge funds, asset managers, sovereign wealth funds. Historically underexposed to crypto; ETF approvals (2024) and improved custody infrastructure have driven meaningful institutional adoption. Institutional flows via ETFs have been a major driver of 2024-2025 crypto markets, though much is basis trade rather than directional.
Intent
A signed message expressing what outcome a user wants (e.g., 'swap 1 ETH for at least 3,500 USDC') without specifying how to achieve it. Intents shift execution complexity from users to specialized solvers who compete to find the best path. Intent-based architectures are emerging as a UX improvement over manual transaction construction.
Internal Transaction
A value transfer or contract call that happens inside another transaction, executed by smart-contract code rather than initiated directly by an externally-owned account. Internal transactions are not separately recorded on the blockchain (they exist only as part of their parent transaction's execution trace), but block explorers reconstruct them from the trace and display them as 'internal txns' on address pages. They are essential for tracking funds through multi-step DeFi interactions, drainer-contract flows, and any complex on-chain activity.
K
KYC
Know Your Customer — a regulatory process requiring financial services to verify the identity of their users, typically via government-issued ID and proof of address. Most centralized crypto exchanges require KYC compliance before allowing trading or fiat withdrawals.
KZG Commitment
A polynomial commitment scheme (Kate–Zaverucha–Goldberg) that commits to a whole polynomial (and the data it encodes) in one small value and proves facts about it — like an evaluation at a point — with constant-size proofs and cheap verification, however large the data. It's the shared engine behind PLONK-style SNARKs, danksharding blobs, and verkle trees. The cost is a trusted setup (mitigated by large multi-party ceremonies) and reliance on elliptic-curve pairings that are not post-quantum secure.
L
Layer 0
The foundational infrastructure layer beneath Layer 1 blockchains that provides cross-chain communication, shared security, or modular frameworks for launching new chains. Examples include Polkadot, Cosmos, and LayerZero. Layer 0 protocols aim to solve blockchain interoperability by connecting otherwise isolated networks.
Layer 1
The base blockchain network that processes and finalizes transactions on its own, such as Bitcoin, Ethereum, or Solana. Layer 1s define the consensus mechanism, security guarantees, and core functionality. They face the "blockchain trilemma" of balancing scalability, security, and decentralization.
Layer 2
A secondary protocol built on top of a Layer 1 blockchain to improve scalability and reduce transaction costs. Layer 2s process transactions off the main chain and periodically settle them back to L1 for security. Prominent examples include Arbitrum, Optimism, Base, and zkSync on Ethereum.
Leverage
A trading mechanism that allows users to control a larger position than their deposited capital by borrowing funds. For example, 10x leverage means a $100 deposit controls a $1,000 position. While leverage amplifies gains, it equally amplifies losses and dramatically increases liquidation risk.
Light Client
A blockchain node that downloads only block headers instead of full block data, relying on full nodes for transaction verification. Light clients require minimal storage and bandwidth, making them suitable for mobile devices and browsers. They sacrifice some trustlessness for practicality.
Limit Order
A trade instruction to buy or sell an asset at a specific price or better, rather than at the current market price. On centralized exchanges, limit orders sit in the order book until they are filled. In DeFi, limit orders are typically implemented through specialized protocols or DEX features since standard AMMs only support market swaps.
Liquid Restaking Token
A token representing staked ETH that has been restaked on EigenLayer or similar protocols to secure additional services (AVSs). LRTs like eETH (ether.fi) and pufETH (Puffer) give holders exposure to both base staking yields and restaking rewards while maintaining liquidity. LRTs add another layer of smart contract risk on top of regular liquid staking.
Liquid Staking Token
A tradeable receipt token representing a staked position. Deposit ETH to Lido and receive stETH — the stETH accrues staking rewards while being freely transferable, usable as DeFi collateral, etc. Major LSTs: Lido stETH (largest), Rocket Pool rETH, Coinbase cbETH, Frax sfrxETH, Mantle mETH. Solves the 'staked ETH is locked' problem. Lido's >30% market share has been a community concern for Ethereum decentralisation.
Liquidation
The forced closure of a leveraged or collateralized position when the value of the collateral falls below the protocol's required threshold. In DeFi lending protocols like Aave and Compound, anyone can trigger a liquidation and receive a discount on the seized collateral as a reward. Liquidation cascades during market crashes can amplify price declines.
Liquidation Cascade
A chain reaction of forced position closures in DeFi lending or leveraged trading. When a large position is liquidated, forced selling pushes prices lower, triggering more liquidations in a destructive feedback loop. The May 2021 and November 2022 crashes involved massive liquidation cascades.
Liquidity
The ease with which a cryptocurrency can be bought or sold without significantly affecting its price. High liquidity means there are many buyers and sellers, resulting in tight bid-ask spreads. Low liquidity increases the risk of slippage.
Liquidity Mining
A DeFi incentive mechanism where protocols distribute their native governance tokens to users who provide liquidity to specific pools. Liquidity mining supercharges yield farming by adding token rewards on top of trading fees. The strategy was popularized by Compound's COMP distribution in 2020 and kicked off the 'DeFi Summer' boom.
Liquidity Pool
A smart contract holding a pair of tokens that enables decentralized trading. Users deposit equal values of two tokens into the pool and receive LP (liquidity provider) tokens in return. They earn a share of trading fees proportional to their contribution.
Loan-to-Value
The ratio between the amount borrowed and the value of the collateral deposited, expressed as a percentage. In DeFi lending, a typical maximum LTV is 75-80%, meaning you can borrow up to 75-80% of your collateral's value. If the LTV exceeds the liquidation threshold due to collateral price decline, the position is automatically liquidated to protect the protocol.
LP Token
A token received by liquidity providers when they deposit assets into a liquidity pool, representing their proportional share of the pool. LP tokens can be redeemed for the underlying assets plus accumulated trading fees. They are also commonly used as collateral in yield farming to earn additional protocol rewards.
M
Mainnet
The primary, live blockchain network where real transactions with actual value are recorded. A mainnet launch is a major milestone indicating that a blockchain project is fully operational. Before mainnet, projects typically run on a testnet for development and debugging.
Margin
The collateral a trader deposits to open a leveraged position, representing a fraction of the total position size. In crypto margin trading, if the position moves against the trader beyond a certain threshold, the margin is liquidated. Margin requirements vary by exchange and asset volatility.
Market Cap
The total market value of a cryptocurrency, calculated by multiplying the current price by the circulating supply. Market cap is the primary metric for ranking cryptos by size, with Bitcoin typically holding the largest market cap.
Market Maker
An entity that provides liquidity to a market by continuously quoting buy and sell prices, profiting from the spread between them. In crypto, market makers operate on centralized exchanges (using order books) and decentralized exchanges (by providing liquidity to AMM pools). Professional market makers like Wintermute, Jump Trading, and GSR play a critical role in maintaining liquid and efficient crypto markets.
Memecoin
A token whose value is driven by community attention, humour, and speculation rather than by a technical product or cash flow. Ranges from established coins like Dogecoin and Shiba Inu to the flood of one-click launchpad tokens created via bonding curves. The overwhelming majority go to zero, often within hours, and the category concentrates rug pulls, pump-and-dumps, and sniper-bot activity.
Mempool
The 'memory pool' of transactions that have been broadcast to a blockchain but not yet included in a block. Every node maintains its own view of the mempool; public mempool transactions are visible to anyone running a node, which is the foundation of MEV (front-running, sandwich attacks). Private mempools (Flashbots Protect, MEV-Share) submit transactions directly to block builders to avoid public-mempool visibility. The mempool is also the inspection point for fee estimation and pending-transaction monitoring.
Merkle Proof
A cryptographic proof that a specific piece of data is included in a Merkle tree without needing to download the entire tree. Merkle proofs enable light clients to verify transactions are included in blocks, allow efficient state verification in rollups, and are fundamental to how blockchains ensure data integrity with minimal data.
Merkle Tree
A binary tree data structure in which every leaf node contains the hash of a transaction and every non-leaf node contains the hash of its two children. This allows efficient and secure verification that a specific transaction is included in a block without downloading the entire block.
Metadata
The descriptive information associated with an NFT, including its name, description, image URL, and traits. Metadata can be stored on-chain (fully decentralized) or off-chain (on IPFS or centralized servers). The reliability of metadata storage affects the long-term durability of an NFT.
MEV
Maximal Extractable Value — the profit that block producers (miners or validators) can extract by reordering, inserting, or censoring transactions within a block. MEV strategies include arbitrage, liquidations, and sandwich attacks. MEV is a fundamental property of blockchains with programmable transaction ordering and has spawned an entire ecosystem of searchers, builders, and relays.
MiCA
Markets in Crypto-Assets — the European Union's comprehensive regulatory framework for crypto assets, which took full effect in late 2024. MiCA establishes licensing requirements for crypto service providers, reserve rules for stablecoin issuers, and consumer protection standards across all EU member states.
Mining
The process of using computational power to validate transactions and create new blocks on a Proof of Work blockchain. Miners run specialized hardware (ASICs for Bitcoin, GPUs for others) that repeatedly solves mathematical puzzles. The first miner to find the solution earns the block reward (currently 3.125 BTC for Bitcoin) plus transaction fees. Mining secures the network but requires significant electricity.
Mining Pool
A group of cryptocurrency miners who combine their computational resources (hash power) over a network to increase their chances of finding a block and earning the reward. When the pool successfully mines a block, the reward is distributed among participants proportional to their contributed hash power. Mining pools make mining more predictable for individual participants, as solo mining a coin like Bitcoin has become impractical for all but the largest operations.
Minting
The process of creating a new token or NFT on a blockchain by writing it to a smart contract. When an NFT is minted, its metadata and ownership record are permanently inscribed on-chain. Minting typically requires paying a gas fee to cover the transaction cost.
Mixer
A privacy protocol that mixes deposits from many users, breaking on-chain links between deposit and withdrawal addresses. Tornado Cash was the largest crypto mixer before OFAC sanctions (August 2022). Wasabi and Samourai are Bitcoin CoinJoin-style mixers. Mixers face substantial regulatory scrutiny; several operators have faced criminal charges (Tornado developers, Samourai).
Mnemonic
A human-readable encoding of a seed as a sequence of 12, 18, or 24 words drawn from the BIP-39 word list. The mnemonic is what users actually write down — but cryptographically it is just the entropy plus a checksum, encoded in a memorable form. Two wallets given the same mnemonic and (optional) passphrase derive identical keys.
Modular Blockchain
A blockchain architecture that splits the four core jobs — execution, settlement, consensus, and data availability — across specialised, cooperating layers rather than doing them all in one integrated system (the 'monolithic' approach). The rollup-centric design is the main example: rollups execute, a base layer settles/orders, and a DA layer (e.g. Celestia) guarantees data is published. Modularity buys independent scaling and shared security at the cost of fragmented liquidity, cross-layer trust, and weaker synchronous composability.
Money Mule
A person — sometimes a willing accomplice, often a victim themselves — used to move stolen funds through their own bank or exchange account to obscure the origin. In crypto scams, mules typically receive 'investment returns' or 'sales proceeds' into their accounts and forward them on, taking a small cut. Even unwitting mules face criminal liability in most jurisdictions because banks and prosecutors look at the account holder, not the beneficial owner. Any request to receive money on someone else's behalf — regardless of how plausible the cover story — is the textbook recruitment pattern.
Moon
Crypto slang for a dramatic price increase — 'going to the moon.' Used as a verb ('this token is mooning') and aspiration ('when moon?'). Most tokens that appear to moon quickly often crash equally fast. Not a sound basis for investment decisions.
Move Resource
A first-class type in the Move smart contract language (Aptos, Sui) that represents an asset. Resources can't be copied or accidentally destroyed — only moved between owners. This eliminates whole bug classes (double-spending, accidental burn) at compile time rather than via runtime checks. Move originated at Facebook for Diem; Aptos and Sui inherited it after Diem shut down. Resource semantics are the source of Move's strong safety story.
Moving Average
A technical analysis indicator that smooths price data by averaging over a rolling window. Common variants: simple moving average (SMA — arithmetic mean), exponential moving average (EMA — weights recent prices higher). Commonly-cited crypto MAs: 20-day, 50-day, 200-day. Crossovers (e.g., 50-day above 200-day = 'golden cross') are traditional trend signals; empirical predictive value is contested.
MPC
Multi-Party Computation. A cryptographic technique letting N parties jointly compute a function on inputs they each keep private. Threshold signatures are one application — Fireblocks, ZenGo, Lit Protocol, and modern institutional custodians use MPC so no single party holds the full private key. The resulting on-chain signature looks identical to a single-key signature; the privacy and gas advantages over on-chain multi-sig are significant.
Multi-Sig
A multi-signature wallet that requires two or more private key holders to approve a transaction before it can be executed. Multi-sig setups (e.g., 2-of-3 or 3-of-5) are widely used by DAOs, treasuries, and security-conscious individuals to protect against single points of failure.
Multisig Wallet
A cryptocurrency wallet requiring multiple private key signatures to authorize a transaction. Common configurations include 2-of-3 (any 2 of 3 keyholders must approve) or 4-of-7. Multisig wallets are the standard for DAOs, corporate treasuries, and teams managing shared funds. Safe (formerly Gnosis Safe) is the most widely used multisig, securing over $100 billion in assets.
N
NFT
Non-Fungible Token — a unique digital asset stored on a blockchain that represents ownership of a specific item such as art, music, in-game items, or real-world assets. Unlike fungible tokens (where each unit is interchangeable), each NFT has distinct metadata and cannot be swapped 1:1 with another.
Node
A computer running blockchain software that maintains a copy of the ledger and participates in validating and relaying transactions. Full nodes store the entire blockchain history, while light nodes store only block headers and request data as needed.
Non-Custodial Wallet
A wallet where the user retains full control of their own private keys, with no third party able to access or freeze their funds. Non-custodial wallets include hardware wallets (Ledger, Trezor) and software wallets (MetaMask, Phantom). They provide sovereignty but require the user to safeguard their seed phrase.
Nonce
A sequential number assigned to each transaction from an Ethereum account, starting from zero. The nonce ensures transactions are processed in order and prevents replay attacks. If a transaction gets stuck, you can replace it by sending a new transaction with the same nonce but higher gas price.
Nullifier
A unique value derived from a secret, published when the secret is 'spent', that marks it as used without revealing which commitment it corresponds to. In privacy systems (mixers, shielded pools), commitments hide assets while nullifiers prevent double-spending them anonymously; the same idea enforces 'one anonymous action per secret' in private voting, proof-of-personhood, and airdrops. Nullifiers must be uniquely and deterministically derived yet unlinkable to outsiders — subtle to get right.
O
Omnichain
A design pattern enabling protocols and tokens to operate seamlessly across multiple blockchains through unified messaging layers. Omnichain tokens (e.g., OFT standard via LayerZero) can be natively transferred between chains without traditional lock-and-mint bridges, reducing fragmentation and bridging risk.
OP Stack
Optimism's open-source framework for deploying optimistic rollups. Used by Base (Coinbase), Zora Network, World Chain, Mode, and many others. The Superchain is the family of OP Stack chains that share security infrastructure and pay a 15% sequencer-fee tax to the Optimism Collective. Modular architecture: execution (op-geth), consensus (op-node), settlement (dispute games on L1), and DA (Ethereum or alt-DA) are all swappable.
Opcode
A single low-level instruction in the Ethereum Virtual Machine, such as ADD, SLOAD (storage read), CALL (external call), or KECCAK256 (hash). Each opcode has a fixed gas cost defined by the protocol. Solidity source code compiles down to a sequence of opcodes the EVM executes; reading a contract's bytecode means reading its opcode stream. Reference at evm.codes.
Optimistic Rollup
A layer-2 scaling solution where transactions are assumed valid unless someone proves otherwise via a fault proof. Arbitrum and Optimism (OP Mainnet) are the dominant production examples; Base, Blast, Mantle, and many others are also optimistic rollups. The 7-day withdrawal delay is the trade-off — fast and EVM-equivalent in execution, but exits to L1 wait for the challenge window. Cheaper than ZK rollups in proving cost, with weaker cryptographic security guarantees.
Oracle
A service that provides smart contracts with access to external, off-chain data such as asset prices, weather information, or sports results. Since blockchains are isolated systems that cannot natively access the outside world, oracles serve as the critical bridge between on-chain and off-chain environments. Chainlink and Pyth Network are leading oracle providers.
Oracle Attack
An exploit that manipulates the price source a smart contract relies on to make financial decisions. Classic pattern: protocol prices an asset from a single AMM's spot reserves, attacker uses a flash loan to temporarily move those reserves, protocol values collateral at the inflated price, attacker borrows against it and exits. Defences include time-weighted average prices (TWAPs), multi-source aggregation (Chainlink, Pyth), staleness checks, and circuit breakers. Mango Markets, Inverse Finance, Cream Finance, bZx, and many others have lost funds to this pattern.
Order Types
Methods for executing trades. Market orders execute immediately at the best price (fast but may have slippage). Limit orders execute only at your price or better (precise but may not fill). Stop-loss triggers a sell when price drops to your threshold. On DEXs, most swaps are effectively market orders with slippage tolerance.
Ordinals
Casey Rodarmor's January 2023 protocol for numbering individual satoshis (the 100,000,000th of a Bitcoin) and inscribing arbitrary data (images, text, JSON) onto them. Inscriptions live in Bitcoin's witness data — content is embedded directly in the blockchain, not off-chain. Within months of launch, Ordinals grew to billions in trading volume. The successor protocol Runes (April 2024) is more efficient for fungible tokens.
Over-Collateralization
A lending mechanism where the borrower must deposit collateral worth more than the loan amount, typically 120-200% of the borrowed value. Over-collateralization is the standard model in DeFi lending (Aave, Compound, MakerDAO) because there is no credit scoring or legal recourse for default. If the collateral ratio drops below the liquidation threshold, the position is automatically liquidated.
Overcollateralized
A loan backed by collateral worth more than the amount borrowed — the standard model for DeFi lending (e.g. post $150 of ETH to borrow $100 of stablecoin). The collateral sits in the smart contract and is auto-liquidated if its value falls too far, protecting the protocol from loss without trusting the borrower's creditworthiness. This design is why major DeFi lenders survived the 2022 CeFi lending collapses.
P
P2P Exchange
A peer-to-peer exchange that matches individual buyers and sellers directly rather than custodying everyone's funds, using multisig escrow and reputation to keep trades honest. Examples: Bisq (decentralised desktop app over Tor) and Hodl Hodl (web-based, non-custodial). Removes central-custody risk but carries direct counterparty exposure, thinner liquidity, and fraud concentrated on the reversible fiat leg.
Paper Hands
Crypto slang for someone who sells at the first sign of a price decline. While mocked in crypto communities, selling to protect against losses is a legitimate risk management strategy used by professional traders.
Paper Wallet
A form of cold storage where the private key and public address are printed or written on a physical piece of paper. While fully offline, paper wallets are fragile, difficult to use securely, and have largely been replaced by hardware wallets as the preferred cold storage method.
Parachain
Polkadot's model for parallel chains with shared security. Each parachain has its own state and executes transactions independently, but Relay Chain validators verify all parachain blocks. Original slot auctions required 2-year DOT locks; transitioning to agile coretime market. XCM enables cross-parachain messaging. Different scaling model than Ethereum rollups or Cosmos IBC.
Passkey
A cryptographic authentication credential based on the FIDO2/WebAuthn standard that uses biometrics (fingerprint, face) or device PINs instead of passwords. In the context of crypto, passkeys are being integrated into smart contract wallets to enable secure, seedless wallet authentication. Users can sign transactions with a fingerprint or face scan instead of managing private keys or seed phrases.
Passphrase
An optional user-chosen string combined with a BIP-39 seed (as the PBKDF2 salt) to derive an entirely different wallet. Sometimes called the '25th word.' A passphrase enables hidden / decoy wallets and adds a factor an attacker must obtain on top of the seed. If forgotten, the funds derived under it are unrecoverable — the passphrase is not stored anywhere.
PayFi
Short for Payment Finance, PayFi describes the emerging convergence of traditional payment systems and decentralized finance protocols. PayFi encompasses stablecoin-based payment rails, programmable payments via smart contracts, yield-bearing merchant settlement accounts, and the broader trend of embedding DeFi functionality into everyday payment flows. The concept gained significant traction in 2025-2026 as companies like Stripe, PayPal, and Square integrated stablecoin payment acceptance alongside traditional card processing.
Paymaster
In ERC-4337 account abstraction, a contract that pays the gas for a user operation — either sponsoring it (making a transaction feel free, an app-funded subsidy) or letting the user pay fees in an ERC-20 token instead of the native coin (with a spread). Works alongside bundlers (which relay user operations to the EntryPoint). Paymasters are what enable gasless and pay-in-stablecoin UX.
Payment Channel
Two parties open a channel by locking funds on-chain; they exchange payments off-chain by signing updated channel states; when done, they close the channel on-chain. Enables essentially unlimited off-chain transaction throughput with strong cryptographic security. Lightning Network is Bitcoin's payment channel implementation. Multi-hop routing enables payments through connected channel graphs.
Peg
A stablecoin's target price relationship to its reference asset (typically 1:1 to the US dollar). 'On peg' means trading at or near the target; 'depegged' means the market price has deviated meaningfully. Peg maintenance mechanisms vary: fiat reserves (USDT/USDC), over-collateralised crypto (DAI/USDS), delta-neutral hedging (Ethena sUSDe), algorithmic (Terra UST — collapsed May 2022). Depeg events cascade through DeFi via forced liquidations.
Permit
A token standard allowing approvals via off-chain signatures instead of on-chain transactions. Gas-efficient, but exploited in phishing — victims sign what looks harmless but authorizes token transfers. Never sign Permit messages from untrusted sources.
Perpetual Futures
A type of derivatives contract that allows traders to speculate on an asset's price without an expiration date, unlike traditional futures. Perpetual futures use a funding rate mechanism to keep the contract price anchored to the spot price. They are the most traded instrument in crypto, with daily volumes often exceeding spot markets.
Phishing
A social engineering attack in which a scammer impersonates a legitimate entity — via fake websites, emails, or messages — to trick victims into revealing private keys, seed phrases, or login credentials. Phishing is the single most common attack vector in crypto and has become increasingly sophisticated with AI-generated content.
Pig Butchering
A long-running social-engineering fraud where the attacker builds a weeks-or-months romantic or friendship relationship with the victim before introducing a fake crypto-investment opportunity. The victim is shown small fabricated 'profits' to build trust, encouraged to deposit progressively larger amounts on a controlled platform, then locked out once the deposits stop. The FBI's IC3 reports billions of US dollars in annual losses from this single pattern, mostly run by organised teams operating from Southeast Asia. The crucial defensive cue is that no genuine investment opportunity arrives via unsolicited contact and an unsolicited platform.
Plausible Deniability
The property that an attacker who compels a user to unlock a wallet cannot prove a hidden wallet exists behind a BIP-39 passphrase. Useful against attackers who do not already know hidden wallets are possible. Less useful against attackers who do, because they can simply demand 'the next one' until the victim runs out of credible answers.
Points
Off-chain loyalty scores awarded by protocols to incentivize early usage before a token launch. Points typically signal a future airdrop allocation, though conversion ratios are rarely guaranteed. The points meta has driven significant TVL growth but also created mercenary capital that exits after token distribution.
Points Program
A pre-token incentive where a protocol rewards usage (deposits, trades, referrals) with 'points' that strongly imply a future token airdrop. Points let projects bootstrap usage while deferring token decisions, but they are a discretionary IOU — the conversion rate, value, and even whether a token launches are at the project's discretion. Farming points is speculative, capital-at-risk work, not guaranteed income.
Polynomial Commitment
A commitment scheme that represents data as a mathematical polynomial and commits to it in a single value, enabling small proofs about the data (e.g. its value at a given point) without revealing all of it. Polynomial commitments (KZG being the most-used in crypto; FRI-based ones power STARKs) are a workhorse of modern zero-knowledge proofs and data-availability schemes, prized when proofs must stay small as the underlying data grows.
Poseidon
An 'arithmetic-friendly' hash function designed for efficient computation inside zero-knowledge proof circuits. SHA-256 and Keccak-256 use bitwise operations that translate badly to circuits — a single SHA-256 evaluation costs tens of thousands of constraints. Poseidon uses field-friendly operations (additions and powers) that are 10-100x cheaper inside proofs. Used by zkSync, Polygon zkEVM, Filecoin proofs, and most modern ZK systems.
Position Sizing
The process of determining how much capital to allocate to a single investment or trade relative to your total portfolio. Proper position sizing ensures that no single losing trade or failed investment can cause catastrophic damage to overall wealth. A common framework allocates larger positions (50-70%) to high-conviction, established assets and smaller positions (5-15%) to speculative bets. The core principle: never size a position so large that its total loss would meaningfully impact your financial well-being.
Prediction Market
Exchanges where users trade contracts that pay out based on real-world events. Polymarket (crypto, ~$3B+ 2024 election volume), Augur (original on-chain), Kalshi (US-regulated centralised). YES/NO outcome shares; prices interpreted as market-estimated probabilities. Oracle resolution is critical infrastructure. Empirically have outperformed polls in many contexts but reflect participant beliefs, not absolute truth.
Privacy Coin
Cryptocurrencies designed with structural privacy for transactions. Monero (XMR) has mandatory privacy via ring signatures + stealth addresses + Bulletproofs. Zcash (ZEC) has optional shielded transactions via zk-SNARKs. Dash's PrivateSend is a weaker CoinJoin approach. Regulatory environment is progressively hostile — multiple exchanges have delisted Monero.
Private Key
A secret cryptographic string that proves ownership of a blockchain address and authorizes transactions. Anyone with access to a private key has complete control over the associated funds. Private keys must never be shared, stored in plain text, or transmitted over the internet.
Private Mempool
A transaction submission channel that bypasses the public mempool, sending transactions directly to block builders or validators to prevent front-running and sandwich attacks. Services like Flashbots Protect, MEV Blocker, and various RPC endpoints offer private mempool access, shielding users from MEV extraction. By keeping transactions invisible until they are included in a block, private mempools significantly reduce the value leaked to searchers and bots.
Proof of History
Solana's mechanism for creating a cryptographic proof of the passage of time between events without validator coordination. Uses a verifiable delay function producing a sequential hash chain. Combined with Proof of Stake for block finality. PoH is one of the key architectural innovations enabling Solana's high throughput; it doesn't replace consensus but reduces coordination overhead.
Proof of Personhood
Establishing that a unique, real human is behind an account — without necessarily revealing who they are — to resist Sybil attacks where one actor creates many fake identities. Approaches include biometrics (e.g. World), social graphs/webs of trust, and in-person events, each trading among scalable uniqueness, privacy, and decentralisation. It proves uniqueness, not identity or good behaviour, and is not perfectly Sybil-proof (verifications can be sold or coerced). Underpins fair airdrops, one-person-one-vote governance, and quadratic funding.
Proof of Reserves
Cryptographic evidence that an exchange or custodian controls the assets it claims, usually via a Merkle-tree attestation letting each customer verify inclusion in the total. Critically, proof of reserves proves assets, not liabilities — an exchange can hold a billion while owing two. Meaningful PoR pairs the asset attestation with a liabilities attestation and a third-party audit; asset-only proofs can be theatre.
Proof of Space
A consensus/Sybil-resistance mechanism where participants dedicate disk storage (rather than energy as in proof of work, or capital as in proof of stake) to secure the network — the basis of chains like Chia, often combined with a time element (proof of space-and-time). It aims to be greener than proof of work, but has its own hardware and centralisation dynamics. One of several alternative consensus mechanisms beyond PoW/PoS.
Proof of Stake
A consensus mechanism where validators lock up cryptocurrency as collateral to participate in block production. Validators are selected based on their stake amount and earn rewards for honest behavior. Malicious validators have their stake slashed (confiscated). PoS uses 99.95% less energy than Proof of Work and is now used by Ethereum, Solana, Cardano, and most modern blockchains.
Proof of Work
A consensus mechanism where miners compete to solve complex mathematical puzzles to validate transactions and create new blocks. The first miner to solve the puzzle earns the block reward. PoW is extremely secure but energy-intensive — Bitcoin's network consumes more electricity than many countries. Ethereum used PoW until transitioning to Proof of Stake in September 2022.
Proposer-Builder Separation
An Ethereum protocol design separating block proposing (validators) from block building (specialized builders). Prevents validators from extracting MEV directly and creates a competitive market for block construction, making the network fairer for regular users.
Proto-Danksharding
An Ethereum upgrade (EIP-4844) that introduced blob-carrying transactions as a stepping stone toward full danksharding. Proto-danksharding creates a new transaction type that carries large data blobs with a separate fee market, dramatically reducing the cost for Layer 2 rollups to post data to Ethereum. It went live in Ethereum's Dencun upgrade in March 2024 and reduced L2 fees by 90-99%.
Protocol-Owned Liquidity
A DeFi model where protocols own their own trading liquidity instead of renting it from liquidity providers through token emission incentives. Pioneered by OlympusDAO in 2021, POL uses bonding mechanisms to acquire LP tokens from users at a discount. This gives protocols permanent liquidity that does not disappear when incentives dry up, solving the mercenary capital problem that plagued early DeFi liquidity mining.
Proxy Contract
A contract that forwards (delegates) calls to a separate implementation contract, allowing the underlying logic to be upgraded without changing the address users interact with. Common patterns include OpenZeppelin's Transparent Proxy and UUPS (Universal Upgradeable Proxy Standard). The user-facing address holds the proxy; the actual logic lives at an implementation address that can be replaced by an admin. Etherscan's 'verified contract' label on a proxy means the proxy code is verified — not necessarily the implementation. Always check both the proxy and the current implementation when evaluating any upgradeable contract.
Proxy Pattern
An architectural pattern for upgradeable smart contracts. A 'proxy' contract holds the storage and is the address users interact with; it forwards every call via `delegatecall` to an 'implementation' contract that holds the code. Upgrading means deploying a new implementation and pointing the proxy at it — storage is preserved. Common variants are transparent proxies (older OpenZeppelin default) and UUPS proxies (modern default). Introduces a new bug class: storage layout collisions across versions.
Public Key
A cryptographic key derived from a private key that can be freely shared. Public keys are used to generate wallet addresses and verify digital signatures. While public keys are visible to everyone, they cannot be reverse-engineered to reveal the private key.
Pump and Dump
A coordinated scheme where a group inflates a token's price via hyped promotion and coordinated buying (pump), then sells into the inflated price (dump), leaving late buyers holding losses. Common in low-cap tokens and memecoins. Often organised in Telegram/Discord groups with paid influencer promotion. Regulators treat this as market manipulation; multiple SEC and DOJ enforcement actions have targeted crypto pump-and-dump operators.
Pump and Listing
The pattern where a token rises sharply in the hours or days before a major exchange (Coinbase, Binance, etc.) lists it, then collapses after listing as insiders distribute to the influx of new buyers. Sometimes called the 'Coinbase effect' or 'listing pump.' The dynamic is partially driven by leaked or inferred listing knowledge and partially by retail anticipation. Listings on a Tier-1 exchange remain structurally different from listings on a Tier-3 exchange — the latter often has the opposite effect because pre-listing trading concentrated demand that disperses at listing.
Q
Quadratic Funding
A public-goods funding mechanism that allocates a matching pool by breadth of support: a project's match is based on the square of the sum of the square roots of contributions, so many small donors outweigh a few large ones. Popularised by Gitcoin. Its strength (rewarding many contributors) is also its weakness — sybil attacks (fake identities) can capture the pool, so proof-of-personhood and anti-collusion (MACI) are essential.
Quorum
The minimum level of participation (measured in votes or voting power) required for a governance vote to be considered valid. Quorum prevents small groups of token holders from passing proposals when the broader community is not paying attention. For example, if a DAO requires a 4% quorum and the total token supply is 1 billion, at least 40 million tokens must participate in the vote for the result to be binding. Setting the right quorum is a governance design challenge — too high and proposals never pass, too low and the protocol becomes vulnerable to minority capture.
R
Real Yield
Yield paid to token holders or stakers from actual protocol revenue (trading fees, lending interest, liquidation rewards) rather than from new token emissions. Denominated in underlying assets (USDC, ETH) rather than the protocol's own token. Structurally sustainable because it captures real economic activity. GMX, Synthetix, dYdX, Curve, Frax are leading real-yield protocols. Outperformed pure governance tokens through 2024-2025.
Real-World Asset (RWA)
A physical or traditional financial asset — such as real estate, government bonds, commodities, or art — that has been tokenized on a blockchain for trading, fractionalization, or use as DeFi collateral. RWA tokenization is one of the fastest-growing sectors in crypto, with major institutions like BlackRock and Franklin Templeton launching tokenized Treasury funds on Ethereum.
Rebalancing
The process of periodically adjusting a portfolio's asset allocation back to its target percentages by selling overweight positions and buying underweight ones. For example, if a target allocation is 60% BTC / 40% ETH but market movements shift it to 75% BTC / 25% ETH, rebalancing involves selling some BTC and buying ETH. This enforces a disciplined 'sell high, buy low' approach and can be done on a time-based (monthly, quarterly) or threshold-based (when drift exceeds 5-10%) schedule.
Recovery Scam
A secondary fraud targeting people who have already lost crypto to a primary scam. Attackers monitor public reporting channels, social-media complaints, and breach databases for fresh victims, then contact them offering 'asset recovery' for an upfront fee — sometimes posing as private investigators, sometimes as 'reformed hackers,' sometimes as 'cyber-recovery firms.' No legitimate recovery service requires an upfront retainer from the victim. Real recovery, where it exists, is exchange compliance and law-enforcement work that takes months and is never paid for in crypto by the victim.
Recursive Proof
A zero-knowledge proof that verifies other proofs — because verifying a proof is itself a computation, a proof can attest that it correctly checked earlier proofs. This lets many proofs be aggregated into one cheap-to-verify proof, or a huge computation to be proven in pieces while keeping the final proof small. Recursion (and folding schemes like Nova) is a core reason ZK systems scale, but it concentrates trust in the recursion logic — a flaw there compromises everything the proof covers.
Redemption Mechanism
The process by which a stablecoin holder converts tokens back to the reference asset (usually fiat). For centralized fiat-backed stablecoins, redemption is a direct claim against the issuer — typically restricted to accredited or institutional accounts with minimum sizes ($100K+ for USDC institutional redemption, much higher for USDT). Retail holders almost always exit via secondary markets (DEXs, CEXs) rather than primary redemption, which means in stress events the secondary-market price can deviate from the issuer's redemption rate. The strength of the redemption mechanism — who can use it, at what cost, on what timeline — is the load-bearing element of any peg.
Reentrancy
A class of smart-contract bug in which an external call from a contract to another address allows the called address to re-enter the original contract before the first call's state changes have completed. The canonical exploit is the 2016 DAO hack ($60 million at the time), where the attacker's contract repeatedly withdrew from the DAO before its balance was decremented. The defensive pattern is checks-effects-interactions (validate inputs, update state, then call external addresses) and OpenZeppelin's ReentrancyGuard modifier. Despite being well-understood since 2016, reentrancy variants — including read-only reentrancy and cross-function reentrancy — continue to cause major exploits (Cream Finance, Fei, Curve).
Regulation
Legal and administrative rules governing crypto activity. Regulatory frameworks vary substantially by jurisdiction: MiCA (EU comprehensive framework), FIT21 + Genius Act (US emerging), FCA regime (UK), VAUPA (Korea), PSA (Japan), and many others. Regulatory environment substantially affects protocol design, user experience, and business viability. Understanding jurisdiction-specific rules is essential for anyone operating meaningful crypto activity.
Reorg
A blockchain reorganisation, in which a recently-confirmed block (or a short chain of blocks) is replaced by a competing block that the network accepts as canonical instead. Transactions in the orphaned block are returned to the mempool. 1-block reorgs happen frequently on most chains (missed slots, network delays); deeper reorgs are rare and signal stress. Finality mechanisms make reorgs past a certain depth essentially impossible without slashing-level economic loss.
Restaking
A mechanism pioneered by EigenLayer that allows already-staked ETH (or liquid staking tokens) to be re-pledged as security for additional protocols and services. Restaking extends Ethereum's economic security to oracles, bridges, data availability layers, and other infrastructure without requiring each service to bootstrap its own validator set. It creates additional yield opportunities but also introduces compounded slashing risk.
Ring Signature
A cryptographic signature that lets you sign on behalf of a group without revealing which member signed. Core Monero primitive — when spending a UTXO, users construct a ring including their actual UTXO plus 10-15 decoy UTXOs; the signature proves 'one of these was spent' without revealing which. Ring size determines anonymity set. Chain analysis has partial capabilities against ring signatures but they remain a meaningful privacy primitive.
Ripple
The company behind XRP and the XRP Ledger — one of the earliest crypto payment protocols (2012). XRP is designed for cross-border payments and settlement. Ripple has been in prolonged SEC litigation over whether XRP is a security; a July 2023 court ruling produced a partial victory (programmatic retail sales = not securities; institutional sales = securities). XRP is a major cryptocurrency by market cap.
Rollup
A Layer 2 scaling technique that bundles ("rolls up") hundreds of transactions into a single batch that is submitted to the Layer 1 chain. Optimistic rollups assume transactions are valid and allow fraud proofs; zero-knowledge rollups use cryptographic proofs to verify correctness. Both dramatically reduce per-transaction costs.
Rollup-as-a-Service
Platforms that allow developers to deploy their own custom rollup chains without building the infrastructure from scratch. Providers like Caldera, Conduit, and AltLayer handle sequencing, data availability, and settlement so teams can focus on their application. RaaS is accelerating the trend toward app-specific rollups.
Royalties
Automatic payments to an NFT's original creator each time the NFT is resold on a secondary market. Royalties are typically set at 2.5-10% of the sale price and are enforced either by marketplace policy or on-chain mechanisms. Royalty enforcement has been a contentious topic, with some marketplaces making them optional.
RSI
Relative Strength Index — a momentum oscillator measuring the speed and magnitude of price changes on a 0-100 scale. RSI above 70 traditionally signals overbought; below 30 signals oversold. Standard period is 14 days. Divergences between RSI and price are sometimes cited as reversal signals. Empirical predictive value in crypto is contested; use as one signal among many, not deterministic.
Rug Pull
A type of crypto scam where project developers suddenly withdraw all liquidity or abandon a project after raising funds, leaving investors with worthless tokens. Warning signs include anonymous teams, locked selling, and unrealistic yield promises. Rug pulls are most common on DEXs with permissionless token listing.
S
Sandwich Attack
A specific type of MEV exploit where an attacker places one transaction immediately before (front-run) and one immediately after (back-run) a victim's trade, profiting from the price movement caused by the victim's swap. Sandwich attacks are common on decentralized exchanges and can cost victims significant slippage beyond their expected trade price.
Satoshi
The smallest unit of Bitcoin — 1 BTC = 100,000,000 satoshis (sats). Named after Satoshi Nakamoto, Bitcoin's pseudonymous creator. Also used as a general name for the creator. Discussions of 'sat/vB' (satoshis per virtual byte) refer to Bitcoin transaction fee rates.
SEC
Securities and Exchange Commission — the U.S. federal agency responsible for regulating securities markets. The SEC has played a central role in crypto regulation by pursuing enforcement actions against token issuers and exchanges, and in 2024 approved the first spot Bitcoin and Ethereum ETFs.
Section 104
The UK's pooled cost-basis rule for shares and cryptoassets under HMRC's Capital Gains Tax framework. Rather than tracking each individual acquisition lot, all units of the same asset are pooled, and disposals are matched against the average cost of the pool. Special 'matching rules' apply for disposals within 30 days of an acquisition (the 'bed-and-breakfasting' rules) and for same-day acquisitions and disposals. The HMRC Cryptoassets Manual explicitly applies Section 104 pooling to crypto holdings.
Secure Element
A tamper-resistant chip designed to store cryptographic secrets and perform signing operations without exposing the private key, even to the rest of the host device. Hardware wallets vary widely in whether they use a certified secure element (e.g., CC EAL5+ rated chips) versus a general-purpose microcontroller — the trade-off is typically between attestation guarantees and firmware open-sourceability.
Secure Multi-Party Computation
Cryptography letting several parties jointly compute a function over their private inputs so everyone learns the correct result but no one learns anyone else's input — removing the need for a trusted third party who would see all the data. In crypto it underpins MPC wallets and threshold signing (a key is never assembled in one place). Its guarantees depend on the adversary model (semi-honest vs malicious) and how many parties may collude, and its privacy costs communication/compute.
Seed Phrase
A sequence of 12 or 24 words generated when creating a crypto wallet, serving as a human-readable backup of all the private keys in that wallet. A seed phrase can restore an entire wallet on any compatible device. It should be stored offline in a secure, physical location — never digitally.
Seed Phrase
A sequence of 12 or 24 random words generated when creating a wallet, serving as the master backup for all accounts. If you lose your device, entering the seed phrase into a new wallet restores full access. Anyone who obtains your seed phrase has complete control of your assets — store it offline on paper or metal, never digitally, and never share it with anyone for any reason.
Self-Custody
Holding your own private keys rather than relying on a custodian (exchange, broker, custodian bank). Self-custody puts you in control of your assets but also fully responsible for security — losing your seed phrase means losing access permanently. Hardware wallets (Ledger, Trezor) plus proper seed backup are the standard self-custody setup. 'Not your keys, not your coins.'
Sequencer
A specialized node in Layer 2 rollups responsible for ordering, batching, and submitting transactions to the Layer 1 chain. Sequencers receive user transactions, execute them locally for fast confirmation, and then post compressed transaction data to Ethereum. Most L2s currently operate centralized sequencers controlled by the rollup team, though decentralizing sequencers is a major research and development priority.
Session Key
A temporary, limited-permission cryptographic key generated by a smart contract wallet that allows dApps to execute specific transactions on the user's behalf without requiring approval for each action. Session keys are time-limited and scope-limited (e.g., allowing only swaps up to $100 on a specific DEX for 1 hour), dramatically improving the user experience for gaming and frequent DeFi interactions.
Shamir Secret Sharing
A cryptographic scheme that splits a secret (such as a recovery seed) into N shares so that any T of them reconstruct it while fewer than T reveal nothing. Standardised for seed backups as SLIP-39 and implemented on Trezor. A 2-of-3 split lets you survive losing one share and survive a single share being found, directly breaking the loss-versus-theft tension in seed backup.
Sharding
A scalability technique that divides a blockchain's state and transaction processing into multiple parallel segments called 'shards,' each capable of processing transactions independently. Instead of every node processing every transaction, different groups of validators handle different shards, dramatically increasing overall throughput. Ethereum's long-term roadmap includes danksharding, which focuses specifically on creating abundant, cheap data availability for rollups rather than execution sharding. Near Protocol is an example of a live sharded blockchain.
Shielded Pool
In Zcash, the collective pool of shielded (private) UTXOs. Users deposit ZEC transparently → shield → transact privately within pool → withdraw transparently. Anonymity depends on pool size and transaction diversity — larger, more active pools provide stronger privacy. Historical Zcash shielded pool was smaller than Monero's per-transaction anonymity set; has grown substantially through 2023-2025.
Sidechain
An independent blockchain that runs parallel to a main chain (the 'parent chain') and is connected to it via a two-way bridge, allowing assets to move between both chains. Sidechains have their own consensus mechanisms and validators, offering different performance and cost trade-offs than the parent chain. Unlike Layer 2 rollups, sidechains do not inherit the parent chain's security — they are responsible for their own security guarantees. Polygon PoS (before its transition to a ZK validium) was a well-known Ethereum sidechain.
SIM Swap
A targeted attack where a fraudster convinces (or bribes) your mobile carrier to transfer your phone number to a SIM they control. With your number they receive SMS 2FA codes and password-reset texts, allowing them to take over exchange accounts, email, and social media. SMS-based 2FA is highly vulnerable to SIM swaps; authenticator apps and hardware security keys are not. The FBI's IC3 has reported millions of dollars in annual losses to this single attack pattern.
Single-Slot Finality
A proposed upgrade making a block economically irreversible within one slot (~12s on Ethereum) instead of the current ~15 minutes. It's hard because finalising needs a two-thirds supermajority of a very large validator set to attest every slot — an enormous networking load — so it depends on aggressive signature aggregation (BLS and beyond). The explicit constraint is delivering fast finality without shrinking or centralising the validator set.
Slashing
A penalty mechanism in Proof of Stake networks where a portion of a validator's staked tokens is destroyed (burned) for misbehavior such as double-signing blocks, prolonged downtime, or attempting to attack the network. Slashing creates strong economic incentives for validators to operate honestly and maintain high uptime, securing the network against malicious actors.
SLIP-39
SatoshiLabs Improvement Proposal 39 — a Shamir Secret Sharing scheme that splits a master seed into M-of-N shares, each encoded as a word list. Any M shares can reconstruct the seed; fewer than M reveal nothing. SLIP-39 is supported by Trezor Model T and a few open-source tools. It is a different format from BIP-39 — the two are not interchangeable.
Slippage
The difference between the expected price of a trade and the actual execution price. Slippage occurs when there is not enough liquidity at the desired price, so the order fills at progressively worse prices. Slippage tolerance settings on DEXs let users control how much price deviation they accept.
Slippage Tolerance
A user-defined setting on decentralized exchanges that specifies the maximum acceptable difference between the expected price and the executed price of a swap. If the price moves beyond the tolerance during execution, the transaction reverts. Setting slippage tolerance too low causes frequent failed transactions, while setting it too high exposes users to sandwich attacks and unfavorable fills.
Smart Contract
Self-executing code stored on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. Smart contracts power DeFi protocols, NFT mints, DAOs, and token standards. They run exactly as programmed, with no downtime or third-party interference.
Smart Contract Audit
A professional security review of a smart contract's source code conducted by specialized firms or independent auditors to identify vulnerabilities, logic errors, and potential exploits before deployment. Leading audit firms include Trail of Bits, OpenZeppelin, and Certora. While audits significantly reduce risk, they do not guarantee a contract is exploit-proof.
Sniper Bot
An automated program that buys a new token at the instant it becomes tradeable — a launch, added liquidity, or listing — in the same block or within milliseconds, far faster than a human. It captures the cheapest first position on a bonding curve or thin new pool. A launch-time form of MEV, sniping is a capital- and infrastructure-intensive race that structurally disadvantages manual buyers, who often become the bots' exit liquidity.
Social Engineering
The non-technical side of an attack — manipulating a person rather than a system. Common patterns: fake support staff requesting credentials, fake 'admins' in Telegram or Discord, urgency-based pressure ('act in five minutes or lose access'), authority impersonation, and the long-running relationship-building used in pig butchering. Social engineering is the entry vector for the majority of successful crypto thefts, far more than software exploits.
Soft Fork
A backward-compatible blockchain upgrade where old nodes can still validate new blocks. Soft forks don't create chain splits — non-upgraded nodes continue on the same chain. Bitcoin's SegWit (2017) was a soft fork. Less disruptive than hard forks but offer less flexibility for protocol changes.
Software Wallet
A cryptocurrency wallet that exists as a desktop, mobile, or browser extension application. Software wallets are hot wallets that store private keys on the user's device. They are convenient for daily use but less secure than hardware wallets against malware and device compromise.
Solidity
The dominant programming language for writing smart contracts on Ethereum and EVM-compatible chains. Statically typed, object-oriented, and influenced by C++/JavaScript/Python. Compiles down to EVM bytecode. Solidity 0.8.0 (December 2020) made integer overflow checks default, eliminating a major bug class. Reading existing Solidity contracts is the foundation of any DeFi security review.
Solver
A specialized off-chain agent that fills user intents by finding optimal execution paths across liquidity sources, chains, and protocols. Solvers compete in auctions to provide the best price, and they bear the execution risk. Protocols like CoW Swap, UniswapX, and Across use solver networks to improve trade execution.
Soulbound Token
A non-transferable NFT permanently bound to a specific wallet address, representing credentials, achievements, or identity attributes. Proposed by Ethereum co-founder Vitalik Buterin in 2022, SBTs are designed for use cases where transferability would defeat the purpose — such as university degrees, professional certifications, proof of attendance, or reputation scores.
Sovereign Rollup
A rollup that uses another blockchain (like Celestia) only for data availability while handling its own execution and settlement independently. Unlike traditional rollups that settle on Ethereum, sovereign rollups define their own fork-choice rules and can upgrade without permission from a settlement layer.
SPL Token
The token standard on Solana, equivalent to Ethereum's ERC-20. SPL (Solana Program Library) tokens are created using Solana's native token program. USDC on Solana, Bonk, and Jupiter (JUP) are all SPL tokens, benefiting from Solana's sub-cent fees and sub-second finality.
Sponsored Content
Articles, videos, podcasts, or social-media posts paid for by a project, exchange, or third party. In crypto media, sponsored content frequently appears without clear disclosure — a project pays a 'news' site $5-50K for an article that reads like editorial coverage. FTC and FCA guidance requires conspicuous disclosure of paid material, but enforcement against crypto-specific publishers has been limited. Defensive habit: assume any positive coverage of a token on a publication that accepts crypto-project advertising is either sponsored or written by someone who hopes it will become sponsored.
Spread
The difference between the highest price a buyer is willing to pay (bid) and the lowest price a seller is willing to accept (ask) for an asset on an exchange. A narrow spread indicates high liquidity and active trading, while a wide spread indicates low liquidity and higher trading costs. On decentralized exchanges using AMMs, the equivalent concept is slippage — the difference between expected and actual execution price.
Stablecoin
A cryptocurrency designed to maintain a stable value relative to a reference asset — almost always a fiat currency such as the US dollar. The three structural designs are fiat-backed (USDC, USDT — each token redeemable 1:1 against reserves held by the issuer), crypto-collateralized (DAI — minted against over-collateralized crypto deposits enforced by smart contracts), and algorithmic (the now-largely-defunct UST design — peg maintained by mint/burn mechanics against a sister token with no external reserve). Each design has different failure modes; conflating them is a common analytical mistake.
Stablecoin Regulation
The emerging legal frameworks governing stablecoins, including reserve requirements, audit mandates, and issuer licensing. In the U.S., proposed legislation requires stablecoin issuers to hold 1:1 reserves in cash or treasuries. MiCA in Europe already mandates reserve transparency for euro-denominated stablecoins.
Stablecoins
Cryptocurrencies designed to maintain price stability relative to a reference asset (usually the US dollar). Categories: fiat-backed (USDT, USDC — held reserves), crypto-backed (DAI/USDS via Maker — over-collateralised), algorithmic (Terra UST — collapsed), delta-neutral (Ethena sUSDe — spot + short perps). Total stablecoin market cap exceeds $150B; foundational infrastructure for on-chain settlement.
Staking
The process of locking cryptocurrency in a Proof of Stake network to support block validation and earn rewards. Stakers delegate or lock their tokens with validators and receive staking yields, typically ranging from 3-15% annually. Staked assets may be subject to a lock-up or unbonding period.
State Bloat
The monotonic growth of a blockchain's active state — accounts, contract storage, deployed code — that nodes must store to validate transactions. Ethereum's state has grown to hundreds of GB; the full archive is multiple TB. Without expiry mechanisms, state grows forever, raising node hardware requirements and centralisation pressure. Proposals like EIP-4444 (history expiry), state expiry, and Verkle trees aim to bound the growth.
State Channel
A Layer 2 scaling technique where two parties conduct unlimited off-chain transactions and only submit the final state to the blockchain. Bitcoin's Lightning Network is the most prominent implementation. State channels offer instant finality and near-zero fees but require both parties to be online.
State Expiry
A proposed Ethereum upgrade removing old, unused account state from active storage to reduce disk space for full nodes. Accounts not accessed for a defined period would be archived but revivable with a witness proof. Part of Ethereum's 'The Purge' roadmap.
Statelessness
A design goal where nodes can verify new blocks without storing the entire blockchain state, using small cryptographic witnesses shipped with each block instead of a local copy of everything. It lowers the hardware cost of verification, helping keep a network decentralised as state grows. 'Weak statelessness' (block producers hold state and make witnesses; validators verify statelessly) is the realistic near-term target; verkle trees make the witnesses small enough to be practical.
Stealth Address
A privacy primitive that lets a receiver publish a single 'meta-address' from which senders derive a fresh, unique one-time address for each payment. Only the receiver can scan the chain and find which addresses are theirs; observers see seemingly-random addresses with no link to the meta-address. Default and only mode in Monero since 2014; brought to Ethereum via ERC-5564 in 2023.
stETH
Lido's liquid staking token representing staked Ethereum. When you stake ETH through Lido, you receive stETH which accrues staking rewards daily via rebasing. stETH can be used across DeFi as collateral, traded, or provided as liquidity — giving staking rewards AND DeFi composability simultaneously.
Stock-to-Flow
Ratio of existing supply (stock) to new annual supply (flow). PlanB's S2F model attempted to formalise Bitcoin's halving-cycle price relationship by predicting price as a function of S2F. Had striking fit through 2020-2021 (BTC at $69K) but substantially missed predictions in 2022-2023 (predicted $100K+ when prices were $15-30K). Now controversial — some argue it captured a real relationship, others retrofitted curve-fitting. Use with extreme caution.
Stop-Loss
An order type that automatically sells an asset when its price drops to a specified level, designed to limit potential losses on a position. Stop-losses are a fundamental risk management tool in both traditional and crypto trading. In volatile crypto markets, slippage can cause execution at a price worse than the stop level.
Superchain
The family of L2 chains all built on Optimism's OP Stack and sharing security infrastructure. Includes OP Mainnet, Base, Zora, World Chain, Mode, and many others. Chains commit to using the stack and paying 15% of sequencer fees to the Optimism Collective; in return they get interoperability via cross-domain messaging and shared upgrades. Comparable concepts: zkSync's Hyperchains (ZK Stack), Polygon's AggLayer, Arbitrum Orbit.
Supply
The total quantity of a cryptocurrency in existence. Three key metrics: circulating supply (currently tradeable), total supply (created but including locked/vested), max supply (absolute ceiling that will ever exist). Bitcoin has max supply 21M; Ethereum has no cap but net-negative inflation post-Merge. Supply-side analysis includes emission schedules, burns, and vesting unlocks.
Support and Resistance
Price levels where trading activity has historically clustered — support = price floor where buyers step in; resistance = price ceiling where sellers step in. Traders draw these levels from historical highs, lows, and consolidation zones. Empirical predictive value is contested but the levels are self-fulfilling to some degree because many traders act on them.
Swap
The exchange of one cryptocurrency token for another, typically executed through a decentralized exchange or automated market maker. Unlike traditional order book trading, DEX swaps are executed against liquidity pools using a pricing algorithm. Swap fees (usually 0.05-1%) are distributed to liquidity providers as compensation for their capital.
Sybil Attack
An attack in which a single entity creates a large number of fake identities or accounts to gain disproportionate influence over a network, governance vote, or airdrop distribution. Sybil attacks are a fundamental challenge in permissionless systems. Protocols combat them using proof of work, staking requirements, identity verification, or on-chain reputation systems.
Sybil Resistance
Mechanisms that prevent a single entity from creating many fake identities to unfairly capture rewards, governance votes, or airdrop allocations. Common techniques include on-chain activity analysis, wallet clustering, Gitcoin Passport scores, and proof-of-humanity checks. Sybil attacks are a persistent challenge for fair token distributions.
Sync Committee
A randomly-selected subset of 512 Ethereum validators that serves ~1 day and continuously signs block headers, giving light clients a small, fixed group to follow instead of the entire validator set. It makes verifying the chain feasible on phones, in browsers, and inside other chains' contracts. The trust assumption — that this rotating, slashable committee is honest — is weaker than full-set finality verification but far stronger than trusting a centralised server.
T
Taxable Event
A transaction or occurrence that triggers a tax obligation in your jurisdiction. In most jurisdictions, taxable crypto events include: selling crypto for fiat, swapping one crypto for another, spending crypto on goods or services, and (often) receiving staking rewards, airdrops, or hard-fork tokens. Transferring crypto between wallets you control is typically *not* a taxable event. Definitions vary materially by jurisdiction — the same DeFi action can be taxable in one country and non-taxable in another. This is informational reference, not tax advice; consult a qualified tax professional in your jurisdiction.
Testnet
A separate blockchain network used by developers for testing smart contracts and protocol upgrades without risking real funds. Testnet tokens have no monetary value. Most major blockchains maintain active testnets — for example, Ethereum's Sepolia and Solana's Devnet.
Theta (Options)
How much an option loses in value per day as expiry approaches — the cost of holding optionality. Long option positions bleed theta; short positions collect it but take on gamma risk. Most retail option traders lose money to theta over time. Understanding when theta is worth paying is the core of options trading discipline.
Timelock
A smart contract mechanism that delays execution of a transaction or function call by a predetermined period. Timelocks are critical security features in DeFi governance — they give users time to review and potentially exit before controversial changes take effect. A 48-hour timelock means the community has 2 days to react to any proposed change before it executes.
Token
A digital asset created on an existing blockchain using a smart contract, rather than having its own native blockchain. Tokens can represent anything — currency, voting rights, real-world assets, or access to services. ERC-20 on Ethereum and SPL on Solana are the most common token standards.
Token Approval
Permission you grant a smart contract to spend tokens from your wallet. DeFi protocols require approval before they can move your tokens. Many request unlimited approval for convenience, but a compromised protocol could drain all approved tokens. Use Revoke.cash regularly to check and revoke unnecessary approvals.
Token Burn
The permanent removal of tokens from circulation by sending them to an unrecoverable address (a 'burn address'). Token burns reduce total supply, which can create deflationary pressure and increase scarcity. Ethereum's EIP-1559 burns a portion of gas fees with every transaction, and Binance conducts quarterly BNB burns based on trading volume.
Token Standard
A set of rules defining how tokens behave on a blockchain, including functions for transferring, approving, and querying balances. Standards ensure interoperability across wallets, DEXs, and DeFi. Major standards: ERC-20 (fungible), ERC-721 (NFTs), ERC-1155 (multi-tokens), BEP-20 (BSC), SPL (Solana).
Token Unlock
A scheduled release of locked or vested tokens that increases the circulating supply of a cryptocurrency. Token unlocks are defined in a project's tokenomics and typically affect team allocations, investor shares, and ecosystem funds. Large unlocks can create significant sell pressure as newly unlocked holders take profits. Tracking unlock schedules (via tools like Token Unlocks or CoinGecko) is essential for understanding potential supply-side price impacts.
Token Velocity
How often a token changes hands over a given period. Following MV=PQ from monetary economics, higher velocity generally implies lower equilibrium price for fixed transaction volume. Pure utility tokens with no holding incentive (e.g., gas tokens immediately swapped) have high velocity and poor price support. Staking, governance, fee accrual, and ve-locks reduce velocity. Velocity is a fundamental determinant of token price dynamics.
Token Vesting
Releasing a project's tokens (to team, investors, treasury) gradually over time rather than all at once, to align insiders and prevent immediate dumping — using cliffs (an initial no-unlock period) and linear vesting (gradual release). This creates the gap between circulating supply (tradable now) and fully-diluted supply (all tokens that will exist); scheduled unlocks add sellable supply, a real supply-side factor (not a price prediction). A low circulating supply with high FDV signals supply waiting to unlock.
Token-Bound Account
An ERC-6551 smart contract wallet owned by an NFT. The NFT can hold ETH, ERC-20 tokens, even other NFTs in its TBA. When the parent NFT transfers, its TBA's contents transfer too. Wallet addresses are deterministically computed by a registry contract. Use cases: in-game characters with inventories, NFTs accruing reputation, composable NFT building blocks.
Tokenized Equity
A blockchain token that tracks the price of a company's stock, tradeable on-chain 24/7 in fractions. Fully-backed versions have a custodian holding a real share per token; synthetic versions track price via collateral/derivatives with no real share. Holders typically get price exposure but not voting rights, and the token is generally a regulated security — making regulatory status and redeemability the dominant risks.
Tokenomics
The economic design and monetary policy of a cryptocurrency, encompassing supply mechanics (fixed vs. inflationary), distribution schedules, utility functions, burn mechanisms, staking incentives, and governance rights. Well-designed tokenomics align the incentives of users, developers, and investors to create a sustainable ecosystem. Poorly designed tokenomics often lead to sell pressure and value erosion.
Total Supply vs Max Supply
Total supply is all tokens currently in existence (including locked/vested). Max supply is the absolute maximum that will ever exist. Circulating supply is what's actually tradeable. Example: Bitcoin has max supply 21M, total supply ~19.6M (mined), circulating slightly less (some lost). Check all three when evaluating tokenomics.
TPS
Transactions Per Second — a measure of blockchain throughput. Bitcoin: ~7 TPS. Ethereum: ~15 TPS base layer, thousands via L2s. Solana: sustained 3,000-5,000 TPS with theoretical 65,000. TPS numbers should be read carefully — sustained TPS with real economic value differs from peak-theoretical or micro-transaction throughput. Comparison across chains often uses different metrics.
Transaction Simulation
A security feature that previews the exact outcome of a blockchain transaction before it is signed and submitted, showing the user precisely which tokens will leave and enter their wallet. Transaction simulation helps users detect malicious smart contract interactions, wallet drainer attacks, and unexpected token approvals. Tools like Blocknative, Tenderly, and wallet-integrated simulators provide this functionality.
Trusted Execution Environment
A secure, isolated area inside a processor (e.g. Intel SGX/TDX, AMD SEV) that runs code privately and tamper-resistantly, and can produce a hardware-signed attestation proving exactly which code is running. Crypto uses TEEs for confidential smart contracts and fair block-building. 'Trusted' names the assumption: you must trust the chip vendor and the silicon's isolation, and TEEs have a documented history of side-channel attacks — efficient hardware-based confidentiality, not a cryptographic guarantee.
TVL
Total Value Locked — the aggregate dollar value of all assets deposited into a DeFi protocol's smart contracts. TVL is the primary metric for measuring a DeFi protocol's adoption and size. DeFi Llama is the most widely used TVL tracker.
TWAP
Time-Weighted Average Price — an oracle design that smooths the reported price of an asset over a defined window (typically 10 minutes to several hours) by averaging prices across many blocks. TWAPs are harder to manipulate than spot prices because an attacker would need to sustain the manipulation across the entire window, but they are not immune: documented exploits against bZx (2020), Mango (2022), and Inverse Finance (2022) succeeded by using flash loans to push price beyond the TWAP's smoothing capacity, sometimes combined with multi-block manipulation. The longer the TWAP window, the more resistant — but the slower to react in legitimate price moves.
Two-Factor Authentication
A security mechanism requiring two independent proofs of identity — typically something you know (password) plus something you have (authenticator app code, hardware key). Essential for exchange accounts. Hardware-based 2FA (YubiKey, Titan) is significantly stronger than SMS 2FA (SIM-swap vulnerable). App-based (Authy, Google Authenticator) is intermediate. SMS 2FA has been exploited in many SIM-swap attacks against crypto users.
U
UTXO
Unspent Transaction Output — Bitcoin's data model for tracking ownership. Instead of account balances, every Bitcoin transaction consumes specific previous outputs (UTXOs) and creates new ones. Your wallet balance is the sum of UTXOs your address controls. UTXO enables natural parallelism (non-conflicting transactions can be validated independently) and intrinsic replay protection (spent outputs don't exist). Cardano uses an extended UTXO (EUTxO) model that attaches data and validator scripts to UTXOs for smart contracts.
UUPS
Universal Upgradeable Proxy Standard (EIP-1822) — a proxy pattern where the upgrade authorisation logic lives in the implementation contract itself, rather than in the proxy. Lower gas per call than transparent proxies, but a bug in any implementation's upgrade-authorisation logic can permanently break upgradeability. Modern OpenZeppelin default. Implementations must call `_disableInitializers()` in their constructor to prevent the implementation itself from being initialised and bricked.
V
Validator
A node operator in a Proof of Stake network responsible for proposing and attesting to new blocks. Validators must stake a minimum amount of the native token (e.g., 32 ETH for Ethereum) as collateral, which can be partially slashed as a penalty for misbehavior or prolonged downtime.
Validator Rewards
Compensation earned by Proof of Stake validators for proposing and attesting to blocks. Rewards come from newly issued tokens (inflation) and transaction fees. Ethereum validators earn approximately 3-5% APR on staked ETH, varying with network participation. Validators risk slashing penalties for misbehavior.
Validator Set
The group of active validators currently responsible for proposing blocks, attesting to the chain's state, and securing a Proof of Stake network. Validator sets can be fixed (as in some permissioned chains) or dynamic (changing each epoch based on staking deposits and withdrawals). Ethereum's validator set includes over 900,000 validators as of 2026. The size and distribution of the validator set directly impacts decentralization and censorship resistance — a larger, more geographically diverse set is harder to coerce or attack.
ve-Tokenomics
Vote-escrowed tokenomics — the lock-and-earn model pioneered by Curve's veCRV in 2020. Users lock tokens for fixed periods (up to 4 years on Curve); receive ve* tokens proportional to amount × time. Grants voting power on gauge weights, fee revenue share, and LP rewards boosts. Widely copied: Convex (cvxCRV), Velodrome, Aerodrome, Pendle. Solves token velocity problem; creates economic alignment with protocol success.
Vega (Options)
How much an option's price changes with a 1% change in implied volatility. Bought options have positive vega (gain when IV rises); sold options negative. Crypto IV runs 3-5x equity IV; vega exposure tends to dominate option P&L in volatile periods. Reading the IV surface (skew, term structure) gives richer market views than single-strike IV.
Verifiable Secret Sharing
Secret sharing (splitting a secret into shares so a threshold can reconstruct it, e.g. Shamir's) plus proofs that let each party verify their share is valid and consistent without learning the secret — removing the need to trust the dealer who distributed the shares. VSS is a building block of distributed key generation and threshold cryptography, where 'no single party holds the secret' must be guaranteed, not just promised.
Verkle Tree
A tree data structure ('vector commitment' + Merkle tree) that uses polynomial/vector commitments instead of hash branches, producing far smaller proofs (witnesses) than a Merkle Patricia trie when proving many state items at once. Compact witnesses are what make stateless block verification practical, so verkle trees are the enabling cryptography for Ethereum's move toward statelessness. The trade-off is more advanced cryptography than plain hashing.
Vesting
A schedule releasing locked tokens over time — used for team allocations, investor shares, and ecosystem funds. Common structures: cliff (nothing released until date X, then release begins) + linear vesting (equal amounts per period thereafter). Vesting schedules are core tokenomics information; large unlocks can create predictable selling pressure. Public tools (Token Unlocks, CoinGecko) track major upcoming unlocks.
Vesting Schedule
A time-based plan that controls when allocated tokens are released to team members, investors, or advisors. Vesting schedules typically include a cliff period (during which no tokens are released) followed by a linear or staged unlock over months or years. They are designed to prevent early holders from dumping tokens immediately after launch and to align long-term incentives.
Volume
The total amount of a cryptocurrency traded within a specific time period, usually 24 hours. High volume indicates strong market interest and generally means tighter spreads and better liquidity. Low volume can signal disinterest or make an asset vulnerable to price manipulation.
VRF
Verifiable Random Function. Produces a pseudo-random output and a proof that the output was correctly computed from a given input and private key. The output is unpredictable to anyone without the key but verifiable to anyone with the public key. Used for on-chain randomness (Chainlink VRF) where block-field randomness is unsafe — NFT trait reveals, lottery winners, validator selection, on-chain games. Algorand uses VRFs for unbiased leader selection.
VWAP
Volume-Weighted Average Price — an execution algorithm and benchmark that weights trades toward higher-volume periods. Goal: achieve execution close to the day's volume-weighted average. Common institutional benchmark; trades that beat VWAP are considered well-executed. Crypto-native variants exist on intent-based protocols. Distinct from TWAP, which weights equally across time.
W
Wallet
Software or hardware that stores private keys and lets users sign transactions. Custodial wallets (exchanges) hold keys for you. Non-custodial wallets (MetaMask, Phantom, Ledger, Trezor) put you in control. Hot wallets are internet-connected; cold wallets stay offline. Smart contract wallets (ERC-4337) enable features like social recovery and gas abstraction. Wallet choice is the load-bearing security decision.
Wallet Drainer
Malicious smart contracts and signature requests designed to drain a connected wallet's tokens once a user signs a fraudulent approval or Permit message. Drainers are deployed behind fake airdrop sites, fake mint pages, and fake support tools. Often packaged as drainer-as-a-service kits sold to less-technical attackers. Defence: never sign transactions you don't understand, simulate transactions before signing, and run a weekly revoke routine on the approvals you've granted.
Wash Trading
The practice of simultaneously buying and selling the same asset to create the illusion of high trading volume and market activity. In crypto, wash trading is prevalent on unregulated exchanges and NFT marketplaces, where entities trade with themselves using multiple wallets to inflate volume metrics, manipulate token rankings, or qualify for airdrops. Studies have estimated that a significant portion of reported crypto trading volume is wash trading, making it essential to verify unique buyer/seller counts and use analytics tools that filter for genuine activity.
Web3
A vision for the next evolution of the internet built on decentralized protocols, blockchain technology, and token-based economics. Web3 aims to give users ownership of their data, identity, and digital assets — in contrast to Web2, where centralized platforms control user data and monetize attention.
Whale
An individual or entity holding a very large amount of cryptocurrency — enough that their trades can significantly move the market price. Bitcoin whales typically hold 1,000+ BTC. Whale movements are tracked because large sells can trigger cascading liquidations.
Whitepaper
A technical document published by a blockchain project outlining its purpose, technology, consensus mechanism, tokenomics, and roadmap. Bitcoin's whitepaper, published by Satoshi Nakamoto in 2008, is the most famous example. Whitepapers are a key resource for evaluating a project's legitimacy and vision.
Wrapped Bitcoin
An ERC-20 token on Ethereum backed 1:1 by Bitcoin held in custody. WBTC allows Bitcoin holders to participate in Ethereum DeFi — using BTC as collateral, providing liquidity, or trading on DEXs. The wrapping process involves depositing BTC with a custodian who mints equivalent WBTC.
Wrapped Token
A tokenized representation of a cryptocurrency from one blockchain that can be used on another blockchain. The original asset is locked in a smart contract, and an equivalent wrapped version is minted on the destination chain. Wrapped Bitcoin (WBTC) on Ethereum is the most well-known example, allowing BTC to be used in Ethereum DeFi protocols.
Y
Yield Aggregator
A protocol (often structured as 'vaults') that automates DeFi yield strategies on depositors' behalf — deploying funds, auto-compounding rewards, and sometimes rotating between opportunities — sharing gas costs and expertise (Yearn is the pioneer). The convenience hides layered risk: the vault deploys into other protocols, so you inherit its own plus every underlying protocol's smart-contract risk, and an attractive APY may be unsustainable token emissions rather than real fees/interest.
Yield Farming
The practice of depositing crypto assets into DeFi protocols to earn rewards, typically in the form of interest, fees, or governance tokens. Yield farmers often move assets between protocols to maximize returns, but higher yields usually come with higher smart contract and impermanent loss risk.
Z
Zero-Knowledge Proof
A cryptographic method that allows one party (the prover) to demonstrate to another party (the verifier) that a statement is true without revealing any additional information beyond the statement's validity. In blockchain, ZK proofs power privacy-preserving transactions, ZK rollups for scalability, and identity verification without exposing personal data. zk-SNARKs and zk-STARKs are the two main variants.
ZK Coprocessor
A system that runs heavy computation or reads deep historical chain data off-chain, then returns the result to a smart contract with a zero-knowledge proof that it was computed correctly. The contract verifies the small proof instead of paying gas to re-execute the work — giving it trustless access to computation and history it could never afford on-chain. Examples include Axiom (over Ethereum history) and general zkVMs like RISC Zero. The proof guarantees honest execution of the proven program, not that the program's logic is correct.
zk-Rollup
A rollup that generates cryptographic validity proofs (ZK-SNARKs or ZK-STARKs) of every batch's correctness, posted to L1 for verification. Compared to optimistic rollups: shorter withdrawal times (hours vs 7 days), stronger cryptographic security, but higher proving costs. Production examples: zkSync Era, StarkNet, Polygon zkEVM, Linea, Scroll, Aztec. See also the topic on zk-SNARK vs zk-STARK vs PLONK.
zk-SNARK
Succinct Non-interactive ARgument of Knowledge — the original zero-knowledge proof family used in production crypto. Small proofs (~200-500 bytes), fast verification, but historically required trusted setup ceremonies. Zcash pioneered production zk-SNARKs in 2016. Used by many ZK rollups (Polygon zkEVM, Aztec) and privacy chains. Halo 2 variants eliminated the trusted setup requirement.
zk-STARK
Scalable Transparent ARgument of Knowledge — a zero-knowledge proof family with no trusted setup and quantum-resistant construction. Larger proofs (~50-200 KB) than SNARKs but cryptographically cleaner and post-quantum secure. Used by StarkNet end-to-end and as the prover in zkSync Era (wrapped in SNARK for cheap L1 verification via Boojum).
zkEVM
A zero-knowledge EVM — a virtual machine that executes Ethereum-compatible smart contracts inside a ZK proof system. The classification has 'Types': Type 1 (fully Ethereum-equivalent), Type 2 (EVM-operation-equivalent), Type 3 (mostly equivalent), Type 4 (Solidity-equivalent). Production zkEVMs include zkSync Era (Type 4), Polygon zkEVM (Type 2), Scroll (Type 2), Linea (Type 2), Taiko (Type 1).