Loading prices...

Crypto Glossary

We've collected 65+ key crypto and blockchain terms and explained them in plain language — no jargon that only professionals would understand. Click a term to expand its definition, or use the search box.

A

AirdropDetails →

A free distribution of tokens by a project, usually for marketing purposes or to reward early users. Be cautious: phishing schemes are often disguised as airdrops.

AltcoinDetails →

Any cryptocurrency other than Bitcoin. The term covers thousands of projects — from Ethereum and Solana to small niche tokens.

AMLDetails →

Anti-Money Laundering — a set of policies and procedures that exchanges and financial institutions use to prevent illicit financial activity. In practice, this means monitoring transactions for suspicious patterns, applying withdrawal limits, and requiring identity verification (KYC) before larger transactions — requirements are typically set by the regulator in the exchange's operating jurisdiction.

ATH (All-Time High)Details →

The highest price an asset has ever reached over its entire trading history.

B

BEP-20Details →

A token standard on the BNB Smart Chain (BSC), structurally compatible with ERC-20 but with lower transaction fees.

BitcoinDetails →

The first and most well-known cryptocurrency, created in 2009 by an anonymous author (or group) under the pseudonym Satoshi Nakamoto. It works without a central bank or intermediaries — every transaction is recorded on a public blockchain.

Block explorerDetails →

A web service that lets you browse blocks, transactions, and addresses on a blockchain in real time (for example, Etherscan for Ethereum).

BlockchainDetails →

A distributed database made up of a chain of blocks containing transaction data. Each new block references the previous one, which makes altering past records nearly impossible without the agreement of the entire network.

BridgeDetails →

A protocol that allows assets and data to move between different blockchains that are not natively compatible with one another.

C

CEX (centralized exchange)Details →

An exchange run by a company that holds user funds in its own wallets and provides liquidity and order matching (for example, Binance, Coinbase).

Cold walletDetails →

A wallet whose private keys are stored offline (for example, on a dedicated device). It is considered the safest way to hold large amounts long-term.

Consensus mechanismDetails →

A set of rules by which participants in a decentralized network agree on which version of the blockchain is valid (for example, Proof-of-Work or Proof-of-Stake).

Custodial walletDetails →

A wallet whose private keys are held by a third party (such as an exchange) rather than the user. The principle "not your keys, not your coins" applies.

D

DAODetails →

Decentralized Autonomous Organization — a community that makes decisions through token-holder voting, with its rules encoded in smart contracts.

DeFiDetails →

Decentralized Finance — an ecosystem of blockchain applications (lending, trading, insurance) that operates without banks or other traditional intermediaries.

DEX (decentralized exchange)Details →

An exchange where trades happen directly between users via smart contracts, without a central operating company and without depositing funds with a third party.

E

ERC-20Details →

A technical token standard on the Ethereum network that defines common rules for creating fungible tokens. The vast majority of tokens on Ethereum are issued under this standard.

ExchangeDetails →

A platform for buying, selling, and trading cryptocurrencies. It can be centralized (CEX) or decentralized (DEX).

F

FiatDetails →

Traditional government-issued currency not backed by a physical commodity, such as the US dollar, euro, or Czech koruna — as opposed to cryptocurrency.

FOMODetails →

Fear of Missing Out — the emotional state in which an investor buys an asset near the top of a rally out of fear of "missing the move," which often leads to losses.

FUDDetails →

Fear, Uncertainty and Doubt — the spread of negative or alarming information about a project, often deliberate, intended to push its price down.

G

Gas feeDetails →

The fee paid for executing a transaction or smart contract on a blockchain network such as Ethereum. The gas amount depends on network congestion — the busier the network, the more expensive a transaction becomes.

Genesis blockDetails →

The very first block in a blockchain, from which the entire chain begins. Bitcoin's genesis block was created on January 3, 2009.

GweiDetails →

A tiny denomination of ether (ETH) commonly used to express gas fees. One ETH equals one billion gwei.

H

HalvingDetails →

A programmed event in the Bitcoin network (and some other coins) where the block reward paid to miners is cut in half. It happens roughly once every four years.

Hard forkDetails →

A backwards-incompatible change to a blockchain's protocol that splits the network into an old and a new chain (example: the split of Bitcoin and Bitcoin Cash).

HashDetails →

A unique, fixed-length string produced from any input data using a mathematical function. The smallest change to the input completely changes the hash, which is why it is used to verify the integrity of blocks and transactions.

HODLDetails →

Crypto slang (originating from a typo of "hold") for a strategy of holding cryptocurrency long-term regardless of market swings.

Hot walletDetails →

A wallet that is always connected to the internet (an app or browser extension). Convenient for frequent transactions, but more vulnerable to hacking than a cold wallet.

I

ICODetails →

Initial Coin Offering — a fundraising method where a project sells its tokens to investors, broadly analogous to an IPO on the stock market.

IDODetails →

Initial DEX Offering — a token launch that takes place directly on a decentralized exchange, without a centralized intermediary.

K

KYCDetails →

Know Your Customer — an identity-verification procedure that users complete on regulated exchanges to comply with the law.

L

Layer 2Details →

A secondary protocol built on top of a base blockchain (Layer 1) that speeds up transactions and lowers fees by moving some computation off the main network.

LeverageDetails →

