Skip to main content

Crypto Glossary: 100 Essential Terms Every Beginner Should Know

Cryptocurrency has its own language. From "HODL" to "gas fees," the terminology can feel overwhelming when you are just getting started. This glossary defines 100 essential terms you will encounter in your crypto journey, organized by category for easy reference. Bookmark this page — you will come back to it often.

Blockchain Fundamentals

1. Blockchain

A distributed digital ledger that records transactions across a network of computers. Each block contains a batch of transactions and is cryptographically linked to the previous block, forming an immutable chain. The blockchain is the foundational technology behind most cryptocurrencies.

2. Block

A bundle of validated transactions that is added to the blockchain. Each block contains a timestamp, transaction data, and a cryptographic hash of the previous block. Bitcoin's blocks are produced approximately every 10 minutes; Ethereum's approximately every 12 seconds.

3. Node

A computer that runs the blockchain software and maintains a copy of the entire blockchain. Nodes validate transactions, relay them to other nodes, and help secure the network. Running a node is one of the most direct ways to participate in a blockchain network.

4. Consensus Mechanism

The method by which a decentralized network agrees on the current state of the blockchain. The two most common are Proof of Work (PoW) and Proof of Stake (PoS). The consensus mechanism determines who gets to add the next block and how the network prevents fraud.

5. Proof of Work (PoW)

A consensus mechanism where miners compete to solve complex mathematical puzzles. The first to solve the puzzle earns the right to add the next block and receives a reward. Used by Bitcoin. Energy-intensive but battle-tested.

6. Proof of Stake (PoS)

A consensus mechanism where validators are selected to create new blocks based on the amount of cryptocurrency they have staked (locked up) as collateral. Used by Ethereum (since 2022), Solana, Cardano, and many others. More energy-efficient than PoW.

7. Hash

A fixed-length string of characters produced by running data through a mathematical function (hash function). Hashes are one-way — you cannot reverse-engineer the original data from the hash. They are used extensively in blockchain for linking blocks, verifying data integrity, and mining.

8. Genesis Block

The very first block in a blockchain. Bitcoin's genesis block (Block 0) was mined by Satoshi Nakamoto on January 3, 2009, and contained the message: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks."

9. Fork

A change to a blockchain's protocol rules. A soft fork is backward-compatible (old nodes can still participate). A hard fork is not backward-compatible and creates a new chain (e.g., the Ethereum/Ethereum Classic split in 2016).

10. Decentralization

The distribution of power, control, and decision-making across a network rather than concentrating it in a single entity. In cryptocurrency, decentralization means no government, company, or individual controls the network.

11. Distributed Ledger

A database that is shared, replicated, and synchronized across multiple nodes, locations, or institutions. A blockchain is a type of distributed ledger, but not all distributed ledgers are blockchains.

12. Smart Contract

A self-executing program stored on a blockchain that automatically enforces the terms of an agreement when specified conditions are met. Introduced by Ethereum, smart contracts enable decentralized applications, DeFi, and NFTs.

13. Mainnet

The primary, live blockchain network where actual transactions with real value occur. Contrast with testnet, which is used for development and testing.

14. Testnet

A blockchain network used for testing and development. Testnet tokens have no real value. Developers use testnets to test smart contracts and applications before deploying to mainnet.

15. Layer 1 (L1)

The base blockchain itself (e.g., Bitcoin, Ethereum, Solana). Layer 1 is the foundation on which everything else is built. L1 improvements often focus on security and decentralization.

16. Layer 2 (L2)

A secondary framework or protocol built on top of a Layer 1 blockchain to improve scalability and reduce fees. Examples include the Lightning Network (Bitcoin), Arbitrum, Optimism, and Base (Ethereum). L2s process transactions off the main chain while inheriting its security.

17. Rollup

A Layer 2 scaling solution that executes transactions off-chain but posts transaction data to Layer 1 for security. Optimistic rollups assume transactions are valid unless challenged. ZK (zero-knowledge) rollups use mathematical proofs to verify validity.

Cryptocurrency Basics

18. Cryptocurrency

A digital or virtual currency secured by cryptography and typically operating on a decentralized network. Bitcoin was the first; thousands now exist.

19. Altcoin

Any cryptocurrency other than Bitcoin. Short for "alternative coin." Ethereum, Solana, Cardano, and all other non-Bitcoin cryptocurrencies are altcoins.

