This site is for educational purposes only. Nothing here constitutes financial advice.

Crypto Glossary

Plain-English definitions of every term you will encounter in crypto. Search or browse A–Z.

A

Account Abstraction

blockchain

A blockchain design pattern that transforms user accounts into programmable smart contracts, enabling features like gas sponsorship, social recovery, session keys, and batched transactions. Account abstraction (popularized by Ethereum's ERC-4337) removes the requirement for users to hold native tokens for gas and dramatically improves the user experience of interacting with dApps.

Airdrop

general

A distribution of free tokens to a set of wallet addresses, typically used as a marketing strategy or to reward early adopters and community members. Notable airdrops include Uniswap's UNI token (2020), ENS (2021), and Arbitrum's ARB (2023). Beware of scam airdrops designed to steal wallet access.

Altcoin

general

Any cryptocurrency other than Bitcoin. The term originated in Bitcoin's early days when all other projects were considered "alternative coins." It now encompasses thousands of coins and tokens across every category, from smart contract platforms like Ethereum to meme coins.

AML

AML
regulation

Anti-Money Laundering — a set of laws, regulations, and procedures designed to prevent criminals from disguising illegally obtained funds as legitimate income. Crypto exchanges implement AML monitoring by tracking transaction patterns and flagging suspicious activity.

AMM

AMM
defi

Automated Market Maker — a type of DEX protocol that uses mathematical formulas and liquidity pools instead of traditional order books to price assets. Liquidity providers deposit token pairs into pools and earn trading fees. Uniswap's constant product formula (x * y = k) is the most well-known AMM model.

Arbitrage

trading

The practice of exploiting price differences for the same asset across different markets or exchanges to earn a risk-free profit. In crypto, arbitrage opportunities arise between centralized exchanges, decentralized exchanges, and cross-chain markets. Automated bots execute most crypto arbitrage, and the practice helps maintain price efficiency across markets.

ATH

ATH
trading

All-Time High — the highest price a cryptocurrency has ever reached. ATH is a key reference point for traders and investors, as breaking an ATH often triggers further momentum buying and media attention.

ATL

ATL
trading

All-Time Low — the lowest price a cryptocurrency has ever recorded. Reaching or approaching ATL levels may signal extreme bearishness, capitulation, or — for contrarian investors — a potential buying opportunity.

B

Bear Market

trading

A sustained period of declining asset prices, usually defined as a drop of 20% or more from recent highs. Bear markets in crypto are often called "crypto winter" and can last one to two years, testing investors' conviction.

Blob

blockchain

A large binary data packet introduced by Ethereum's EIP-4844 (proto-danksharding) specifically for Layer 2 rollups to post transaction data to Ethereum at dramatically reduced costs. Blobs are stored temporarily (pruned after ~18 days) and use a separate fee market from regular Ethereum transactions. The introduction of blobs reduced L2 data posting costs by over 90%.

Block

blockchain

A container of transaction data that is cryptographically linked to the previous block in the chain. Each block typically includes a header (with a timestamp, nonce, and hash of the prior block) and a body containing validated transactions. Once confirmed, a block becomes a permanent part of the ledger.

Blockchain

blockchain

A distributed, append-only digital ledger that records transactions across a network of computers. Each block contains a cryptographic hash of the previous block, creating an immutable chain. This structure makes it extremely difficult to alter historical records without network consensus.

Bridge

general

A protocol that enables the transfer of assets between two different blockchains. Bridges lock tokens on the source chain and mint equivalent wrapped tokens on the destination chain. While essential for cross-chain interoperability, bridges have been a major target for exploits, with billions lost to bridge hacks.

Bull Market

trading

A prolonged period during which asset prices are rising or are expected to rise, typically accompanied by investor optimism and increased trading volume. In crypto, bull markets often see prices double or more within months.

C

Candlestick

trading

A type of price chart originating from 18th-century Japanese rice trading that displays four data points for each time period: the opening price, closing price, highest price, and lowest price. The thick 'body' shows the range between open and close (green/bullish if close > open, red/bearish if close < open), while thin 'wicks' (shadows) extend to the high and low. Candlestick charts are the most widely used chart type in cryptocurrency trading.

CBDC

CBDC
regulation

Central Bank Digital Currency — a digital form of a nation's fiat currency issued and backed by its central bank. Unlike decentralized cryptocurrencies, CBDCs are centrally controlled. Over 130 countries are exploring or piloting CBDCs, with China's digital yuan being the most advanced large-scale deployment.

CEX

CEX
defi

Centralized Exchange — a cryptocurrency trading platform operated by a company that holds user funds and matches orders via a central order book. Examples include Coinbase, Binance, and Kraken. CEXs offer high liquidity and fiat on-ramps but require users to trust the custodian.

Circulating Supply

general

The number of tokens of a cryptocurrency that are currently available and circulating in the market. Circulating supply excludes locked, reserved, or unvested tokens. It is used together with price to calculate market capitalization.

Coin

general

A cryptocurrency that operates on its own independent blockchain, serving as the network's native currency. Bitcoin (BTC), Ether (ETH), and Solana (SOL) are coins. Coins are distinct from tokens, which are built on top of another blockchain's infrastructure.

Cold Storage

security

Any method of storing cryptocurrency private keys completely offline, disconnected from the internet. Cold storage methods include hardware wallets, paper wallets, and air-gapped computers. It is the most secure way to hold crypto long-term because it eliminates remote attack vectors.

Collateral

defi

Assets deposited as security for a loan or leveraged position in DeFi or centralized lending. If the value of the collateral falls below a required ratio, the position is subject to liquidation. Most DeFi lending protocols require over-collateralization, meaning the collateral value must exceed the loan value.

Composability

defi

The ability of DeFi protocols and smart contracts to seamlessly interact with and build upon each other, often described as 'money Legos.' Composability allows developers to combine existing protocols — for example, using Aave lending positions as collateral on another protocol. This interoperability is a core advantage of open blockchain ecosystems but also creates systemic risk if one component fails.

Concentrated Liquidity

defi

A liquidity provision model pioneered by Uniswap v3 that allows liquidity providers to allocate capital within a specific price range rather than across the entire price spectrum. This dramatically improves capital efficiency — LPs can earn the same fees with a fraction of the capital. However, it requires active management and positions earn nothing when the price moves outside the selected range.

Consensus

blockchain

The mechanism by which a distributed network of nodes agrees on the current state of the blockchain. Different consensus algorithms — such as Proof of Work, Proof of Stake, and Delegated Proof of Stake — offer varying trade-offs between security, decentralization, and energy efficiency.

Cross-Chain Bridge

general

A protocol specifically designed to transfer assets and data between different blockchain networks that are otherwise incompatible. Cross-chain bridges use various trust models, from centralized custodians to decentralized validator sets to zero-knowledge proofs. While essential for multi-chain interoperability, bridges have been the source of some of the largest hacks in crypto history, including the $600M+ Ronin Bridge exploit.

Custodial Wallet

wallet

A wallet where a third party (usually an exchange) holds and manages the private keys on behalf of the user. Custodial wallets are convenient and offer account recovery, but users must trust the custodian with their funds. The saying 'not your keys, not your coins' refers to this trade-off.

D

DAO

DAO
general

Decentralized Autonomous Organization — an internet-native organization governed by smart contracts and token-holder votes rather than a traditional corporate hierarchy. Members propose and vote on decisions such as treasury allocation and protocol upgrades. Examples include MakerDAO and Uniswap governance.

dApp

dApp
general

Decentralized Application — an application built on a blockchain whose backend logic runs on smart contracts rather than centralized servers. The frontend can be a conventional website, but the core operations (swaps, lending, governance) are executed trustlessly on-chain.

DCA (Dollar-Cost Averaging)

DCA
trading

An investment strategy where a fixed dollar amount is invested at regular intervals (e.g., weekly or monthly) regardless of the asset's current price. This approach reduces the impact of volatility by averaging the purchase price over time and eliminates the need to time the market. Widely considered the most beginner-friendly investment strategy for volatile assets like cryptocurrency.

DeFi

DeFi
general

Decentralized Finance — an ecosystem of financial applications built on blockchains that offer services like lending, borrowing, trading, and insurance without traditional intermediaries. DeFi protocols are permissionless, transparent, and composable, meaning they can be combined like building blocks.

DEX

DEX
defi

Decentralized Exchange — a platform that enables peer-to-peer cryptocurrency trading without an intermediary holding users' funds. DEXs use smart contracts to facilitate swaps, with Automated Market Makers (AMMs) being the most common mechanism on chains like Ethereum and Solana.

Dilution

general

The reduction in an existing token holder's proportional ownership caused by the creation and distribution of new tokens through inflation, vesting unlocks, or additional minting. Dilution is a critical factor in evaluating a cryptocurrency's long-term value proposition. Projects with high emission rates and large upcoming vesting unlocks can experience significant sell pressure as new tokens enter circulation.

Distributed Ledger

blockchain

A database that is shared, replicated, and synchronized across multiple nodes in a network, with no single central administrator. Blockchain is the most well-known type of distributed ledger, but the term also covers other architectures like directed acyclic graphs (DAGs). Distributed ledgers enable trustless record-keeping.

Dust Attack

security

A surveillance tactic where an attacker sends tiny amounts of cryptocurrency ('dust') to a large number of wallet addresses. The goal is to track future transaction activity from those wallets, potentially linking multiple addresses to a single user and de-anonymizing them. Dust attacks exploit blockchain transparency and are particularly concerning for privacy-conscious users.

DYOR

DYOR
trading

Do Your Own Research — a widely used mantra in the crypto community urging investors to independently investigate a project's fundamentals, team, tokenomics, smart contract audits, and community before investing. DYOR emphasizes personal responsibility and critical thinking, serving as a counterweight to hype, shilling, and FOMO-driven decision making.

E

Emission Rate

general

The speed at which new tokens are created and released into circulation, typically expressed as tokens per day, month, or year. Emission schedules vary widely: Bitcoin's emissions halve every four years, while some DeFi protocols have aggressive early emissions that taper over time. Understanding a project's emission rate relative to demand is essential for evaluating its tokenomics and potential inflationary pressure.

ERC-1155

ERC-1155
nft

A multi-token Ethereum standard that can handle both fungible and non-fungible tokens in a single contract. ERC-1155 is more gas-efficient than deploying separate ERC-20 and ERC-721 contracts and is widely used for gaming items where some tokens are unique and others are identical.

ERC-721

ERC-721
nft

The Ethereum token standard for creating non-fungible tokens, where each token has a unique ID and is individually distinct. ERC-721 was the standard behind CryptoPunks, Bored Ape Yacht Club, and most early NFT collections. It guarantees each token is provably unique on-chain.

F

Finality

blockchain

The guarantee that a confirmed blockchain transaction cannot be reversed, altered, or canceled. Different blockchains achieve finality at different speeds — Bitcoin transactions are considered final after about six confirmations (~60 minutes), while some Proof of Stake chains achieve finality in seconds.

Flash Loan

defi

An uncollateralized loan in DeFi that must be borrowed and repaid within a single blockchain transaction. If the borrower cannot repay the full amount plus fees in the same transaction, the entire operation is atomically reverted. Flash loans enable arbitrage and liquidation strategies but have also been used in exploits.

FOMO

FOMO
trading

Fear Of Missing Out — the anxiety-driven urge to buy a crypto asset because its price is rising rapidly. FOMO often leads to impulsive purchases at inflated prices and is a major driver of speculative bubbles in crypto markets.

Fork

blockchain

A divergence in a blockchain's protocol or transaction history. A soft fork is a backward-compatible upgrade where old nodes still accept new blocks. A hard fork is a non-backward-compatible change that splits the chain into two, such as the Ethereum/Ethereum Classic split.

Front-Running

trading

The practice of placing a transaction ahead of a known pending transaction to profit from the anticipated price impact. In crypto, front-running is executed by MEV bots that monitor the mempool for large trades, then submit their own transactions with higher gas fees to be included first. Front-running is a persistent issue on transparent blockchains and a key driver of MEV.

FUD

FUD
trading

Fear, Uncertainty, and Doubt — negative information or rumors spread to drive down an asset's price or erode confidence. FUD can be legitimate concerns or deliberate manipulation. Critical thinking is essential to distinguish between the two.

Funding Rate

trading

A periodic payment exchanged between long and short traders in perpetual futures markets to keep the contract price aligned with the spot price. When funding is positive, longs pay shorts; when negative, shorts pay longs. Funding rates are a key indicator of market sentiment and can represent a cost or income for perpetual futures traders.

G

Gas

blockchain

A unit of measurement for the computational effort required to execute transactions or smart contracts on Ethereum and similar networks. Users pay gas fees (denominated in the chain's native token) to compensate validators for processing their operations. Higher gas prices incentivize faster inclusion in a block.

Gas Limit

blockchain

The maximum amount of computational work (measured in gas units) that a user is willing to pay for a transaction to be processed on a blockchain. If a transaction requires more gas than the specified limit, it fails and the gas is still consumed. Simple ETH transfers require 21,000 gas, while complex smart contract interactions can require millions. Setting the gas limit too low causes out-of-gas errors; setting it too high wastes funds if the transaction fails.

Genesis Block

blockchain

The very first block in a blockchain, also called Block 0. It is hard-coded into the software and serves as the foundation upon which all subsequent blocks are built. Bitcoin's genesis block was mined on January 3, 2009.

Governance Token

defi

A cryptocurrency that grants holders voting rights over a protocol's development decisions, such as fee changes, treasury spending, or new feature proposals. Examples include UNI (Uniswap), AAVE, and MKR (MakerDAO). Governance tokens aim to decentralize protocol control.

Related:daodefitoken

H

Hardware Wallet

wallet

A physical device designed to store cryptocurrency private keys in a secure, offline chip. Transactions are signed on the device itself, so the private key never touches an internet-connected computer. Ledger and Trezor are the most popular hardware wallet brands.

Hash

blockchain

A fixed-length alphanumeric string produced by a cryptographic function that takes arbitrary input data. Hashes are deterministic (same input always produces the same output) and one-way (practically impossible to reverse). They are fundamental to blockchain integrity and proof-of-work mining.

HODL

trading

Originally a misspelling of "hold" from a 2013 Bitcoin forum post, now a widely used term meaning to hold a cryptocurrency long-term regardless of price volatility. The philosophy emphasizes conviction over short-term trading.

Hot Wallet

security

A cryptocurrency wallet that is connected to the internet, such as a browser extension, mobile app, or exchange account. Hot wallets are convenient for frequent trading and dApp interaction but are more vulnerable to hacking, phishing, and malware compared to cold storage.

I

Impermanent Loss

defi

The temporary reduction in value that liquidity providers experience when the price ratio of their deposited token pair changes compared to simply holding the tokens. The loss becomes permanent only when the LP withdraws while prices are diverged. The greater the price divergence, the larger the impermanent loss.

K

KYC

KYC
regulation

Know Your Customer — a regulatory process requiring financial services to verify the identity of their users, typically via government-issued ID and proof of address. Most centralized crypto exchanges require KYC compliance before allowing trading or fiat withdrawals.

Related:amlcexsec

L

Layer 1

L1
general

The base blockchain network that processes and finalizes transactions on its own, such as Bitcoin, Ethereum, or Solana. Layer 1s define the consensus mechanism, security guarantees, and core functionality. They face the "blockchain trilemma" of balancing scalability, security, and decentralization.

Layer 2

L2
general

A secondary protocol built on top of a Layer 1 blockchain to improve scalability and reduce transaction costs. Layer 2s process transactions off the main chain and periodically settle them back to L1 for security. Prominent examples include Arbitrum, Optimism, Base, and zkSync on Ethereum.

Leverage

trading

A trading mechanism that allows users to control a larger position than their deposited capital by borrowing funds. For example, 10x leverage means a $100 deposit controls a $1,000 position. While leverage amplifies gains, it equally amplifies losses and dramatically increases liquidation risk.

Limit Order

trading

A trade instruction to buy or sell an asset at a specific price or better, rather than at the current market price. On centralized exchanges, limit orders sit in the order book until they are filled. In DeFi, limit orders are typically implemented through specialized protocols or DEX features since standard AMMs only support market swaps.

Liquidation

defi

The forced closure of a leveraged or collateralized position when the value of the collateral falls below the protocol's required threshold. In DeFi lending protocols like Aave and Compound, anyone can trigger a liquidation and receive a discount on the seized collateral as a reward. Liquidation cascades during market crashes can amplify price declines.

Liquidity

trading

The ease with which a cryptocurrency can be bought or sold without significantly affecting its price. High liquidity means there are many buyers and sellers, resulting in tight bid-ask spreads. Low liquidity increases the risk of slippage.

Liquidity Mining

defi

A DeFi incentive mechanism where protocols distribute their native governance tokens to users who provide liquidity to specific pools. Liquidity mining supercharges yield farming by adding token rewards on top of trading fees. The strategy was popularized by Compound's COMP distribution in 2020 and kicked off the 'DeFi Summer' boom.

Liquidity Pool

defi

A smart contract holding a pair of tokens that enables decentralized trading. Users deposit equal values of two tokens into the pool and receive LP (liquidity provider) tokens in return. They earn a share of trading fees proportional to their contribution.

Loan-to-Value

LTV
defi

The ratio between the amount borrowed and the value of the collateral deposited, expressed as a percentage. In DeFi lending, a typical maximum LTV is 75-80%, meaning you can borrow up to 75-80% of your collateral's value. If the LTV exceeds the liquidation threshold due to collateral price decline, the position is automatically liquidated to protect the protocol.

LP Token

LP
defi

A token received by liquidity providers when they deposit assets into a liquidity pool, representing their proportional share of the pool. LP tokens can be redeemed for the underlying assets plus accumulated trading fees. They are also commonly used as collateral in yield farming to earn additional protocol rewards.

M

Mainnet

general

The primary, live blockchain network where real transactions with actual value are recorded. A mainnet launch is a major milestone indicating that a blockchain project is fully operational. Before mainnet, projects typically run on a testnet for development and debugging.

Margin

trading

The collateral a trader deposits to open a leveraged position, representing a fraction of the total position size. In crypto margin trading, if the position moves against the trader beyond a certain threshold, the margin is liquidated. Margin requirements vary by exchange and asset volatility.

Market Cap

trading

The total market value of a cryptocurrency, calculated by multiplying the current price by the circulating supply. Market cap is the primary metric for ranking cryptos by size, with Bitcoin typically holding the largest market cap.

Market Maker

trading

An entity that provides liquidity to a market by continuously quoting buy and sell prices, profiting from the spread between them. In crypto, market makers operate on centralized exchanges (using order books) and decentralized exchanges (by providing liquidity to AMM pools). Professional market makers like Wintermute, Jump Trading, and GSR play a critical role in maintaining liquid and efficient crypto markets.

Merkle Tree

blockchain

A binary tree data structure in which every leaf node contains the hash of a transaction and every non-leaf node contains the hash of its two children. This allows efficient and secure verification that a specific transaction is included in a block without downloading the entire block.

Metadata

nft

The descriptive information associated with an NFT, including its name, description, image URL, and traits. Metadata can be stored on-chain (fully decentralized) or off-chain (on IPFS or centralized servers). The reliability of metadata storage affects the long-term durability of an NFT.

MEV

MEV
blockchain

Maximal Extractable Value — the profit that block producers (miners or validators) can extract by reordering, inserting, or censoring transactions within a block. MEV strategies include arbitrage, liquidations, and sandwich attacks. MEV is a fundamental property of blockchains with programmable transaction ordering and has spawned an entire ecosystem of searchers, builders, and relays.

MiCA

MiCA
regulation

Markets in Crypto-Assets — the European Union's comprehensive regulatory framework for crypto assets, which took full effect in late 2024. MiCA establishes licensing requirements for crypto service providers, reserve rules for stablecoin issuers, and consumer protection standards across all EU member states.

Minting

nft

The process of creating a new token or NFT on a blockchain by writing it to a smart contract. When an NFT is minted, its metadata and ownership record are permanently inscribed on-chain. Minting typically requires paying a gas fee to cover the transaction cost.

Multi-Sig

Multi-Sig
security

A multi-signature wallet that requires two or more private key holders to approve a transaction before it can be executed. Multi-sig setups (e.g., 2-of-3 or 3-of-5) are widely used by DAOs, treasuries, and security-conscious individuals to protect against single points of failure.

N

NFT

NFT
nft

Non-Fungible Token — a unique digital asset stored on a blockchain that represents ownership of a specific item such as art, music, in-game items, or real-world assets. Unlike fungible tokens (where each unit is interchangeable), each NFT has distinct metadata and cannot be swapped 1:1 with another.

Node

blockchain

A computer running blockchain software that maintains a copy of the ledger and participates in validating and relaying transactions. Full nodes store the entire blockchain history, while light nodes store only block headers and request data as needed.

Non-Custodial Wallet

wallet

A wallet where the user retains full control of their own private keys, with no third party able to access or freeze their funds. Non-custodial wallets include hardware wallets (Ledger, Trezor) and software wallets (MetaMask, Phantom). They provide sovereignty but require the user to safeguard their seed phrase.

O

Oracle

blockchain

A service that provides smart contracts with access to external, off-chain data such as asset prices, weather information, or sports results. Since blockchains are isolated systems that cannot natively access the outside world, oracles serve as the critical bridge between on-chain and off-chain environments. Chainlink and Pyth Network are leading oracle providers.

Order Book

trading

A real-time list of all open buy and sell orders for a trading pair on an exchange, organized by price level. The order book shows market depth — how much volume is available at each price — and is fundamental to how centralized exchanges match trades.

Over-Collateralization

defi

A lending mechanism where the borrower must deposit collateral worth more than the loan amount, typically 120-200% of the borrowed value. Over-collateralization is the standard model in DeFi lending (Aave, Compound, MakerDAO) because there is no credit scoring or legal recourse for default. If the collateral ratio drops below the liquidation threshold, the position is automatically liquidated.

P

Paper Wallet

wallet

A form of cold storage where the private key and public address are printed or written on a physical piece of paper. While fully offline, paper wallets are fragile, difficult to use securely, and have largely been replaced by hardware wallets as the preferred cold storage method.

Passkey

security

A cryptographic authentication credential based on the FIDO2/WebAuthn standard that uses biometrics (fingerprint, face) or device PINs instead of passwords. In the context of crypto, passkeys are being integrated into smart contract wallets to enable secure, seedless wallet authentication. Users can sign transactions with a fingerprint or face scan instead of managing private keys or seed phrases.

Perpetual Futures

trading

A type of derivatives contract that allows traders to speculate on an asset's price without an expiration date, unlike traditional futures. Perpetual futures use a funding rate mechanism to keep the contract price anchored to the spot price. They are the most traded instrument in crypto, with daily volumes often exceeding spot markets.

Phishing

security

A social engineering attack in which a scammer impersonates a legitimate entity — via fake websites, emails, or messages — to trick victims into revealing private keys, seed phrases, or login credentials. Phishing is the single most common attack vector in crypto and has become increasingly sophisticated with AI-generated content.

Position Sizing

trading

The process of determining how much capital to allocate to a single investment or trade relative to your total portfolio. Proper position sizing ensures that no single losing trade or failed investment can cause catastrophic damage to overall wealth. A common framework allocates larger positions (50-70%) to high-conviction, established assets and smaller positions (5-15%) to speculative bets. The core principle: never size a position so large that its total loss would meaningfully impact your financial well-being.

Private Key

security

A secret cryptographic string that proves ownership of a blockchain address and authorizes transactions. Anyone with access to a private key has complete control over the associated funds. Private keys must never be shared, stored in plain text, or transmitted over the internet.

Proto-Danksharding

blockchain

An Ethereum upgrade (EIP-4844) that introduced blob-carrying transactions as a stepping stone toward full danksharding. Proto-danksharding creates a new transaction type that carries large data blobs with a separate fee market, dramatically reducing the cost for Layer 2 rollups to post data to Ethereum. It went live in Ethereum's Dencun upgrade in March 2024 and reduced L2 fees by 90-99%.

Public Key

security

A cryptographic key derived from a private key that can be freely shared. Public keys are used to generate wallet addresses and verify digital signatures. While public keys are visible to everyone, they cannot be reverse-engineered to reveal the private key.

R

Real-World Asset (RWA)

RWA
general

A physical or traditional financial asset — such as real estate, government bonds, commodities, or art — that has been tokenized on a blockchain for trading, fractionalization, or use as DeFi collateral. RWA tokenization is one of the fastest-growing sectors in crypto, with major institutions like BlackRock and Franklin Templeton launching tokenized Treasury funds on Ethereum.

Rebalancing

trading

The process of periodically adjusting a portfolio's asset allocation back to its target percentages by selling overweight positions and buying underweight ones. For example, if a target allocation is 60% BTC / 40% ETH but market movements shift it to 75% BTC / 25% ETH, rebalancing involves selling some BTC and buying ETH. This enforces a disciplined 'sell high, buy low' approach and can be done on a time-based (monthly, quarterly) or threshold-based (when drift exceeds 5-10%) schedule.

Restaking

defi

A mechanism pioneered by EigenLayer that allows already-staked ETH (or liquid staking tokens) to be re-pledged as security for additional protocols and services. Restaking extends Ethereum's economic security to oracles, bridges, data availability layers, and other infrastructure without requiring each service to bootstrap its own validator set. It creates additional yield opportunities but also introduces compounded slashing risk.

Rollup

general

A Layer 2 scaling technique that bundles ("rolls up") hundreds of transactions into a single batch that is submitted to the Layer 1 chain. Optimistic rollups assume transactions are valid and allow fraud proofs; zero-knowledge rollups use cryptographic proofs to verify correctness. Both dramatically reduce per-transaction costs.

Royalties

nft

Automatic payments to an NFT's original creator each time the NFT is resold on a secondary market. Royalties are typically set at 2.5-10% of the sale price and are enforced either by marketplace policy or on-chain mechanisms. Royalty enforcement has been a contentious topic, with some marketplaces making them optional.

Rug Pull

security

A type of crypto scam where project developers suddenly withdraw all liquidity or abandon a project after raising funds, leaving investors with worthless tokens. Warning signs include anonymous teams, locked selling, and unrealistic yield promises. Rug pulls are most common on DEXs with permissionless token listing.

S

Sandwich Attack

security

A specific type of MEV exploit where an attacker places one transaction immediately before (front-run) and one immediately after (back-run) a victim's trade, profiting from the price movement caused by the victim's swap. Sandwich attacks are common on decentralized exchanges and can cost victims significant slippage beyond their expected trade price.

SEC

SEC
regulation

Securities and Exchange Commission — the U.S. federal agency responsible for regulating securities markets. The SEC has played a central role in crypto regulation by pursuing enforcement actions against token issuers and exchanges, and in 2024 approved the first spot Bitcoin and Ethereum ETFs.

Related:kycamlmica

Seed Phrase

security

A sequence of 12 or 24 words generated when creating a crypto wallet, serving as a human-readable backup of all the private keys in that wallet. A seed phrase can restore an entire wallet on any compatible device. It should be stored offline in a secure, physical location — never digitally.

Sequencer

blockchain

A specialized node in Layer 2 rollups responsible for ordering, batching, and submitting transactions to the Layer 1 chain. Sequencers receive user transactions, execute them locally for fast confirmation, and then post compressed transaction data to Ethereum. Most L2s currently operate centralized sequencers controlled by the rollup team, though decentralizing sequencers is a major research and development priority.

Session Key

security

A temporary, limited-permission cryptographic key generated by a smart contract wallet that allows dApps to execute specific transactions on the user's behalf without requiring approval for each action. Session keys are time-limited and scope-limited (e.g., allowing only swaps up to $100 on a specific DEX for 1 hour), dramatically improving the user experience for gaming and frequent DeFi interactions.

Slashing

blockchain

A penalty mechanism in Proof of Stake networks where a portion of a validator's staked tokens is destroyed (burned) for misbehavior such as double-signing blocks, prolonged downtime, or attempting to attack the network. Slashing creates strong economic incentives for validators to operate honestly and maintain high uptime, securing the network against malicious actors.

Slippage

trading

The difference between the expected price of a trade and the actual execution price. Slippage occurs when there is not enough liquidity at the desired price, so the order fills at progressively worse prices. Slippage tolerance settings on DEXs let users control how much price deviation they accept.

Slippage Tolerance

trading

A user-defined setting on decentralized exchanges that specifies the maximum acceptable difference between the expected price and the executed price of a swap. If the price moves beyond the tolerance during execution, the transaction reverts. Setting slippage tolerance too low causes frequent failed transactions, while setting it too high exposes users to sandwich attacks and unfavorable fills.

Smart Contract

general

Self-executing code stored on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. Smart contracts power DeFi protocols, NFT mints, DAOs, and token standards. They run exactly as programmed, with no downtime or third-party interference.

Smart Contract Audit

security

A professional security review of a smart contract's source code conducted by specialized firms or independent auditors to identify vulnerabilities, logic errors, and potential exploits before deployment. Leading audit firms include Trail of Bits, OpenZeppelin, and Certora. While audits significantly reduce risk, they do not guarantee a contract is exploit-proof.

Software Wallet

wallet

A cryptocurrency wallet that exists as a desktop, mobile, or browser extension application. Software wallets are hot wallets that store private keys on the user's device. They are convenient for daily use but less secure than hardware wallets against malware and device compromise.

Soulbound Token

SBT
nft

A non-transferable NFT permanently bound to a specific wallet address, representing credentials, achievements, or identity attributes. Proposed by Ethereum co-founder Vitalik Buterin in 2022, SBTs are designed for use cases where transferability would defeat the purpose — such as university degrees, professional certifications, proof of attendance, or reputation scores.

Spread

trading

The difference between the highest price a buyer is willing to pay (bid) and the lowest price a seller is willing to accept (ask) for an asset on an exchange. A narrow spread indicates high liquidity and active trading, while a wide spread indicates low liquidity and higher trading costs. On decentralized exchanges using AMMs, the equivalent concept is slippage — the difference between expected and actual execution price.

Stablecoin Regulation

regulation

The emerging legal frameworks governing stablecoins, including reserve requirements, audit mandates, and issuer licensing. In the U.S., proposed legislation requires stablecoin issuers to hold 1:1 reserves in cash or treasuries. MiCA in Europe already mandates reserve transparency for euro-denominated stablecoins.

Staking

general

The process of locking cryptocurrency in a Proof of Stake network to support block validation and earn rewards. Stakers delegate or lock their tokens with validators and receive staking yields, typically ranging from 3-15% annually. Staked assets may be subject to a lock-up or unbonding period.

Stop-Loss

trading

An order type that automatically sells an asset when its price drops to a specified level, designed to limit potential losses on a position. Stop-losses are a fundamental risk management tool in both traditional and crypto trading. In volatile crypto markets, slippage can cause execution at a price worse than the stop level.

Swap

defi

The exchange of one cryptocurrency token for another, typically executed through a decentralized exchange or automated market maker. Unlike traditional order book trading, DEX swaps are executed against liquidity pools using a pricing algorithm. Swap fees (usually 0.05-1%) are distributed to liquidity providers as compensation for their capital.

Sybil Attack

security

An attack in which a single entity creates a large number of fake identities or accounts to gain disproportionate influence over a network, governance vote, or airdrop distribution. Sybil attacks are a fundamental challenge in permissionless systems. Protocols combat them using proof of work, staking requirements, identity verification, or on-chain reputation systems.

T

Testnet

general

A separate blockchain network used by developers for testing smart contracts and protocol upgrades without risking real funds. Testnet tokens have no monetary value. Most major blockchains maintain active testnets — for example, Ethereum's Sepolia and Solana's Devnet.

Token

general

A digital asset created on an existing blockchain using a smart contract, rather than having its own native blockchain. Tokens can represent anything — currency, voting rights, real-world assets, or access to services. ERC-20 on Ethereum and SPL on Solana are the most common token standards.

Token Burn

general

The permanent removal of tokens from circulation by sending them to an unrecoverable address (a 'burn address'). Token burns reduce total supply, which can create deflationary pressure and increase scarcity. Ethereum's EIP-1559 burns a portion of gas fees with every transaction, and Binance conducts quarterly BNB burns based on trading volume.

Tokenomics

general

The economic design and monetary policy of a cryptocurrency, encompassing supply mechanics (fixed vs. inflationary), distribution schedules, utility functions, burn mechanisms, staking incentives, and governance rights. Well-designed tokenomics align the incentives of users, developers, and investors to create a sustainable ecosystem. Poorly designed tokenomics often lead to sell pressure and value erosion.

Transaction Simulation

security

A security feature that previews the exact outcome of a blockchain transaction before it is signed and submitted, showing the user precisely which tokens will leave and enter their wallet. Transaction simulation helps users detect malicious smart contract interactions, wallet drainer attacks, and unexpected token approvals. Tools like Blocknative, Tenderly, and wallet-integrated simulators provide this functionality.

TVL

TVL
defi

Total Value Locked — the aggregate dollar value of all assets deposited into a DeFi protocol's smart contracts. TVL is the primary metric for measuring a DeFi protocol's adoption and size. DeFi Llama is the most widely used TVL tracker.

V

Validator

general

A node operator in a Proof of Stake network responsible for proposing and attesting to new blocks. Validators must stake a minimum amount of the native token (e.g., 32 ETH for Ethereum) as collateral, which can be partially slashed as a penalty for misbehavior or prolonged downtime.

Vesting Schedule

general

A time-based plan that controls when allocated tokens are released to team members, investors, or advisors. Vesting schedules typically include a cliff period (during which no tokens are released) followed by a linear or staged unlock over months or years. They are designed to prevent early holders from dumping tokens immediately after launch and to align long-term incentives.

Volume

trading

The total amount of a cryptocurrency traded within a specific time period, usually 24 hours. High volume indicates strong market interest and generally means tighter spreads and better liquidity. Low volume can signal disinterest or make an asset vulnerable to price manipulation.

W

Web3

general

A vision for the next evolution of the internet built on decentralized protocols, blockchain technology, and token-based economics. Web3 aims to give users ownership of their data, identity, and digital assets — in contrast to Web2, where centralized platforms control user data and monetize attention.

Whitepaper

general

A technical document published by a blockchain project outlining its purpose, technology, consensus mechanism, tokenomics, and roadmap. Bitcoin's whitepaper, published by Satoshi Nakamoto in 2008, is the most famous example. Whitepapers are a key resource for evaluating a project's legitimacy and vision.

Wrapped Token

defi

A tokenized representation of a cryptocurrency from one blockchain that can be used on another blockchain. The original asset is locked in a smart contract, and an equivalent wrapped version is minted on the destination chain. Wrapped Bitcoin (WBTC) on Ethereum is the most well-known example, allowing BTC to be used in Ethereum DeFi protocols.

Y

Yield Farming

defi

The practice of depositing crypto assets into DeFi protocols to earn rewards, typically in the form of interest, fees, or governance tokens. Yield farmers often move assets between protocols to maximize returns, but higher yields usually come with higher smart contract and impermanent loss risk.

Z

Zero-Knowledge Proof

ZKP
blockchain

A cryptographic method that allows one party (the prover) to demonstrate to another party (the verifier) that a statement is true without revealing any additional information beyond the statement's validity. In blockchain, ZK proofs power privacy-preserving transactions, ZK rollups for scalability, and identity verification without exposing personal data. zk-SNARKs and zk-STARKs are the two main variants.