🚀 Beginner Guides

Crypto Vocabulary: 50 Terms You Must Know

Crypto terminology can be overwhelming. This guide covers 50 essential crypto terms — from basic concepts to trading jargon to DeFi vocabulary — all in one article.

Published: 2026-07-12 · Demonjoy — Crypto Survival Academy

You just entered crypto, and group discussions are full of jargon: ATH, FDV, TVL, HODL, Rekt… every word seems half-understood. This article explains the 50 most commonly used crypto terms all at once.

Basic Concepts (15 Terms)

1. Blockchain: A distributed public ledger that records all transactions and cannot be tampered with.

2. Cryptocurrency: Digital currency based on blockchain technology, secured using cryptography.

3. Public Chain: A blockchain network anyone can participate in. BTC and ETH are public chains.

4. Private Key: The password that controls your cryptocurrency. Having the private key means you can move coins; losing it means your coins are gone.

5. Seed Phrase: The human-readable version of a private key, consisting of 12 or 24 English words. Equally important as the private key.

6. Address: The abbreviated version of a public key — the “account number” others use to send you funds.

7. Wallet: A tool for managing private keys and addresses. It doesn’t store coins — it stores keys.

8. Gas Fee: The transaction fee for using the ETH network, paid in ETH.

9. Block: A data package containing a batch of transactions; each block links to the previous one forming a “chain.”

10. Confirmation: A transaction being included in a block and verified by the network. BTC typically requires 6 confirmations.

11. Miner / Validator: Network participants responsible for creating blocks and validating transactions.

12. Consensus Mechanism: Rules for network participants to reach agreement. PoW/PoS/DPoS, etc.

13. Stablecoin: Cryptocurrency with value pegged to assets like the US dollar. USDT and USDC are stablecoins.

14. Smart Contract: An auto-executing program deployed on a blockchain.

15. DApp: Decentralized application running on smart contracts.

Trading Terms (15 Terms)

16. CEX: Centralized Exchange, such as Binance, Gate.io, OKX. Custodies your assets and facilitates trading.

17. DEX: Decentralized Exchange, such as Uniswap, SushiSwap. You manage your own assets; trading happens on-chain.

18. Spot: Direct buying and selling of cryptocurrency; the coins you buy belong to you.

19. Futures: Contracts betting on price movements, without holding actual coins.

20. Leverage: Using a small amount of capital to control a larger position. 10x leverage means $10,000 capital controls a $100,000 position.

21. Long: Betting that the price will go up.

22. Short: Betting that the price will go down.

23. Stop Loss: Automatically selling when price drops to a set value, limiting losses.

24. Take Profit: Automatically selling when price rises to a set value, locking in gains.

25. Limit Order: Setting a specific price to buy or sell; executes only when the target price is reached.

26. Market Order: Buying or selling immediately at the current market price.

27. Slippage: The difference between actual execution price and expected price. High slippage with poor liquidity.

28. Depth: The distribution of buy/sell order volumes and prices on an exchange. Better depth means easier trading.

29. Position: The amount of a specific asset you hold. Opening a position = buying to establish it; closing = selling to exit.

30. Liquidation: When leverage trading losses exceed the margin, the position is forcibly closed.

Market Terms (10 Terms)

31. ATH: All-Time High, the highest price ever reached.

32. ATL: All-Time Low, the lowest price ever reached.

33. Bull Market: A market where prices continue rising.

34. Bear Market: A market where prices continue falling.

35. HODL: Hold On for Dear Life — holding stubbornly without selling. Originated from a forum typo “hodling.”

36. Rekt: Crypto version of “Wrecked” — meaning destroyed or major losses.

37. FOMO: Fear Of Missing Out — rushing to enter because others are making money.

38. FUD: Fear, Uncertainty, Doubt — spreading negative news to create panic.

39. Market Cap: Current price × total issued supply.

40. FDV: Fully Diluted Valuation — current price × maximum supply (including unreleased tokens).

DeFi Terms (10 Terms)

41. TVL: Total Value Locked — measures the scale of a DeFi protocol.

42. APY: Annual Percentage Yield — annual return rate including compound interest.

43. APR: Annual Percentage Rate — annual interest rate without compound interest.

44. Liquidity Pool: A reserve pool of two tokens in a DEX, used for automatic trade matching.

45. AMM: Automated Market Maker — automatically calculates prices based on token ratios in the pool.

46. Yield Farming: Providing funds to DeFi protocols to earn returns.

47. Staking: Locking tokens to participate in network validation for rewards.

48. Liquidation (DeFi): When collateral value is insufficient in lending, assets are forcibly sold.

49. Airdrop: Projects distributing tokens to users for free.

50. Rug Pull: Project team suddenly withdrawing all funds and disappearing.

Summary

