$ ~/learn/glossary grep -i
84 terms

Plain-English definitions of the terms you'll actually run into. No jargon-for-jargon's-sake.

#
51% Attack
When a single entity controls a majority of a proof-of-work network's hash rate and can double-spend or censor transactions.
A
Address
A string derived from a public key used to send and receive crypto on a blockchain.
Airdrop
Free distribution of tokens to wallets, usually to bootstrap a network or reward early users.
Altcoin
Any cryptocurrency other than Bitcoin.
AMM
Automated Market Maker. A DEX design that prices assets using a formula and liquidity pools instead of an order book.
APR / APY
Annualized yield. APR is simple; APY compounds. Common in DeFi lending and staking.
ATH / ATL
All-Time High / All-Time Low price of an asset.
B
Bag
Slang for the collection of tokens a person holds.
Basis Points (bps)
1/100th of a percent. 25 bps = 0.25%.
Bear Market
A prolonged downtrend, typically 20%+ off highs with negative sentiment.
Block
A batch of transactions cryptographically linked to the previous block.
Blockchain
An append-only ledger of blocks replicated across many independent nodes.
Block Reward
New coins issued to the miner or validator that produces a block.
Bridge
Software that moves assets or messages between blockchains. Historically the highest-risk DeFi surface.
Bull Market
A sustained uptrend with rising prices and optimistic sentiment.
Burn
Permanently removing tokens from circulation by sending them to an unspendable address.
C
CEX
Centralized Exchange. A custodial venue like Coinbase, Binance, or Kraken.
Cold Storage
Keeping keys fully offline — hardware wallets, paper, or air-gapped machines.
Consensus
The mechanism that gets independent nodes to agree on the ledger state.
Custody
Who controls the private keys. 'Not your keys, not your coins.'
D
DAO
Decentralized Autonomous Organization. On-chain governance over a protocol treasury or parameters.
dApp
Decentralized application — a frontend that talks to on-chain smart contracts.
DeFi
Decentralized Finance. Lending, trading, and derivatives built on smart contracts, without custodians.
DEX
Decentralized Exchange. Non-custodial trading via smart contracts (e.g. Uniswap).
Dust
A trivial amount of crypto too small to move economically after fees.
E
EIP
Ethereum Improvement Proposal. The formal process for evolving the protocol.
ERC-20
The Ethereum standard for fungible tokens.
ERC-721 / ERC-1155
Ethereum standards for NFTs (unique / semi-fungible tokens).
EVM
Ethereum Virtual Machine. The runtime that executes smart contracts.
F
Fiat
Government-issued currency like USD or EUR.
Fork
A change to protocol rules. Soft forks are backwards compatible; hard forks are not.
G
Gas
The fee paid to execute a transaction, measured in gwei on Ethereum.
Genesis Block
The first block in a blockchain.
H
Halving
The Bitcoin event, every ~4 years, that cuts the block reward in half.
Hash
A fixed-length fingerprint of data. Foundation of blockchain integrity.
Hash Rate
Total computational power securing a proof-of-work network.
HODL
Long-term holding through volatility. Originally a typo of 'hold'.
Hot Wallet
A wallet with keys on an internet-connected device. Convenient, more exposed.
I
ICO / IDO / IEO
Initial token offerings on centralized, decentralized, or exchange-launchpad venues.
Impermanent Loss
The opportunity cost an LP takes when pool prices diverge from just holding the assets.
K
KYC
Know Your Customer. Identity verification required by regulated exchanges.
L
L1 / Layer 1
A base blockchain like Bitcoin, Ethereum, or Solana.
L2 / Layer 2
A protocol built on top of an L1 that scales throughput (e.g. Arbitrum, Optimism, Base).
Liquidation
Forced closure of a leveraged position when collateral falls below margin requirements.
Liquidity Pool
A smart-contract-held reserve of two or more assets that traders swap against.
LP
Liquidity Provider. Deposits assets into a pool in exchange for fees.
M
Mainnet
The live production blockchain. Testnets are for development.
Market Cap
Price × circulating supply. A rough proxy for network size.
Merkle Tree
A hash tree that lets you prove a transaction is in a block without downloading the whole block.
Mempool
The pool of unconfirmed transactions waiting to be included in a block.
MEV
Maximal Extractable Value. Profit validators can capture by reordering, inserting, or censoring txs.
Mining
Producing blocks in a proof-of-work chain by solving cryptographic puzzles.
Multisig
A wallet that requires M-of-N signatures to spend. Standard for treasuries.
N
NFT
Non-Fungible Token. A unique on-chain asset (art, collectibles, credentials).
Node
A computer running a blockchain client, validating and relaying transactions.
Nonce
A number used once — either the miner's PoW guess or an account's transaction counter.
O
Oracle
A service that brings off-chain data (prices, events) into smart contracts.
Orphan Block
A valid block that lost the race and is not part of the canonical chain.
P
PoS
Proof-of-Stake. Consensus where validators lock capital and lose it if they misbehave.
PoW
Proof-of-Work. Consensus where miners burn energy to produce blocks.
Private Key
The secret that authorizes spending from an address. Guard it like a password.
Public Key
Derived from the private key; used to verify signatures. Addresses come from public keys.
R
Rug Pull
A scam where founders drain liquidity or abandon a project after taking user funds.
S
Seed Phrase
12-24 words that back up a wallet. Anyone with them owns the wallet — never share.
Sharding
Splitting a blockchain into parallel pieces to scale throughput.
Slashing
A penalty in PoS that burns a validator's stake for misbehavior.
Slippage
The difference between expected and executed trade price, usually from thin liquidity.
Smart Contract
Code deployed on a blockchain that runs deterministically when called.
Solidity
The dominant programming language for Ethereum smart contracts.
Stablecoin
A token pegged to a stable asset, usually USD. Fiat-backed, crypto-collateralized, or algorithmic.
Staking
Locking tokens to help secure a PoS network in exchange for rewards.
T
Testnet
A parallel network for development where tokens have no real value.
TPS
Transactions per second. A rough throughput metric.
TradFi
Traditional Finance — banks, brokers, exchanges outside of crypto.
TVL
Total Value Locked. Dollar value of assets deposited in a protocol.
V
Validator
A node that proposes and attests to blocks in a PoS network.
Vesting
A schedule that gradually unlocks team or investor tokens over time.
W
Wallet
Software or hardware that stores keys and signs transactions.
Wei / Gwei
Denominations of ETH. 1 ETH = 10^18 wei. 1 gwei = 10^9 wei.
Whale
An address large enough to move markets when it trades.
Whitepaper
The document describing a protocol's design, economics, and rationale.
Y
yield Farming
Chasing the highest DeFi returns by rotating capital between protocols.
Z
Zero-Knowledge Proof
A cryptographic proof that a statement is true without revealing why. Basis of zk-rollups and privacy chains.
zk-Rollup
An L2 that batches transactions and posts a validity proof to the L1.