20. Token

A digital asset created on an existing blockchain (as opposed to a coin, which operates on its own blockchain). For example, USDC is an ERC-20 token on Ethereum. Tokens can represent anything: currency, governance rights, assets, or utility.

21. Coin

A cryptocurrency that operates on its own native blockchain. BTC (Bitcoin blockchain), ETH (Ethereum blockchain), and SOL (Solana blockchain) are coins.

22. Stablecoin

A cryptocurrency designed to maintain a stable value relative to a reference asset, usually the US dollar. USDC and USDT are the largest stablecoins. They provide crypto's utility (speed, programmability) without its volatility.

23. Satoshi (sat)

The smallest unit of Bitcoin. 1 satoshi = 0.00000001 BTC. Named after Bitcoin's creator, Satoshi Nakamoto. As Bitcoin's price has risen, denominating in sats has become common for smaller amounts.

24. Gwei

The smallest commonly used unit of Ether, used to measure gas fees on Ethereum. 1 gwei = 0.000000001 ETH (10^-9 ETH).

25. Market Capitalization (Market Cap)

The total value of a cryptocurrency, calculated by multiplying the current price by the total circulating supply. Market cap = Price x Circulating Supply. Used to compare the relative size of different cryptocurrencies.

26. Circulating Supply

The number of coins or tokens currently available and in public circulation. This excludes locked, reserved, or not-yet-minted tokens.

27. Total Supply

The total number of coins or tokens that exist, including those that are locked or not yet in circulation. The maximum supply is the hard cap (e.g., 21 million for Bitcoin).

28. Halving

A programmed event in Bitcoin (and some other PoW cryptocurrencies) that cuts the block reward in half approximately every four years (every 210,000 blocks). The most recent Bitcoin halving was in April 2024, reducing the reward from 6.25 to 3.125 BTC.

Wallets and Security

29. Wallet

Software or hardware that stores your cryptographic keys and allows you to send, receive, and manage cryptocurrency. A wallet does not store the cryptocurrency itself — it stores the keys that control it on the blockchain.

30. Private Key

A secret cryptographic key (256-bit number) that allows you to sign transactions and prove ownership of your cryptocurrency. Anyone with your private key can spend your funds. Never share it.

31. Public Key

A cryptographic key derived from your private key that can be shared publicly. Used to generate your public address and to verify digital signatures.

32. Public Address

A string of characters (derived from your public key) that serves as your "account number" for receiving cryptocurrency. Safe to share publicly.

33. Seed Phrase (Recovery Phrase / Mnemonic)

A series of 12 or 24 words that serves as a human-readable backup of your wallet's private key(s). Standardized by BIP-39. From a seed phrase, all keys and addresses can be regenerated. The most important thing to protect in cryptocurrency.

34. Hot Wallet

A wallet connected to the internet (software wallets on phones, computers, or browsers). Convenient but more vulnerable to online attacks.

35. Cold Wallet

A wallet that stores private keys offline (hardware wallets, paper wallets, air-gapped devices). More secure against remote attacks.

36. Hardware Wallet

A physical device (like Ledger or Trezor) specifically designed to store private keys offline and sign transactions in a secure environment. Considered the gold standard for cryptocurrency security.

37. Custodial Wallet

A wallet where a third party (usually an exchange) holds the private keys on your behalf. Convenient but introduces counterparty risk: "Not your keys, not your coins."

38. Non-Custodial Wallet

A wallet where you hold your own private keys. No third party can access, freeze, or seize your funds. You are fully responsible for security.

39. Multi-Signature (Multisig)

A security setup that requires multiple private keys to authorize a transaction (e.g., 2-of-3, meaning any 2 of 3 designated keys must sign). Used for shared accounts, corporate treasury, and enhanced personal security.

40. Two-Factor Authentication (2FA)

A security measure requiring two forms of verification to access an account (e.g., password + authenticator app code). Essential for all exchange and wallet accounts.

41. Air-Gapped

A device that has never been and will never be connected to the internet. Air-gapped hardware wallets (like Coldcard or Keystone) sign transactions offline using QR codes or microSD cards, providing the highest level of security.

Transactions

42. Gas

A unit of computational effort required to execute operations on the Ethereum network. Users pay gas fees (in ETH/gwei) to compensate validators for processing transactions.

43. Gas Fee