The use of borrowed funds to increase the size of a trading position. Leverage multiplies both potential profit and potential losses — a high-risk tool.

Limit orderDetails →

An order to buy or sell at a specific price or better. It only executes once the market reaches that price.

LiquidationDetails →

The forced closure of a leveraged trading position by the exchange when losses approach the size of the deposited collateral. It results in losing part or all of the funds invested.

Liquidity poolDetails →

A shared reserve of two or more tokens locked in a smart contract that enables asset swaps on decentralized exchanges without a traditional order book.

M

Market capDetails →

The total value of all coins of a cryptocurrency in circulation: the coin price multiplied by the circulating supply. It is used to compare the relative size of different projects.

Market orderDetails →

An order to buy or sell an asset immediately at the best price currently available in the market.

MiningDetails →

The process of verifying transactions and creating new blocks in Proof-of-Work networks, such as Bitcoin. Miners solve complex computational puzzles and are rewarded with cryptocurrency.

N

NFTDetails →

A Non-Fungible Token — a unique blockchain record that certifies ownership of a specific digital or physical item, such as artwork, music, or a ticket.

NodeDetails →

A computer connected to a blockchain network that stores a copy of the ledger and validates transactions according to the protocol's rules. The more independent nodes there are, the more resilient and decentralized the network.

Non-custodial walletDetails →

A wallet in which the private keys are fully controlled by the user, with no intermediary. It carries more responsibility, but also more control over the funds.

NonceDetails →

A number used once, which miners search for when mining a block in Proof-of-Work networks; also a counter that prevents a transaction from being replayed on an account.

O

Order bookDetails →

A list of all open buy and sell orders for an asset on an exchange, sorted by price. It shows real-time supply and demand.

P

P2PDetails →

Peer-to-peer — a direct cryptocurrency exchange between two users, often for fiat money, without a centralized intermediary handling the trade itself. Platforms like Binance P2P typically use escrow: the seller's crypto is locked for the duration of the trade and only released to the buyer once payment is confirmed, which reduces the risk of fraud on either side.

Private keyDetails →

A secret code that proves ownership of cryptocurrency and allows you to sign transactions. Whoever knows the private key has full control over the funds — it should never be shared with anyone.

Proof-of-Stake (PoS)Details →

A consensus mechanism in which the right to validate blocks goes to participants who have locked up (staked) their cryptocurrency as collateral. It is more energy-efficient than Proof-of-Work.

Proof-of-Work (PoW)Details →

A consensus mechanism in which miners prove they performed computational work in order to add a new block. Used by Bitcoin, among others; it requires significant energy.

Public keyDetails →

A cryptographic key from which a wallet address is derived to receive funds. Unlike a private key, it can be safely shared with others — similar to a bank account number.

R

Rug pullDetails →

A scam in which a project's creators suddenly withdraw all liquidity or dump their tokens, crashing the price and leaving investors with worthless holdings. It happens most often with new tokens on decentralized exchanges (DEXs) and meme coins — warning signs include an anonymous team, unlocked liquidity, and a suspiciously fast price pump right after launch.

S

SatoshiDetails →

The smallest unit of Bitcoin, equal to one hundred-millionth (0.00000001) of a BTC. Named after Bitcoin's creator.

Seed phraseDetails →

A set of 12–24 words from which all of a wallet's private keys can be restored. It is the single most important thing to protect: anyone who knows your seed phrase can take full control of your funds.

SlippageDetails →

The difference between the expected price of a trade and the price at which it is actually executed, typically caused by low liquidity or high market volatility.

Smart contractDetails →

A program that automatically executes on the blockchain once predefined conditions are met, without intermediaries. It powers most DeFi, NFT, and DAO applications.

Soft forkDetails →

A backwards-compatible update to a protocol's rules, where old nodes can continue operating on the upgraded network without being forced to update.

StablecoinDetails →

A cryptocurrency pegged to a stable asset, most often the US dollar. It is used to avoid volatility and to settle transactions within the crypto market (examples: USDT, USDC).

StakingDetails →

Locking up cryptocurrency to help validate transactions in Proof-of-Stake networks. In return, the participant earns rewards, but risks losing part of the stake if the network's rules are broken.

T

TokenomicsDetails →

A token's economic model: total supply, distribution between the team and investors, and mechanisms for burning or minting new tokens.

TransactionDetails →

A record of a cryptocurrency transfer from one address to another. Once confirmed by the network, a transaction becomes part of the blockchain and can no longer be reversed or altered.

TRC-20Details →

An equivalent of the ERC-20 standard, but on the TRON network. It is widely used for USDT transfers — fees on TRON are typically much lower than on Ethereum.

W

WalletDetails →

Software or a device for storing the private keys that give access to cryptocurrency on the blockchain. The coins themselves are not physically "stored" in the wallet — it only holds the keys needed to control them.

WhaleDetails →

An investor or wallet holding a very large amount of cryptocurrency. The actions of whales (large buys or sells) can noticeably move an asset's price.

WhitepaperDetails →

A project's official document describing its technology, goals, token economics, and team. It is the first thing worth reading before investing in a new project.

Y

Yield farmingDetails →

A DeFi strategy in which a user supplies assets to protocols (for example, liquidity pools) in order to earn interest income or additional tokens.