A
Intermediate
Airdrop
A distribution of free tokens or coins to wallet addresses, usually as a reward for early protocol usage, holding a related token, or completing specific tasks. Uniswap's 2020 airdrop of 400 UNI to every historical user became the template for modern protocol launches.
Beginner
AltCoin
Any cryptocurrency that is not Bitcoin. The term comes from "alternative coin" — originally referring to Litecoin, Namecoin, and other early competitors. Today the altcoin category encompasses thousands of projects including Ethereum, Solana, and Cardano.
Advanced
AMM (Automated Market Maker)
A type of decentralized exchange protocol that uses mathematical formulas (typically x*y=k) to price assets based on the ratio of tokens in a liquidity pool, rather than matching buy and sell orders. Uniswap popularized the AMM model; Curve Finance optimized it for stablecoin swaps with a different bonding curve formula.
Advanced
ASIC (Application-Specific Integrated Circuit)
Specialized hardware chips designed exclusively for one task — in crypto, mining a specific algorithm. Bitcoin ASICs (like Bitmain's Antminer series) perform SHA-256 hashing millions of times more efficiently than general-purpose CPUs or GPUs, making them the only economically viable Bitcoin mining hardware.
B
Beginner
Bear Market
A prolonged period of falling prices, typically defined as a decline of 20% or more from recent highs. In crypto, bear markets have historically lasted 12–18 months after bull market peaks, with Bitcoin drawdowns of 70–85% from all-time highs.
Advanced
Bridge
A protocol that enables moving tokens between different blockchains. Cross-chain bridges lock tokens on the source chain and mint equivalent tokens on the destination chain. Bridges are one of the highest-risk components in DeFi — Ronin Bridge, Wormhole, and Nomad have each suffered $300M+ hacks due to bridge vulnerabilities.
Beginner
Bull Market
A prolonged period of rising prices and positive investor sentiment. Crypto bull markets are typically associated with Bitcoin halving cycles — the 12–18 months following each halving have historically been the strongest price appreciation periods.
C
Intermediate
Cold Wallet (Cold Storage)
A wallet that stores private keys offline, disconnected from the internet. Hardware wallets (Ledger, Trezor) and paper wallets are common forms. Cold storage is the most secure method for holding significant crypto, as keys can never be remotely compromised when kept offline.
Beginner
CEX (Centralized Exchange)
A cryptocurrency exchange operated by a company that holds customer funds in custody. Examples: Binance, Coinbase, Kraken. CEXs offer familiar UX and high liquidity but require trusting the operator — the collapse of FTX in 2022 highlighted the counterparty risk of holding assets on CEXs.
Advanced
Collateralization Ratio
The ratio of collateral value to borrowed value in a lending protocol. Aave requires collateral ratios of 110–175% depending on the asset risk. If collateral falls below the liquidation threshold (e.g., 83% LTV for ETH on Aave v3), the position is liquidated by bots to repay the loan.
D
Beginner
DCA (Dollar-Cost Averaging)
An investment strategy of buying a fixed dollar amount of an asset at regular intervals regardless of price, rather than investing a lump sum. DCA reduces the emotional impact of market timing and lowers average cost during declining markets. Most retail investors in BTC and ETH use DCA over 1–4 year accumulation periods.
Intermediate
DeFi (Decentralized Finance)
Financial services (lending, borrowing, trading, earning yield) delivered through smart contracts on blockchains without intermediaries. Total Value Locked (TVL) in DeFi exceeded $200B in 2026, with Aave, Uniswap, and Lido as the largest protocols by TVL.
Intermediate
DEX (Decentralized Exchange)
A peer-to-peer marketplace that uses smart contracts (typically AMMs) to enable trading directly from wallets without a custodian. Uniswap, Curve, and dYdX are major DEXs. DEXs offer self-custody but typically have higher slippage and gas costs than CEXs for large trades.
E
Intermediate
EIP (Ethereum Improvement Proposal)
A design document proposing new features or changes to Ethereum's protocol. Famous EIPs include EIP-1559 (fee burning mechanism, deployed 2021), EIP-4844 (blob storage for rollups, deployed 2024), and EIP-7251 (increased validator stake limits, deployed in Pectra 2025).
Beginner
Exchange (Crypto Exchange)
A platform where cryptocurrencies can be bought, sold, or traded. Can be centralized (CEX) or decentralized (DEX). When choosing an exchange, consider: regulatory compliance, security track record, liquidity, fees, and whether they offer cold storage for user funds.
F
Beginner
FOMO (Fear of Missing Out)
The anxiety-driven impulse to buy an asset that has already risen significantly, based on fear of missing further gains. FOMO buyers typically buy near market tops and are often the "exit liquidity" for earlier investors taking profits. Recognizing FOMO in your own decision-making is a core skill of risk management.
Intermediate
Flash Loan
An uncollateralized loan in DeFi that must be borrowed and repaid within the same transaction block. Flash loans are used for arbitrage, liquidations, and collateral swaps. They've also been used in exploits — attackers borrow millions to temporarily manipulate oracle prices and drain protocols before repaying the loan.
Beginner
FUD (Fear, Uncertainty, and Doubt)
Negative information — real or fabricated — spread to create panic selling. Common FUD includes false reports of exchange hacks, regulatory bans, or protocol exploits. Evaluating FUD critically before acting is essential in crypto markets, where false information can cause 10–20% price drops within hours.
G
Intermediate
Gas (Ethereum)
The computational fee paid to execute transactions or smart contracts on Ethereum, denominated in Gwei (1 Gwei = 0.000000001 ETH). Post-EIP-1559, gas consists of a base fee (burned) plus a priority fee (tip to validators). Post-Pectra, average gas on mainnet is ~2 Gwei — historically low, down from 50–200 Gwei peaks.
Beginner
Genesis Block
The very first block of a blockchain. Bitcoin's genesis block (Block 0) was mined by Satoshi Nakamoto on January 3, 2009. It contains the message "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks" — widely interpreted as a comment on the traditional financial system's failures that motivated Bitcoin's creation.
H
Beginner
Halving
The programmatic reduction of Bitcoin's block reward by 50%, occurring approximately every 4 years (every 210,000 blocks). The April 2024 halving reduced the reward from 6.25 to 3.125 BTC per block. The next halving (~2028) will reduce it to 1.5625 BTC. Halvings reduce new supply issuance, historically preceding major bull markets by 6–18 months.
Intermediate
Hot Wallet
A cryptocurrency wallet connected to the internet — either software (MetaMask, Trust Wallet) or exchange-held. Hot wallets are convenient for frequent trading but are more vulnerable to hacks than cold storage. Best practice: keep only what you need for active trading in hot wallets; store long-term holdings in cold storage.
L
Intermediate
Layer 2 (L2)
A secondary network built on top of a Layer 1 blockchain (like Ethereum) to increase throughput and reduce fees while inheriting L1 security. Major Ethereum L2s include Arbitrum, Optimism, and zkSync. L2 transactions can cost 10–100× less than Ethereum mainnet while settling finality on-chain.
Beginner
Liquidity
The ease with which an asset can be bought or sold without significantly affecting its price. High liquidity = tight bid-ask spread, low slippage. Bitcoin has the highest liquidity in crypto; small-cap altcoins have low liquidity, meaning even moderate buys or sells can move price 5–20%.
Intermediate
Liquidation
The forced closure of a leveraged position or undercollateralized loan when the collateral value falls below the required threshold. On DeFi lending protocols, liquidations are executed by bots that receive a 5–10% liquidation bonus. Leveraged futures traders on CEXs can be liquidated instantly when price moves against their position.
M
Advanced
Mempool
Short for "memory pool" — the waiting area for unconfirmed blockchain transactions. Every full node maintains its own mempool. Transactions sit in the mempool until a miner or validator includes them in a block. During network congestion, mempools fill with thousands of transactions and fees spike dramatically as users compete for block space.
Advanced
MEV (Maximal Extractable Value)
Profit extracted by block producers by reordering, inserting, or censoring transactions within a block. MEV includes sandwich attacks on DEX traders, DEX arbitrage, and liquidation racing. Ethereum's MEV ecosystem extracted over $1.4B in 2025. Read our full MEV guide →
Beginner
Market Cap
Total market capitalization: current price multiplied by circulating supply. Bitcoin's market cap of ~$1.54T makes it 60.1% of the total crypto market cap of $2.57T (BTC dominance). Market cap is a better measure of size than price alone — a $0.001 token with 1 trillion supply has a $1B market cap.
N
Intermediate
NFT (Non-Fungible Token)
A unique digital asset whose ownership is recorded on a blockchain. Unlike fungible tokens (where 1 ETH = any other 1 ETH), each NFT has a unique identifier making it one-of-a-kind. NFTs represent ownership of digital art, gaming items, music, real estate deeds, and more.
Beginner
Node
A computer that participates in a blockchain network by storing a copy of the blockchain and verifying transactions. Full nodes independently verify every transaction against consensus rules. Running your own node is the most trustless way to interact with a blockchain — you don't rely on any third party to tell you the truth about the chain state.
O
Intermediate
Oracle
A service that provides real-world data (prices, weather, sports scores) to smart contracts on the blockchain. Chainlink is the dominant decentralized oracle network — its price feeds secure over $50B in DeFi collateral. Oracle manipulation is one of the most common DeFi attack vectors; a false price feed can drain entire lending protocols.
Advanced
On-chain Analysis
The practice of analyzing blockchain transaction data to assess market structure, investor behavior, and supply dynamics. Key metrics: exchange reserves, LTH supply, SOPR, NUPL. Read our full on-chain analysis guide →
P
Intermediate
Private Key
A secret cryptographic key (256-bit number) that proves ownership of a crypto wallet and authorizes transactions. Your private key is your money — anyone with it controls your funds. Never share it, never type it online, and store it offline in multiple secure locations. Seed phrases (12/24 words) are the human-readable form of private keys.
Intermediate
Proof of Stake (PoS)
A consensus mechanism where validators lock ("stake") cryptocurrency as collateral to earn the right to validate blocks and earn rewards. Ethereum transitioned to PoS in "The Merge" (September 2022), cutting its energy consumption by 99.95%. Validators who act dishonestly have their staked ETH "slashed" (destroyed).
Intermediate
Proof of Work (PoW)
Bitcoin's consensus mechanism: miners compete to solve a computationally expensive cryptographic puzzle (SHA-256 hash). The first to find a valid solution earns the block reward. PoW provides proven security through computational difficulty — the cost of attacking Bitcoin is the cost of controlling 51% of global hashrate, currently over $20B in hardware.
R
Intermediate
Rollup
A Layer 2 scaling solution that executes transactions off-chain and posts compressed transaction data or proofs to Ethereum mainnet. Optimistic rollups (Arbitrum, Optimism) assume transactions are valid and allow a 7-day fraud proof window. ZK rollups (zkSync, Starknet) post cryptographic validity proofs with each batch, enabling faster finality.
Intermediate
Rug Pull
A scam where project developers abandon a project and steal investor funds — typically by draining liquidity pools or minting unlimited tokens and selling them. Rug pulls are most common on new DeFi projects with anonymous teams and unaudited contracts. Red flags: anonymous team, no audit, sudden high APY promises, locked liquidity that expires soon.
S
Beginner
Seed Phrase (Recovery Phrase)
A sequence of 12 or 24 words that encodes a wallet's private keys, allowing wallet recovery if a device is lost or broken. Store your seed phrase offline in multiple physical locations — it's the master key to all wallets derived from it. Never enter it online or into any app — legitimate wallet software never requests your seed phrase.
Intermediate
Slippage
The difference between the expected price of a trade and the actual executed price, caused by price movement between order submission and execution. On AMM DEXs, large trades relative to pool liquidity cause high slippage. Setting 0.5–1% slippage tolerance is standard; higher settings risk sandwich attacks; too low causes failed transactions.
Beginner
Smart Contract
Self-executing code deployed on a blockchain that automatically enforces agreement terms without intermediaries. Smart contracts power all DeFi, NFT, and DAO applications. Once deployed, their code is immutable (unless built with upgrade mechanisms) — making audits critical before deployment, as bugs can be permanently exploited.
Intermediate
Stablecoin
A cryptocurrency pegged to a stable asset, typically the US dollar. Types: fiat-backed (USDT, USDC — 1:1 cash reserves), crypto-backed (DAI, GHO — overcollateralized with crypto), and algorithmic (experimental, high risk — UST collapsed in 2022 losing $40B). Total stablecoin supply exceeds $250B in 2026.
T
Beginner
Token vs Coin
A "coin" is a cryptocurrency native to its own blockchain (BTC, ETH, SOL). A "token" is created on top of an existing blockchain using smart contracts (USDT, UNI, LINK are Ethereum tokens). The distinction matters for gas: tokens require the underlying coin to pay for transactions.
Intermediate
TVL (Total Value Locked)
The total value of crypto assets deposited into DeFi protocols — a primary measure of protocol health and adoption. Across all DeFi, TVL exceeded $200B in 2026. Lido ($40B+), Aave ($25B+), and Uniswap ($15B+) are consistently the top protocols by TVL.
U
Advanced
UTXO (Unspent Transaction Output)
Bitcoin's accounting model. Instead of account balances, Bitcoin tracks individual unspent outputs. When you receive BTC, you receive a UTXO. When you spend it, that UTXO is consumed and new UTXOs are created (change returns to you). UTXO age tracking is the basis of on-chain analysis metrics like SOPR and coin days destroyed.
V
Beginner
Volatility
The degree of price variation over time. Bitcoin's annualized volatility is ~50–80%, compared to gold (~15%) and the S&P 500 (~15–20%). High volatility creates profit opportunities but also means drawdowns of 50–80% are possible — understanding your personal risk tolerance is essential before allocating to crypto.
W
Beginner
Wallet
Software or hardware that stores cryptographic keys and allows you to send and receive cryptocurrency. Your wallet doesn't "store" coins — coins live on the blockchain. The wallet stores your private keys that prove ownership. Popular wallets: MetaMask (browser), Ledger/Trezor (hardware), Exodus (desktop/mobile).
Intermediate
Whale
A market participant holding a very large amount of cryptocurrency — typically 1,000+ BTC or equivalent. Whale movements are closely watched by on-chain analysts because large transfers to exchanges can signal intent to sell, while transfers to cold wallets signal long-term holding. Whale accumulation during bear markets has historically preceded the next bull run.
Z
Advanced
zkEVM
A Zero-Knowledge Ethereum Virtual Machine — a ZK rollup that is fully compatible with Ethereum smart contracts. zkEVMs allow existing Ethereum dApps to deploy on L2 with no code changes while benefiting from ZK proof security and fast finality. Polygon zkEVM, zkSync Era, and Scroll are the leading zkEVM implementations.
Advanced
Zero-Knowledge Proof (ZKP)
A cryptographic method that proves a statement is true without revealing any information beyond that fact. In blockchain, ZKPs allow one party to prove "I know the private key to this address" or "this batch of 10,000 transactions is valid" without exposing transaction details or the key. ZKPs power privacy coins (Zcash) and ZK rollups (zkSync, Starknet, Scroll).