The total cost of a transaction on Ethereum, determined by the gas used multiplied by the gas price (base fee + priority fee). Gas fees fluctuate with network demand.

44. Transaction Fee

The fee paid to miners or validators for processing and confirming a transaction on the blockchain. Present on all blockchains, not just Ethereum.

45. Mempool

Short for "memory pool" — a waiting area where unconfirmed transactions sit until they are picked up by miners/validators and included in a block. During high-demand periods, the mempool grows, and fees increase.

46. Confirmation

Each time a new block is added after the block containing your transaction, your transaction receives one additional confirmation. More confirmations = greater certainty that the transaction is permanent. Six confirmations is the traditional Bitcoin standard for finality.

47. Block Explorer

A web tool that allows you to search and view blockchain data — transactions, addresses, blocks, and more. Examples: Etherscan (Ethereum), Mempool.space (Bitcoin), Solscan (Solana).

48. Nonce

In Ethereum, a sequential counter that tracks the number of transactions sent from an address. Ensures transactions are processed in order. In mining, a number that miners adjust to find a valid block hash.

49. TPS (Transactions Per Second)

A measure of a blockchain's throughput. Bitcoin: ~7 TPS. Ethereum L1: ~15-30 TPS. Solana: ~4,000 TPS. Layer 2 solutions significantly increase effective TPS.

Trading and Markets

50. Exchange

A platform for buying, selling, and trading cryptocurrency. Centralized exchanges (CEX) like Coinbase are operated by companies. Decentralized exchanges (DEX) like Uniswap use smart contracts. See our Crypto Exchanges Guide.

51. Order Book

A list of open buy and sell orders on an exchange, organized by price. The order book shows supply and demand and helps determine the market price.

52. Market Order

An order to buy or sell immediately at the best available price. Fast execution but may have slippage (price movement between order placement and execution).

53. Limit Order

An order to buy or sell at a specific price or better. Only executes when the market reaches your price. Gives price control but may not fill if the market does not reach your target.

54. Spread

The difference between the highest bid (buy) price and the lowest ask (sell) price on an exchange. A tight spread indicates high liquidity.

55. Slippage

The difference between the expected price of a trade and the actual execution price. Slippage is more common with large orders or in low-liquidity markets.

56. Liquidity

The ease with which an asset can be bought or sold without significantly affecting its price. High liquidity = easy to trade. Low liquidity = harder to trade, more slippage.

57. Volume

The total amount of a cryptocurrency traded in a given period (usually 24 hours). Higher volume generally indicates more interest and better liquidity.

58. Market Maker

A participant (individual or firm) that provides liquidity by placing buy and sell orders on both sides of the order book. Market makers profit from the spread.

59. Whale

An individual or entity that holds a very large amount of cryptocurrency. Whale activity (large buys or sells) can significantly impact prices, especially in smaller-cap tokens.

60. FOMO (Fear of Missing Out)

The anxiety that you are missing out on a profitable opportunity, leading to impulsive buying. FOMO is one of the most common reasons beginners make poor investment decisions.

61. FUD (Fear, Uncertainty, and Doubt)

Negative or misleading information spread to create panic selling. FUD can be legitimate concerns or deliberate manipulation.

62. ATH (All-Time High)

The highest price a cryptocurrency has ever reached. Used as a reference point for current price performance.

63. Bear Market / Bull Market

A bear market is a period of declining prices (typically 20%+ from a recent high). A bull market is a period of rising prices. Crypto markets tend to cycle between the two.

64. Dollar-Cost Averaging (DCA)

An investment strategy where you buy a fixed dollar amount of a cryptocurrency at regular intervals, regardless of price. Reduces the impact of volatility and removes the need to time the market. See our How to Buy Crypto guide.

65. HODL

Originally a typo for "hold" in a 2013 Bitcoin forum post, HODL has become crypto slang for holding your investment long-term despite price volatility. Sometimes backronymed as "Hold On for Dear Life."

66. Leverage

Borrowing funds to increase your trading position beyond your actual capital. For example, 10x leverage means a $100 investment controls $1,000 worth of cryptocurrency. Amplifies both gains and losses. Very risky — not recommended for beginners.

67. Margin Trading

Trading with borrowed funds (leverage). If the market moves against you, you may face a margin call or liquidation (forced selling of your position to cover losses).

68. Liquidation

The forced closing of a leveraged position when losses reach a threshold where the trader's collateral can no longer cover the borrowed amount. Can result in total loss of the initial investment.