These 50 terms cover the most commonly used vocabulary in crypto. Beginners don’t need to memorize them all at once — come back to check when you encounter unfamiliar words. Prioritize understanding key terms: private key, gas fee, stop loss, liquidation, HODL, FOMO — these directly affect your asset security.

Advanced Terms Supplement (15 More Professional Terms)

You’ve mastered 50 basic terms; here are 15 more professional but commonly used ones:

51. MEV: Maximal Extractable Value — extra profit miners/validators earn by reordering transactions. MEV bots are a major cause of gas fee spikes.

52. Flash Loan: Uncollateralized instant loans borrowed and repaid within the same transaction. Used for arbitrage and complex DeFi operations. Also exploited by attackers (flash loan attacks).

53. Liquidity Provider (LP): Users who provide tokens to DEX pools earning trading fees. Risk: Impermanent Loss.

54. Impermanent Loss: Relative loss LPs suffer during price volatility. Greater price deviation = greater loss; when prices revert, loss reduces but may not fully recover.

55. Timelock: Delayed execution mechanism for contract operations (typically 24-48 hours). Gives the community time to discover and阻止 malicious operations. Essential for secure projects.

56. Slashing: Punishment when PoS validators act maliciously — staked ETH is deducted. Slashing is the core security guarantee of PoS.

57. Validator: A node in PoS networks that stakes native tokens to participate in block validation. ETH validators need to stake 32 ETH.

58. Sequencer: The component in Layer2 responsible for ordering and executing transactions. Currently most Layer2 sequencers are centralized — decentralization improvement is ongoing.

59. Data Availability: Whether block data is available for all nodes to access. Data availability is key to Layer2 security — if the sequencer doesn’t publish data, users can’t verify independently.

60. Cross-Chain Messaging: The ability to pass information between different chains (not just asset transfers). Protocols like LayerZero and Wormhole provide this functionality.

61. Fee Switch: Whether a protocol enables its fee-collection function. Uniswap’s “fee switch” has never been turned on — holding UNI earns no dividends.

62. Protocol Revenue: Actual fees a protocol earns (e.g., Uniswap’s swap fees, Aave’s lending spread). Not necessarily correlated with token price.

63. Capital Efficiency: How efficiently assets are used. PoW miners can only mine one coin → low capital efficiency. PoS staking can simultaneously participate in multiple services → high capital efficiency.

64. Censorship Resistance: A network’s ability to resist centralized parties restricting transactions. BTC has highest censorship resistance (anyone can transact). CEX has lowest (can freeze accounts).

65. Modular Blockchain: Separating blockchain’s different functions (consensus, execution, data availability) to be handled by different layers. Celestia only handles DA; ETH handles consensus + execution — the modular trend.

Vocabulary Quick Reference Guide

When you encounter unfamiliar terms:

  1. First search in these 50+15 term lists
  2. If not found, Google “XX term crypto explanation”
  3. Check technical term details on Etherscan or project official docs
  4. Ask in Discord communities (but be wary of scammer responses)

Mastering terminology is a tool, not the goal — understanding terms lets you read project documentation, community discussions, and on-chain data to make better investment decisions.

Ready to start your crypto journey? Register on Gate.io with the lowest fees and complete beginner guides.

Related Articles

Beginner Guide

Can You Trade Crypto with Just 100 Yuan? 5 Iron Rules for Small-Cap Entry

Only have 100 yuan and want to try crypto trading? This isn't a joke — it's the real starting point for most retail traders. This article gives small-capital players 5 iron rules: only buy spot, never touch futures; choose low-price coins over BTC; set stop-loss lines; refuse averaging down; and record every trade — so your 100 yuan won't become zero.

Beginner Guide

5 Most Common Mistakes for New Traders: Chasing Pumps, No Stop-Loss, Constant Coin-Switching, All-In, Blind Copy-Trading

The root cause of new trader losses isn't bad luck — it's repeating the same mistakes. This article breaks down 5 common errors: chasing pumps and panic-selling, no stop-losses, constantly switching coins, all-in positioning, and blind copy-trading — with specific correction methods.

Beginner Guide

7-Day Action Plan: From Day 1 Account Setup to Day 7 First Trade Completed

Registered on an exchange but don't know what to do next? This article provides a 7-day practical plan — from KYC verification to fiat deposit, coin analysis, and order execution — with specific daily tasks and steps to help you complete your first trade in 7 days.

Beginner Guide

Anti-Phishing Checklist: 8 Must-Check Items Before Transfers + 3 One-Click Verification Methods

Phishing scams are the top threat for crypto newcomers — one wrong transfer can wipe out your entire capital. This article provides an 8-item pre-transfer checklist and 3 one-click verification methods to help you quickly confirm safety before each operation.

Start Trading Safely on Gate.io

Low fees, 2000+ coins, and beginner-friendly tools. Join millions of traders worldwide.

Register on Gate.io →