Crypto & Blockchain Glossary

Your comprehensive A-Z dictionary of blockchain and cryptocurrency terms. Decode the jargon and speak the language of crypto fluently.

Updated April 2026

A

Address
A string of alphanumeric characters that represents a destination for cryptocurrency. Like an email address, but for receiving crypto. Example: 0x742d35Cc6634C0532925a3b844Bc9e7595f...
Airdrop
Free distribution of cryptocurrency tokens to wallet addresses, usually as a marketing strategy or reward for early adopters. Be cautious of scam airdrops that require you to connect your wallet to unknown sites.
Altcoin
Any cryptocurrency other than Bitcoin. The term comes from "alternative coin." Examples include Ethereum (ETH), Solana (SOL), and Cardano (ADA).
AMM (Automated Market Maker)
A type of decentralized exchange protocol that uses mathematical formulas and liquidity pools to set prices, rather than traditional order books. Uniswap popularized this model.
APR (Annual Percentage Rate)
The annual rate of return on an investment, not accounting for compounding. Compare with APY.
APY (Annual Percentage Yield)
The annual rate of return including compounding. A 10% APR compounded monthly equals approximately 10.47% APY.
ASIC (Application-Specific Integrated Circuit)
A specialized computer chip designed solely for mining cryptocurrency. ASICs are far more efficient than general-purpose CPUs or GPUs for mining but can only perform one function.

B

Bear Market
A prolonged period of declining prices, typically defined as a 20%+ drop from recent highs. In crypto, bear markets can see 70-90% declines and last 1-2 years.
Block
A collection of transaction data that is bundled together and added to the blockchain. Each block contains a cryptographic hash of the previous block, creating the chain.
Block Explorer
A tool that allows you to view all transactions, addresses, and blocks on a blockchain. Examples: Etherscan (Ethereum), Blockchain.com (Bitcoin), Solscan (Solana).
Block Reward
The cryptocurrency reward given to miners/validators for successfully creating a new block. Bitcoin's current block reward is 3.125 BTC (after the 2024 halving).
Bridge
A protocol that enables the transfer of assets between different blockchain networks. For example, bridging ETH from Ethereum mainnet to Arbitrum (a Layer 2).
Bull Market
A prolonged period of rising prices and positive market sentiment. Crypto bull markets often see 10-100x gains across the market.
Burn
The permanent removal of tokens from circulation, usually by sending them to an inaccessible address. Burning reduces supply, which can increase the value of remaining tokens.

C

CEX (Centralized Exchange)
A cryptocurrency exchange operated by a company that acts as an intermediary between buyers and sellers. Examples: Coinbase, Kraken, Binance. Compare with DEX.
Cold Storage
Keeping cryptocurrency offline, away from internet-connected devices. Hardware wallets and paper wallets are forms of cold storage. The most secure way to store crypto long-term.
Consensus Mechanism
The method by which a blockchain network agrees on the current state of the ledger. Major types include Proof of Work (Bitcoin) and Proof of Stake (Ethereum).
Cross-Chain
The ability to transfer assets or data between different blockchain networks. Cross-chain bridges and protocols enable interoperability between otherwise isolated chains.
Custodial
A service where a third party (like an exchange) holds and manages your cryptocurrency on your behalf. You don't control the private keys. See "Not your keys, not your coins."

D

DAO (Decentralized Autonomous Organization)
An organization governed by smart contracts and token holder votes rather than traditional management. Token holders propose and vote on decisions, with smart contracts automatically executing approved proposals.
dApp (Decentralized Application)
An application that runs on a decentralized network (blockchain) rather than centralized servers. Examples: Uniswap, Aave, OpenSea.
DeFi (Decentralized Finance)
Financial services (lending, borrowing, trading, insurance) built on blockchain networks using smart contracts, without traditional intermediaries like banks. Learn more →
DEX (Decentralized Exchange)
A cryptocurrency exchange that operates without a central authority, using smart contracts to facilitate trades directly between users. Examples: Uniswap, Curve, Jupiter.
Diamond Hands
Slang for holding a cryptocurrency through significant price drops without selling. The opposite of "paper hands."
DYOR (Do Your Own Research)
A common crypto community saying urging individuals to thoroughly research projects before investing, rather than relying on others' opinions or hype.

E

EIP (Ethereum Improvement Proposal)
A formal proposal for changes to the Ethereum protocol. Notable examples: EIP-1559 (fee burn mechanism) and EIP-4844 (proto-danksharding for Layer 2 scaling).
ERC-20
The most common token standard on Ethereum. Defines a set of rules that all fungible tokens on Ethereum must follow, ensuring compatibility with wallets and exchanges.
EVM (Ethereum Virtual Machine)
The runtime environment for smart contracts on Ethereum. Many other blockchains are "EVM-compatible," meaning they can run Ethereum smart contracts. Examples: Arbitrum, Polygon, BSC.

F