DeFi (Decentralized Finance)

69. DeFi (Decentralized Finance)

Financial services built on blockchain technology using smart contracts, operating without traditional intermediaries like banks. Includes lending, borrowing, trading, insurance, and more. See our DeFi Guide.

70. DEX (Decentralized Exchange)

An exchange that operates entirely through smart contracts, allowing peer-to-peer trading without a centralized operator. Users trade directly from their wallets. Examples: Uniswap, Curve, Jupiter.

71. AMM (Automated Market Maker)

A type of DEX that uses mathematical formulas and liquidity pools instead of traditional order books to determine prices and execute trades. Uniswap popularized the constant product AMM formula (x * y = k).

72. Liquidity Pool

A pool of tokens locked in a smart contract that provides liquidity for trades on a DEX. Users who contribute tokens to liquidity pools earn a share of trading fees.

73. Yield Farming

The practice of moving cryptocurrency between DeFi protocols to maximize returns. Users earn rewards (typically in the form of governance tokens) for providing liquidity or performing other protocol-beneficial activities.

74. Staking

Locking up cryptocurrency to support network operations (validation, security) and earn rewards. In PoS networks, staking is the equivalent of mining in PoW networks. Also used more broadly for any lock-up that earns rewards.

75. TVL (Total Value Locked)

The total value of cryptocurrency deposited in a DeFi protocol or across all DeFi protocols. Used as a measure of DeFi adoption and activity.

76. Impermanent Loss

A potential loss experienced by liquidity providers when the price ratio of tokens in a liquidity pool changes relative to when they were deposited. Called "impermanent" because the loss is only realized if the provider withdraws at the changed ratio.

77. Flash Loan

An uncollateralized loan that must be borrowed and repaid within a single blockchain transaction. If the borrower cannot repay, the entire transaction is reversed. Used for arbitrage, liquidations, and sometimes exploits.

78. Oracle

A service that provides external data (prices, weather, sports scores) to smart contracts on the blockchain. Chainlink is the most widely used oracle network. Oracles bridge the gap between blockchain and real-world data.

79. Wrapped Token

A token that represents another asset on a different blockchain. For example, Wrapped Bitcoin (WBTC) is an ERC-20 token on Ethereum that represents Bitcoin 1:1, allowing Bitcoin to be used in Ethereum's DeFi ecosystem.

80. Bridge

A protocol that allows assets and data to be transferred between different blockchains. For example, bridging ETH from Ethereum mainnet to Arbitrum (L2) or transferring USDC from Ethereum to Solana. Bridges are a common target for hackers.

NFTs and Digital Assets

81. NFT (Non-Fungible Token)

A unique digital token that represents ownership of a specific asset (art, music, collectibles, in-game items). Unlike Bitcoin or ETH, each NFT is distinct and not interchangeable. Built primarily on Ethereum (ERC-721 standard) and Solana.

82. Fungible

Interchangeable — every unit is identical and has the same value. US dollars, Bitcoin, and ETH are fungible. One BTC is the same as any other BTC.

83. Non-Fungible

Unique — each unit is distinct. Real estate, art, and NFTs are non-fungible. Each piece has individual characteristics and value.

84. Minting

The process of creating a new token or NFT on the blockchain. When an artist "mints" an NFT, they create a new, unique token that is permanently recorded on the blockchain.

85. Metadata

Data that describes an NFT's attributes (name, description, image URL, traits). Metadata can be stored on-chain (more permanent) or off-chain (cheaper but potentially less durable).

Governance and Community

86. DAO (Decentralized Autonomous Organization)

An organization governed by rules encoded in smart contracts, with decisions made by token holder voting rather than a traditional management hierarchy. Examples: MakerDAO, Uniswap governance, Aave governance.

87. Governance Token

A token that grants holders voting rights on protocol decisions (upgrades, fee changes, treasury allocation). Examples: UNI (Uniswap), AAVE (Aave), MKR (MakerDAO).

88. Proposal

A formal suggestion submitted to a DAO for community vote. Proposals can cover code changes, funding requests, parameter adjustments, or strategic decisions.

Technical Standards

89. BIP-39

Bitcoin Improvement Proposal 39 — the standard for generating mnemonic seed phrases (12 or 24 words) from which wallet keys are derived. Used by virtually all modern cryptocurrency wallets.

90. BIP-44

