Crypto Glossary Cheat Sheet
Blockchain Fundamentals
| Term | Definition |
|---|---|
| Blockchain | A distributed, immutable ledger that records transactions across a network of computers. Each block is cryptographically linked to the previous one. |
| Node | A computer that maintains a copy of the blockchain and validates transactions. More nodes = more decentralization. |
| Consensus Mechanism | The method a blockchain uses to agree on the current state of the ledger. Proof of Work and Proof of Stake are the two dominant models. |
| Proof of Work (PoW) | Miners compete to solve computational puzzles to validate blocks. Energy-intensive but battle-tested (Bitcoin uses PoW). |
| Proof of Stake (PoS) | Validators lock up tokens as collateral to earn the right to validate blocks. More energy-efficient than PoW (Ethereum switched to PoS). |
| Hash Rate | Total computational power securing a PoW network. Higher hash rate = more secure and harder to attack. |
| Block Reward | New tokens minted and given to the miner/validator who adds a new block to the chain. |
| Halving | A pre-programmed event that cuts the block reward in half. Bitcoin halves roughly every 4 years, reducing new supply. |
| Fork | A change to a blockchain’s protocol. Soft forks are backward-compatible; hard forks create a separate chain (e.g., Bitcoin Cash). |
| Smart Contract | Self-executing code on a blockchain that runs when predefined conditions are met. The foundation of DeFi and dApps. |
Token Types and Standards
| Term | Definition |
|---|---|
| Coin vs. Token | Coins have their own blockchain (BTC, ETH). Tokens are built on top of an existing blockchain (most are ERC-20 tokens on Ethereum). |
| Stablecoin | A token pegged to a stable asset like the US dollar. Examples: USDC, USDT, DAI. Used to park value without leaving crypto. |
| Utility Token | A token that provides access to a product or service within a blockchain ecosystem (e.g., LINK for Chainlink oracle services). |
| Governance Token | A token that grants voting rights on protocol decisions. Holders influence upgrades, fee structures, and treasury spending. |
| NFT (Non-Fungible Token) | A unique digital asset on a blockchain representing ownership of art, collectibles, or other items. Each NFT is one-of-a-kind. |
| ERC-20 | The standard for fungible tokens on Ethereum. Defines basic functions like transfer, approve, and balance checking. |
| ERC-721 | The standard for non-fungible tokens (NFTs) on Ethereum. Each token has a unique ID. |
| Wrapped Token | A token that represents another asset on a different blockchain (e.g., WBTC is Bitcoin wrapped for use on Ethereum). |
Trading and Market Terms
| Term | Definition |
|---|---|
| Market Cap | Price × Circulating Supply. The total value of all tokens currently in circulation. |
| Fully Diluted Valuation (FDV) | Price × Maximum Supply. What the project would be worth if all tokens were in circulation today. |
| Total Value Locked (TVL) | The total dollar value of assets deposited in a DeFi protocol. A key measure of protocol adoption. |
| Liquidity | How easily an asset can be bought or sold without moving the price. Low liquidity = high volatility risk. |
| Slippage | The difference between the expected price and the actual execution price. Common in low-liquidity crypto markets. |
| Gas Fee | The transaction fee paid to validators for processing operations on a blockchain. Ethereum gas fees vary with network congestion. |
| HODL | Crypto slang for “hold” — a long-term buy-and-hold strategy regardless of price swings. |
| Whale | An individual or entity holding a very large amount of a cryptocurrency. Whale movements can move markets. |
| DCA (Dollar-Cost Averaging) | Investing a fixed amount at regular intervals regardless of price. Reduces the impact of volatility. |
DeFi Key Terms
| Term | Definition |
|---|---|
| DeFi (Decentralized Finance) | Financial services built on blockchains without intermediaries — lending, borrowing, trading, and more via smart contracts. |
| DEX (Decentralized Exchange) | A platform for trading tokens directly from your wallet using smart contracts. No central authority holds your funds. |
| AMM (Automated Market Maker) | A DEX model where liquidity pools (not order books) set prices algorithmically. Uniswap pioneered this approach. |
| Liquidity Pool | A smart contract holding paired tokens that traders can swap against. Liquidity providers earn trading fees. |
| Yield Farming | Moving assets between DeFi protocols to maximize returns — typically earning trading fees + governance token rewards. |
| Staking | Locking tokens in a protocol to support network operations (validation) and earning rewards in return. |
| Impermanent Loss | The loss liquidity providers face when token prices diverge. The more prices move, the greater the loss vs. simply holding. |
| Flash Loan | An uncollateralized loan that must be borrowed and repaid within a single transaction block. Used for arbitrage and liquidations. |
Security and Storage
| Term | Definition |
|---|---|
| Private Key | A secret alphanumeric code that proves ownership of a crypto wallet. Lose it and your funds are gone permanently. |
| Public Key | A wallet address derived from your private key. Safe to share — it’s how others send you crypto. |
| Seed Phrase | A 12- or 24-word recovery phrase that regenerates your private keys. Store offline, never digitally. |
| Hot Wallet | A wallet connected to the internet (browser extension, mobile app). Convenient but more vulnerable to hacks. |
| Cold Wallet | An offline hardware device for storing crypto. Most secure option for long-term holdings. |
| Rug Pull | A scam where developers drain liquidity from a DeFi project and disappear with investor funds. |
| 51% Attack | When a single entity controls more than half of a PoW network’s hash rate, enabling them to double-spend or block transactions. |
Key Takeaways
- Understand the difference between PoW and PoS — they define a chain’s security model and economics
- Market cap alone is misleading — always check FDV and circulating vs. max supply
- DeFi replaces intermediaries with smart contracts — know the risks (impermanent loss, smart contract bugs)
- Private key security is non-negotiable — use cold storage for significant holdings
- Gas fees, slippage, and liquidity directly impact your real returns on crypto trades
Frequently Asked Questions
What is the difference between a coin and a token?
A coin operates on its own native blockchain (Bitcoin on the Bitcoin network, ETH on Ethereum). A token is built on top of an existing blockchain — most are ERC-20 tokens on Ethereum. The distinction matters because coins require their own infrastructure, while tokens leverage an existing chain’s security.
What is Total Value Locked (TVL) and why does it matter?
TVL measures the total dollar value of assets deposited in a DeFi protocol’s smart contracts. It’s the closest thing DeFi has to AUM in traditional finance. Rising TVL signals growing trust and adoption; falling TVL can mean users are pulling funds due to better yields elsewhere or loss of confidence.
What is impermanent loss?
Impermanent loss occurs when you provide liquidity to a DEX pool and the price ratio of your deposited tokens changes. The larger the price divergence, the more value you lose compared to simply holding. It’s called “impermanent” because the loss reverses if prices return to their original ratio — but in practice, they often don’t.
Are stablecoins actually stable?
Major fiat-backed stablecoins like USDC and USDT generally maintain their peg well, but they carry counterparty risk — you’re trusting the issuer holds sufficient reserves. Algorithmic stablecoins (like the collapsed UST) use code instead of reserves and have historically been much riskier. Always check the backing mechanism.
What is a rug pull and how can I avoid one?
A rug pull is when project developers drain the liquidity pool and disappear with investor funds. Red flags include anonymous teams, locked liquidity that isn’t actually locked, unrealistic yield promises, and rushed launches without audits. Stick to audited protocols with established track records and verifiable teams.