Fiat
Government-issued currency that is not backed by a physical commodity. Examples: USD, EUR, GBP, JPY. The term comes from the Latin "let it be done."
Flash Loan
A DeFi innovation where you can borrow any amount of crypto with zero collateral, as long as you repay it within the same transaction block. Used for arbitrage, collateral swaps, and self-liquidation.
FOMO (Fear of Missing Out)
The anxiety-driven urge to buy a cryptocurrency because its price is rising rapidly. FOMO often leads to buying at the top and suffering losses.
Fork
A change to a blockchain's protocol. A hard fork creates a permanent divergence (e.g., Bitcoin Cash forking from Bitcoin). A soft fork is backward-compatible.
FUD (Fear, Uncertainty, and Doubt)
Negative information or sentiment spread to create panic in the market. Can be legitimate concerns or deliberate misinformation.

G

Gas
The unit measuring the computational effort required to execute operations on Ethereum. Gas fees are paid in ETH and vary based on network congestion. Layer 2 solutions dramatically reduce gas costs.
Genesis Block
The first block ever created on a blockchain. Bitcoin's genesis block was mined on January 3, 2009, by Satoshi Nakamoto.
Governance Token
A token that gives holders voting rights in a protocol's decision-making process. Examples: UNI (Uniswap), AAVE (Aave), MKR (MakerDAO).

H

Halving
An event where the block reward for mining is cut in half, reducing the rate of new coin creation. Bitcoin halves approximately every 4 years (210,000 blocks). The most recent halving was in April 2024.
Hash
A fixed-length output produced by a hash function from any input data. Hashes are fundamental to blockchain security — they link blocks together and make tampering detectable.
Hash Rate
The total computing power being used to mine and process transactions on a Proof of Work blockchain. Higher hash rate = more security. Measured in hashes per second (H/s).
HODL
A misspelling of "hold" that became crypto slang for holding cryptocurrency long-term regardless of price movements. Sometimes retroactively interpreted as "Hold On for Dear Life."
Hot Wallet
A cryptocurrency wallet connected to the internet. Convenient for daily use but more vulnerable to hacking. Opposite of cold storage.

I

Impermanent Loss
A loss that liquidity providers experience when the price ratio of their deposited tokens changes. Called "impermanent" because the loss only becomes real when you withdraw. Higher price divergence = higher loss.
Interoperability
The ability of different blockchain networks to communicate and exchange data or assets with each other. Projects like Polkadot, Cosmos, and LayerZero focus on interoperability.

K

KYC (Know Your Customer)
Identity verification procedures required by regulated exchanges. Typically involves providing government ID, proof of address, and sometimes a selfie. Required by law in most jurisdictions.

L

Layer 1 (L1)
The base blockchain network itself. Examples: Bitcoin, Ethereum, Solana, Avalanche. Layer 1 blockchains provide security and consensus.
Layer 2 (L2)
Scaling solutions built on top of Layer 1 blockchains to improve transaction speed and reduce costs. Examples: Arbitrum, Optimism, Base (on Ethereum), Lightning Network (on Bitcoin).
Liquidity
The ease with which an asset can be bought or sold without significantly affecting its price. High liquidity = easier to trade. Bitcoin and Ethereum are the most liquid crypto assets.
Liquidity Pool
A collection of tokens locked in a smart contract that provides liquidity for decentralized trading. LPs deposit token pairs and earn fees from traders who swap against the pool.

M

Market Cap (Market Capitalization)
The total value of a cryptocurrency, calculated as: current price × circulating supply. Market cap is a better measure of a project's size than price per coin.
Mempool
The "waiting room" for unconfirmed transactions before they're included in a block. Transactions with higher gas fees get prioritized by miners/validators.
Merkle Tree
A data structure used to efficiently verify the integrity of data in a block. Allows verification of individual transactions without downloading the entire block.
Mining
The process of using computational power to validate transactions and create new blocks on a Proof of Work blockchain. Miners compete to solve mathematical puzzles and earn block rewards.
Minting
The creation of new tokens or NFTs. When you "mint" an NFT, you're creating a new one on the blockchain for the first time.

N

NFT (Non-Fungible Token)
A unique digital token representing ownership of a specific item (art, music, virtual real estate, etc.). Unlike cryptocurrencies, each NFT is unique and cannot be exchanged 1:1 for another.
Node
A computer that runs blockchain software and maintains a copy of the ledger. Full nodes validate all transactions and blocks. More nodes = more decentralization and security.
Nonce
A number used once in mining. Miners change the nonce to find a hash that meets the network's difficulty target. The nonce is key to the Proof of Work process.

O

On-Chain
Transactions or data that are recorded directly on the blockchain. On-chain data is public, transparent, and immutable. "On-chain analysis" examines blockchain data for insights.
Oracle
A service that provides real-world data to smart contracts on the blockchain. Since blockchains can't access external data natively, oracles bridge this gap. Chainlink is the most widely used oracle network.
Order Book
A list of buy and sell orders for an asset, organized by price. Used by centralized exchanges and some DEXs to match buyers with sellers.