The standard for hierarchical deterministic (HD) wallet key derivation paths. Defines how a single seed phrase can generate keys for multiple cryptocurrencies and accounts.

91. ERC-20

The Ethereum token standard for fungible tokens. Defines a common set of rules for how tokens on Ethereum behave (transfer, approve, balance checking). Most tokens on Ethereum follow this standard.

92. ERC-721

The Ethereum standard for non-fungible tokens (NFTs). Each token has a unique identifier and cannot be exchanged 1:1 with another ERC-721 token.

93. ERC-4337

The Ethereum standard for account abstraction, enabling smart contract wallets with features like social recovery, gas payment in tokens other than ETH, and batch transactions.

Security Threats

94. Rug Pull

A scam where the developers of a project suddenly withdraw all funds from the liquidity pool and abandon the project, leaving investors with worthless tokens. Common in unaudited DeFi and meme coin projects.

95. Phishing

A social engineering attack where scammers create fake websites, emails, or messages that impersonate legitimate services to trick users into revealing private keys, seed phrases, or login credentials.

96. 51% Attack

A theoretical attack where an entity controls more than 50% of a blockchain's mining or validating power, allowing them to reverse transactions and double-spend. Impractical for large networks like Bitcoin but possible on smaller chains.

97. Front-Running

When someone (often a bot) sees a pending transaction in the mempool and submits their own transaction with a higher gas fee to execute before the original. Common in DeFi trading. Also called MEV (Maximal Extractable Value).

98. MEV (Maximal Extractable Value)

The profit that miners or validators can extract by reordering, inserting, or censoring transactions within a block. MEV can impact DeFi users through front-running and sandwich attacks.

Emerging Concepts

99. Account Abstraction

A paradigm that allows user accounts on Ethereum to behave like smart contracts, enabling features such as social recovery, session keys, gasless transactions, and multi-factor authentication at the protocol level. Standardized by ERC-4337.

100. Real-World Assets (RWA)

Traditional financial assets (bonds, stocks, real estate, commodities) that are tokenized and brought onto a blockchain. RWA tokenization enables 24/7 trading, fractional ownership, and global accessibility. A major growth area in 2025-2026.

Security Best Practices

Understanding terminology is your first line of defense. When you can identify terms like "rug pull," "phishing," and "slippage," you can recognize threats and make more informed decisions. Key principles:

  • Never share your private key or seed phrase with anyone.
  • Use a hardware wallet for significant holdings.
  • Understand gas fees before confirming transactions.
  • Research terms like impermanent loss and leverage before participating in DeFi or trading.
  • Verify you are on the correct mainnet and using the right address before sending funds.
SafeSeed Tool

As you learn crypto terminology, put it into practice with SafeSeed's tools. The Key Derivation Tool lets you explore BIP-39 and BIP-44 concepts hands-on — see how seed phrases generate keys and addresses across different blockchains, all in a secure, client-side environment.

FAQ

Do I need to memorize all these terms?

No. This glossary is a reference to consult as you encounter unfamiliar terms. Focus on understanding the basics first (blockchain, wallet, private key, seed phrase, gas) and learn more specialized terms as you explore specific areas of crypto.

What is the most important term for a beginner to understand?

Seed phrase (and by extension, private key). Understanding that your seed phrase is the master key to your cryptocurrency — and that losing it or sharing it means losing your funds — is the single most important piece of knowledge for any crypto user.

Why does crypto have so much jargon?

Cryptocurrency sits at the intersection of cryptography, computer science, economics, and finance — each field brings its own terminology. Additionally, the community has developed its own slang (HODL, DYOR, NGMI) through years of online culture. The jargon can be a barrier, but this glossary should help bridge the gap.

What does "DYOR" mean?

DYOR stands for "Do Your Own Research." It is a reminder (and disclaimer) that you should independently verify any information or investment opportunity rather than relying solely on others' opinions. It is one of the most commonly used phrases in crypto communities.

What is the difference between a coin and a token?

A coin operates on its own blockchain (BTC on Bitcoin, ETH on Ethereum). A token is built on an existing blockchain (USDC on Ethereum, BONK on Solana). The distinction is technical — both can be traded, sent, and received.

What does "NGMI" mean?

"Not Gonna Make It" — crypto slang used (often jokingly) to describe someone making poor decisions or lacking understanding of the space. The opposite is "WAGMI" — "We're All Gonna Make It."