P

Paper Wallet
A physical printout of your public and private keys. An early form of cold storage, now largely replaced by hardware wallets which are more practical and secure.
Private Key
A secret cryptographic key that proves ownership of a blockchain address and allows you to sign transactions. Must be kept absolutely secret. Losing it means losing access to your funds permanently.
Proof of Stake (PoS)
A consensus mechanism where validators are chosen based on the amount of cryptocurrency they "stake" (lock up) as collateral. Used by Ethereum, Solana, Cardano, and most modern blockchains. Far more energy-efficient than Proof of Work.
Proof of Work (PoW)
A consensus mechanism where miners compete to solve complex mathematical puzzles to validate transactions. Used by Bitcoin. Extremely secure but energy-intensive.
Protocol
The underlying rules and code that define how a blockchain or DeFi application operates. Examples: the Bitcoin protocol, the Uniswap protocol, the Aave protocol.
Public Key
A cryptographic key that can be shared publicly. It's derived from your private key and is used to generate your wallet address. Think of it as your account number.

R

Rollup
A Layer 2 scaling solution that executes transactions off-chain but posts transaction data on-chain. Two types: Optimistic Rollups (Arbitrum, Optimism) and ZK-Rollups (zkSync, StarkNet).
Rug Pull
A scam where developers abandon a project and run away with investors' funds. Common in DeFi and new token launches. Signs include anonymous teams, unaudited code, and locked liquidity without timelock.

S

Satoshi
The smallest unit of Bitcoin, equal to 0.00000001 BTC. Named after Bitcoin's pseudonymous creator, Satoshi Nakamoto.
Seed Phrase
A sequence of 12 or 24 words that can recover your entire cryptocurrency wallet. It is the master key to your funds and must be stored securely offline. Learn more →
Slashing
A penalty mechanism in Proof of Stake where validators lose a portion of their staked tokens for malicious behavior or prolonged downtime. Incentivizes honest participation.
Slippage
The difference between the expected price of a trade and the actual executed price. Higher slippage occurs in low-liquidity markets or with large orders.
Smart Contract
A self-executing program stored on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. Ethereum pioneered smart contracts, which power all of DeFi.
Stablecoin
A cryptocurrency designed to maintain a stable value, typically pegged 1:1 to the US dollar. Types include fiat-backed (USDC, USDT), crypto-backed (DAI), and algorithmic.
Staking
Locking up cryptocurrency to support network operations (validation) and earning rewards in return. Similar to earning interest, but you're helping secure the blockchain.

T

Token
A digital asset created on an existing blockchain (as opposed to a "coin" which has its own blockchain). For example, USDC is an ERC-20 token built on Ethereum.
Tokenomics
The economics of a cryptocurrency token: total supply, distribution, emission schedule, utility, burn mechanisms, and incentive structures. Good tokenomics align holder and protocol interests.
TVL (Total Value Locked)
The total value of crypto assets deposited in a DeFi protocol. TVL is a key metric for measuring DeFi adoption and protocol health. Tracked by sites like DeFi Llama.

V

Validator
In Proof of Stake, a participant who stakes tokens and verifies transactions to maintain the blockchain. Validators replace miners from Proof of Work systems.
Vesting
A schedule that gradually releases tokens over time, preventing team members or early investors from selling all their tokens at once. Important for evaluating tokenomics.
Volatility
The degree of price variation over time. Crypto is known for high volatility — large price swings in both directions are common and normal.

W

Wallet
Software or hardware that stores your private keys and allows you to send, receive, and manage cryptocurrency. Despite the name, wallets don't actually "store" crypto — they store the keys that prove ownership.
Web3
The vision of a decentralized internet built on blockchain technology, where users own their data, identity, and assets rather than relying on centralized platforms.
Whale
An individual or entity that holds a very large amount of cryptocurrency. Whale movements (large buys or sells) can significantly impact market prices.
Whitepaper
A detailed document that explains a cryptocurrency project's technology, purpose, tokenomics, and roadmap. Bitcoin's whitepaper, published by Satoshi Nakamoto in 2008, is the foundational document of the entire industry.
Wrapped Token
A token that represents another cryptocurrency on a different blockchain. For example, Wrapped Bitcoin (WBTC) is an ERC-20 token on Ethereum that represents Bitcoin 1:1.

Y

Yield
The return earned on cryptocurrency holdings through staking, lending, liquidity provision, or other DeFi activities. Expressed as APR or APY.
Yield Farming
The practice of deploying crypto across various DeFi protocols to maximize returns. Can involve lending, providing liquidity, or staking in multiple layers. Learn more →

Z

Zero-Knowledge Proof (ZKP)
A cryptographic method that allows one party to prove they know something without revealing the information itself. Used in privacy-preserving transactions and Layer 2 scaling solutions (ZK-Rollups).

Missing a Term?

This glossary is regularly updated. If you can't find a term, check our Blockchain Basics or DeFi Guide for detailed explanations of core concepts.