Web3 Glossary
Your complete guide to blockchain, cryptocurrency, and decentralized technology terminology. From basic concepts to advanced protocols, understand the language that powers Web3.
Browse by category
Explore terms organized by Web3 sector
Blockchain Fundamentals18
Core concepts and building blocks of blockchain technology
Cryptocurrencies7
Digital currencies, tokens, and payment systems
DeFi27
Decentralized finance protocols, lending, and yield strategies
NFTs & Digital Assets2
Non-fungible tokens, digital collectibles, and ownership
Smart Contracts2
Self-executing contracts and blockchain programming
Protocols & Standards3
Token standards, layer solutions, and interoperability
Governance & DAOs7
Decentralized organizations and on-chain voting
Security17
Wallets, keys, audits, and best practices
Trading & Markets8
Exchanges, liquidity, and market mechanics
Technical45
Infrastructure, nodes, consensus, and technical operations
All terms
Complete alphabetical listing
A
Account Abstraction
A framework that allows smart contracts to act as user accounts with programmable features like multi-sig, recovery, and gas sponsorship without protocol changes.
Account Abstraction
An architecture treating user accounts and smart contracts uniformly, enabling accounts to have arbitrary logic instead of requiring ECDSA signatures, supporting features like batched transactions and multi-sig natively.
Airdrop
A marketing strategy where cryptocurrency projects distribute free tokens to wallet addresses to promote adoption, reward early users, or decentralize token ownership.
Altcoin
Any cryptocurrency other than Bitcoin. Altcoins include Ethereum, Solana, Cardano, and thousands of other digital currencies with different features and use cases.
AMM
Automated Market Maker - a decentralized exchange protocol that uses mathematical formulas and liquidity pools to price assets and execute trades without traditional order books.
APY (Annual Percentage Yield)
The annualized rate of return on an investment accounting for compound interest, showing total earnings over a year including reinvested gains.
Arbitrage
Arbitrage is the practice of exploiting price differences for the same asset across different markets or platforms, buying low in one place and selling high in another for risk-free profit.
Atomic Swap
A peer-to-peer exchange of cryptocurrencies across different blockchains without intermediaries, using smart contracts to ensure both parties complete transaction or both are refunded.
Audit
A smart contract audit is a comprehensive security review of blockchain code by specialized firms to identify vulnerabilities, bugs, and potential exploits before deployment to mainnet.
Automated Market Maker
An Automated Market Maker (AMM) is a smart contract that enables trading by maintaining liquidity pools rather than matching buyers and sellers. AMMs use mathematical formulas to determine prices automatically based on pool reserves, eliminating the need for order books and enabling decentralized exchanges.
B
Based Sequencing
Based sequencing is a rollup design where Layer 1 validators act as the sequencer, allowing Layer 2 transactions to be included directly in L1 blocks. This approach eliminates the need for a separate sequencer operator, reducing trust assumptions and improving decentralization.
Batch Auction
A mechanism where orders are collected over a time period, then executed simultaneously at a single clearing price, preventing front-running and enabling fair execution.
Bitcoin
The first decentralized cryptocurrency, created in 2009 by Satoshi Nakamoto, that enables peer-to-peer transactions without intermediaries on a blockchain network.
Block Builder
A specialized entity that constructs optimized blocks by ordering and bundling transactions, bidding to have their blocks proposed by validators.
Blockchain
A distributed digital ledger that records transactions across multiple computers in a way that makes the records immutable and transparent.
Bridge
A protocol that enables the transfer of tokens, data, or smart contract commands between different blockchain networks, facilitating interoperability in the multi-chain ecosystem.
Bridge Protocol
A protocol enabling asset transfer between different blockchains through locking assets on one chain and minting equivalent wrapped assets on another chain.
C
Chain Reorganization
An event where a blockchain replaces a sequence of recent blocks with a different chain, altering transaction history and potentially reversing recent transactions.
Circuit Breaker
A security mechanism in smart contracts that temporarily stops operations when predefined risk thresholds are breached, preventing cascading failures during market stress.
Cold Storage
A method of storing cryptocurrency private keys completely offline, isolated from internet-connected devices, providing maximum security against online threats and hacks.
Collateral
Assets deposited as security for a loan. In DeFi lending protocols, borrowers must deposit collateral worth more than they borrow. If collateral value drops too low, it gets liquidated to repay the loan.
Composability
The ability of smart contracts and DeFi protocols to interact and combine seamlessly, enabling complex financial applications built from modular pieces.
Concentrated Liquidity
Concentrated liquidity is a capital efficiency innovation pioneered by Uniswap V3 that allows liquidity providers to allocate their capital to custom price ranges rather than across the entire price curve. This enables LPs to earn more fees with less capital while providing better execution for traders within active ranges.
Conditional Order
A trading order that only executes when specified conditions are met, enabling automated trading strategies based on price, time, or other market conditions.
Consensus Layer
The protocol and mechanism by which blockchain network participants agree on the current state and validity of transactions, the foundation of blockchain security.
Consensus Mechanism
The protocol by which nodes in a decentralized network agree on the current state of the blockchain, ensuring all participants maintain the same transaction history without a central authority.
Covenant
A smart contract or Bitcoin script that restricts how an output can be spent, enabling more complex spending conditions than traditional transactions.
Cross-Chain Bridge
A protocol enabling transfer of assets and data between different blockchains, allowing users to move cryptocurrency across chains while maintaining value equivalence.
Cryptoeconomics
The study of how cryptographic mechanisms combined with economic incentives create secure, decentralized systems where participants are rewarded for honest behavior.
Curve Bonding
A DeFi mechanism where tokens are minted and burned along a mathematical curve, enabling continuous price discovery and automatic market making without liquidity pools.
D
DAO
Decentralized Autonomous Organization—an internet-native organization governed by smart contracts and owned collectively by its members, who vote on decisions using tokens.
DAOstack
An open-source framework and stack for building and managing decentralized autonomous organizations with governance features like voting, proposals, and reputation systems.
Data Availability
The guarantee that blockchain data required to verify state transitions is publicly accessible, ensuring that anyone can validate blocks and preventing hidden data attacks.
Data Availability Layer
A data availability (DA) layer is specialized blockchain infrastructure that stores and guarantees access to transaction data without executing transactions. DA layers enable rollups to post their transaction data cheaply while ensuring it remains available for verification, fraud proofs, and state reconstruction.
Data Availability Sampling
A technique where nodes randomly sample small pieces of block data to probabilistically verify that full data is available, enabling scalable block sizes without full data download.
DeFi
Decentralized Finance—a category of financial applications built on blockchain that provide services like lending, borrowing, and trading without traditional intermediaries.
DeFi Composability
The ability of different DeFi protocols to combine and interact seamlessly, enabling complex strategies using multiple protocols in single transactions and creating compound value.
Delegation
Transferring voting or staking power to a representative without transferring token ownership, enabling participation in governance without active involvement while maintaining token control.
DEX
Decentralized Exchange—a peer-to-peer cryptocurrency marketplace where users trade directly from their wallets through smart contracts without intermediaries or custody.
Distributed Validator Technology
A cryptographic system allowing multiple operators to run a single validator through key splitting, reducing solo staking risks while maintaining network security.
Double Spending
The act of spending the same cryptocurrency twice by exploiting timing or consensus vulnerabilities, prevented by blockchain consensus mechanisms ensuring transaction finality.
E
ERC-20
The technical standard for fungible tokens on Ethereum. Defines a common interface that enables any ERC-20 token to work seamlessly with wallets, exchanges, and dApps.
ERC-721
The technical standard for non-fungible tokens (NFTs) on Ethereum. Each ERC-721 token is unique with individual ownership and metadata, enabling digital collectibles and unique assets.
Escrow
A neutral third party holding funds during a transaction until conditions are met, enabling trustless transactions between parties who don't trust each other.
Ethereum
A decentralized blockchain platform that enables smart contracts and decentralized applications (dApps), founded by Vitalik Buterin in 2015.
Exploit
An exploit is an attack that takes advantage of vulnerabilities in smart contracts or blockchain systems to steal funds, manipulate outcomes, or disrupt protocol functionality.
F
Finality
The point at which a blockchain transaction is considered permanently settled and cannot be reversed or modified, varying by consensus mechanism and protocol design.
Flash Loan
A type of uncollateralized loan that must be borrowed and repaid within a single blockchain transaction. If repayment fails, the entire transaction reverts as if it never happened.
Floor Price
The lowest listed price for any NFT in a collection, serving as the minimum entry point and key indicator of collection value and market sentiment.
Fork
A divergence in a blockchain resulting in two separate chains. Can be intentional (hard fork/soft fork) for upgrades or accidental due to competing blocks.
G
Gas Fee
The transaction fee paid to process and validate operations on a blockchain network, compensating validators or miners for computational resources.
Gas Fee Market
The dynamic marketplace where users bid for block space by offering gas fees, with prices fluctuating based on network demand and capacity.
Gas Optimization
Techniques for writing smart contracts that minimize gas consumption, reducing transaction costs for users while maintaining functionality and security.
Governance
The mechanisms and processes through which decentralized protocols are governed, typically using governance tokens to enable community voting on protocol upgrades and parameter changes.
Governance Token
A cryptocurrency token that grants holders voting rights to influence protocol decisions, parameter changes, and treasury management in decentralized organizations.
I
Impermanent Loss
The temporary loss in dollar value when providing liquidity to an automated market maker (AMM) compared to simply holding the tokens. Occurs when token prices diverge from the deposit ratio.
Intent-Based Architecture
A blockchain design where users specify intents (what they want) rather than transactions (exact steps), allowing solvers to find optimal execution paths.
Intent-Centric Protocol
Intent-centric protocols are blockchain systems where users express desired outcomes (intents) rather than specifying exact transactions. Specialized solvers compete to fulfill intents optimally, abstracting complexity and enabling better execution, cross-chain coordination, and MEV protection.
L
Layer 2
Scaling solutions built on top of a base blockchain (Layer 1) that process transactions off-chain while inheriting the security of the underlying network.
Liquid Restaking
Liquid restaking combines restaking with liquidity by issuing fungible tokens (Liquid Restaking Tokens or LRTs) that represent restaked positions. Users deposit staked assets into restaking protocols and receive tradable tokens, maintaining liquidity while earning staking, restaking, and DeFi yields simultaneously.
Liquid Staking Token
A token representing staked assets that can be traded or used in DeFi while the underlying assets remain staked and earning staking rewards.
Liquidation
The automatic sale of collateral when a borrower's position falls below required thresholds in DeFi lending protocols, protecting lenders from default risk.
Liquidation Cascade
A chain reaction where liquidations of one position trigger liquidations of connected positions, potentially causing systemic failures and contagion across protocols.
Liquidity
Liquidity refers to how easily an asset can be bought or sold without significantly affecting its price, or the availability of assets in a market or liquidity pool to facilitate trading.
Liquidity Mining
Incentive programs where protocols reward users for providing liquidity to trading pools or lending protocols, typically with governance tokens or yield farming rewards.
Liquidity Pool
Smart contracts holding reserves of two or more tokens that enable decentralized trading through automated market makers, with liquidity providers earning fees from trades.
M
Mainnet
Mainnet, short for 'main network,' is the primary, production blockchain network where real transactions occur, actual value is transferred, and smart contracts execute with real economic consequences.
Market Maker
A trader who provides liquidity by simultaneously buying and selling assets, profiting from the bid-ask spread while stabilizing market prices.
Mempool
The memory pool where unconfirmed transactions wait before being included in blocks, visible to all network nodes and creating opportunities for MEV extraction.
Merkle Tree
A cryptographic data structure where data is organized in a binary tree of hashes, enabling efficient verification of data integrity and membership without examining all data.
MetaMask
The most popular browser extension and mobile wallet for interacting with Ethereum and EVM-compatible blockchains. Gateway to Web3 applications and DeFi protocols.
MEV (Maximal Extractable Value)
The profit sophisticated actors can extract through transaction reordering and inclusion decisions, capturing value that users believe they're getting but is intercepted before execution.
MEV Supply Chain
The MEV supply chain describes the flow of Maximum Extractable Value from transaction originators through searchers, builders, and relays to validators/proposers. This multi-party system has evolved from simple MEV extraction to a complex market with specialized roles and infrastructure.
Mining
The process of validating transactions and creating new blocks on Proof of Work blockchains by solving complex computational puzzles, earning block rewards and transaction fees.
Minting
The process of creating new tokens or NFTs on a blockchain. For NFTs, minting transforms digital files into blockchain-based assets with verified ownership and provenance.
Modular Blockchain
A modular blockchain is an architecture that separates core blockchain functions—execution, settlement, consensus, and data availability—into independent specialized layers. This contrasts with monolithic blockchains like Bitcoin or Ethereum L1 that handle all functions in a single layer, enabling greater scalability, flexibility, and specialization.
Multi-Signature Wallet
A cryptocurrency wallet that requires multiple private keys from different parties to authorize transactions, distributing control and preventing single-point-of-failure security breaches.
Multisig
A multi-signature wallet that requires multiple private keys to authorize a transaction, providing enhanced security and shared control over cryptocurrency funds.
N
NFT
Non-Fungible Token—a unique digital asset stored on a blockchain that represents ownership of a specific item, artwork, collectible, or piece of content.
Node
A computer that connects to a blockchain network, maintaining a copy of the distributed ledger and validating transactions. The fundamental building blocks of blockchain infrastructure.
O
On-Chain Governance
A governance model where protocol decisions are proposed, voted on, and executed directly by smart contracts on the blockchain, creating transparent and enforceable governance.
Optimistic Rollup
An Optimistic rollup is a Layer 2 scaling solution that assumes transactions are valid by default (hence "optimistic") and only runs computation to prove fraud if someone challenges a state transition. This approach enables high throughput and EVM compatibility while maintaining Ethereum security through fraud proofs and a challenge period.
Oracle
A service that provides external, real-world data to smart contracts on the blockchain, acting as a bridge between on-chain code and off-chain information sources.
Oracle Attack
An exploit targeting oracle vulnerabilities to manipulate price feeds or external data, enabling attackers to trigger liquidations or drain smart contracts.
Order Book
A list of buy and sell orders for an asset at different prices, used by centralized exchanges to match buyers and sellers and determine market price.
P
Preconfirmation
A commitment from validators or sequencers to include a transaction in an upcoming block, providing fast certainty before final confirmation.
Price Impact
The percentage change in asset price resulting from a trade, where larger trades move price more than smaller trades due to limited liquidity.
Privacy Pool
A cryptographic system that allows users to deposit funds into a shared pool and later withdraw anonymously, breaking the on-chain link between sender and receiver.
Private Key
A secret cryptographic key that proves ownership of a blockchain address and authorizes transactions, functioning as the master password to your cryptocurrency.
Proof of Authority
A consensus mechanism where designated trusted validators create blocks and validate transactions, sacrificing decentralization for efficiency and speed in private or semi-public blockchains.
Proof of Burn
A consensus or verification mechanism where participants destroy cryptocurrency to prove their commitment and earn rewards or rights, eliminating the need for computational work.
Proof of Stake
A consensus mechanism where validators are chosen to create blocks based on the amount of cryptocurrency they stake. Replaces energy-intensive mining with capital investment for blockchain security.
Proof of Work
A consensus mechanism where miners compete to solve computationally intensive puzzles to add new blocks to the blockchain. The foundation of Bitcoin and original Ethereum security.
Proposer-Builder Separation
A blockchain architecture that separates block proposing from block building to mitigate MEV, improve fairness, and enable specialized block builders.
Proto-Danksharding
An Ethereum upgrade (EIP-4844) that introduces blob-carrying transactions to reduce rollup data costs, serving as a stepping stone to full danksharding.
R
Recursive Proof
A cryptographic proof that can prove other proofs, enabling compression of large computations into single small proofs through iterative proof composition.
Reentrancy
A smart contract vulnerability where a function can be called recursively before internal state is updated, allowing attackers to drain funds through repeated calls.
Restaking
Staking the same cryptocurrency across multiple protocols or services, earning additional yields by securing additional networks without increasing capital, though introducing correlated slashing risks.
Rollup
A Layer 2 scaling solution that bundles thousands of transactions together, submitting a compressed record to the main blockchain to reduce costs and increase throughput while inheriting main chain security.
Royalty
A percentage of each secondary sale that automatically goes to the original creator. Enables artists to earn ongoing income as their NFTs are resold at higher prices.
RPC Node
An RPC (Remote Procedure Call) node is infrastructure that provides an interface for applications to interact with a blockchain network. RPC nodes allow developers to query blockchain data, send transactions, and execute smart contracts without running their own full nodes.
Rug Pull
A rug pull is a type of scam where cryptocurrency project developers abandon the project and run away with investors' funds, often by removing liquidity or exploiting backdoors in smart contracts.
S
Sandwich Attack
An MEV exploit where an attacker observes pending transactions and strategically places their own transactions before and after to profit from price movements.
Seed Phrase
A 12 or 24-word phrase that serves as the master key to your cryptocurrency wallet. Anyone with your seed phrase can access all your funds.
Sequencer
A centralized or decentralized entity that orders transactions on layer 2 systems, batching them together before posting to layer 1 for efficient settlement.
Sharding
A scaling technique dividing blockchain validation into parallel shards, where each shard processes subset of transactions, enabling much higher throughput than single-chain processing.
Shared Sequencing
Shared sequencing is an architectural pattern where multiple rollups use a common sequencer network to order transactions across chains. This enables atomic cross-rollup transactions, synchronous composability, and unified MEV markets while maintaining independent rollup state machines.
Sidechain
A separate blockchain running parallel to a main chain, with its own validators and consensus, connected via bridge enabling asset transfers between chains.
Slashing
A penalty mechanism in Proof of Stake networks that destroys part of a validator's staked cryptocurrency for malicious behavior or rule violations, protecting protocol security.
Slicing
A technique where computation is divided into smaller pieces that can be independently verified or processed, improving scalability and verification efficiency.
Slippage
The difference between the expected price of a trade and the actual execution price. Occurs due to price movement between order submission and execution, especially in volatile or low-liquidity markets.
Smart Contract
Self-executing programs stored on a blockchain that automatically enforce agreements when predetermined conditions are met, eliminating the need for intermediaries.
Smart Contract Auditing
Smart contract auditing is the process of systematically analyzing code for security vulnerabilities, logic flaws, and inefficiencies before deployment to production. Audits are critical for DeFi protocols, bridges, and other high-value smart contracts, protecting billions in user funds.
Smart Contract Wallet
A cryptocurrency wallet implemented as a smart contract rather than a traditional externally-owned account, enabling programmable features like transaction batching, automation, and custom security.
SNARK
Succinct Non-Interactive Arguments of Knowledge - cryptographic proofs that are very small and fast to verify, used in blockchain scaling and privacy applications.
Soft Fork
A backward-compatible protocol upgrade that tightens rules, where new nodes enforce stricter standards while old nodes can still participate in the network.
Solidity
The most popular programming language for writing smart contracts on Ethereum and EVM-compatible blockchains, designed for creating decentralized applications.
Soulbound Token
A non-transferable token bound to a wallet address representing credentials, achievements, or identity that cannot be sold or traded, creating permanent records of accomplishments.
Sovereign Rollup
A sovereign rollup is a blockchain that uses another chain only for data availability and consensus, handling its own settlement and execution without relying on an L1 smart contract for validity. Sovereign rollups maintain complete control over their state, upgrades, and governance while leveraging shared DA infrastructure.
Stablecoin
A cryptocurrency designed to maintain a stable value by being pegged to a reserve asset like the US dollar, gold, or other cryptocurrencies.
Staking
Locking up cryptocurrency tokens to support blockchain network operations and earn rewards, serving as collateral for transaction validation in Proof of Stake systems.
STARK
Scalable Transparent Arguments of Knowledge - cryptographic proofs without trusted setup, using only hash functions, but larger than SNARKs.
State Channel
Off-chain payment channels enabling multiple transactions between parties with only opening and closing transactions on-chain, providing instant payments and reduced fees.
Stateless Client
A blockchain client that can verify blocks without storing the entire blockchain state, using cryptographic witnesses to prove state validity.
Stealth Address
A privacy mechanism where unique receiving addresses are created for each transaction, preventing observers from linking payments to a single wallet or identity.
Subnet
A custom blockchain running on top of a validator network, sharing security with the base network while enabling specialized applications and custom configurations.
T
Testnet
A testnet is a parallel blockchain network used by developers to test applications, smart contracts, and protocol upgrades without risking real assets or affecting the main network.
Threshold Encryption
A cryptographic scheme where a message is encrypted such that a threshold number of participants must cooperate to decrypt it, enabling distributed control and MEV prevention.
Time-Weighted Average Price
An execution strategy that spreads large trades over time to reduce price impact, calculating the average price weighted by time intervals.
Token
A digital asset created on an existing blockchain that represents value, utility, ownership, or access rights within a decentralized application or ecosystem.
Token Burn
Permanent removal of cryptocurrency tokens from circulation by sending them to an inaccessible address, reducing token supply and potentially increasing remaining token value.
Token Standard
A specification that defines how tokens are created, transferred, and managed on a blockchain, enabling interoperability and ensuring consistent behavior across applications.
Token Unlock
The release of previously locked or vested tokens according to a predetermined schedule, often affecting token supply, circulating supply, and market price dynamics.
Transaction Finality
The point at which a blockchain transaction becomes irreversible and cannot be altered or removed, ensuring transaction certainty and settlement.
Transaction Sequencer Network
A transaction sequencer network is a decentralized system where multiple sequencers collectively order and batch rollup transactions through consensus, replacing single centralized sequencers. These networks aim to improve censorship resistance, liveness, and decentralization while maintaining low latency and high throughput.
Treasury Management
Protocols managing their cryptocurrency reserves through governance, making strategic decisions on allocation, deployment, and reserves to ensure sustainability and growth.
TVL (Total Value Locked)
The total dollar value of assets deposited in a DeFi protocol or across the entire DeFi ecosystem, used as a key metric for protocol adoption and market share.
V
Validator
Network participants in Proof of Stake blockchains who stake cryptocurrency to propose and attest to blocks, earning rewards for securing the network.
Validator Queue
A waiting period where new validators must stake and wait before joining the active validator set, preventing sudden attacks and managing validator churn.
Validator Slashing
A penalty mechanism in Proof-of-Stake systems where validators lose staked tokens for dishonest behavior, creating economic disincentives against attacks and misbehavior.
Validium
A validium is a scaling solution similar to a ZK rollup that uses validity proofs to verify computation correctness, but posts transaction data off-chain to a data availability committee rather than to Ethereum L1. This provides higher throughput and lower costs at the expense of slightly weaker security assumptions.
Verkle Tree
A cryptographic data structure using vector commitments to create much smaller proofs than Merkle trees, enabling efficient stateless clients.
Vesting
A schedule determining when tokens locked during initial distribution (ICO, seed funding, employee grants) become available to claim or transfer, preventing sudden market dumps.
W
Wallet
A software or hardware tool that stores cryptographic keys enabling users to send, receive, and manage cryptocurrency and interact with blockchain applications.
Web3
The next evolution of the internet built on blockchain technology, emphasizing decentralization, user ownership, and token-based economics rather than centralized platforms.
Whale
A whale is an individual or entity that holds a very large amount of cryptocurrency, capable of influencing market prices through their trading activity.
Whitepaper
A detailed technical document that explains a blockchain project's technology, purpose, tokenomics, and roadmap. The foundational document for any serious cryptocurrency or Web3 project.
Wrapped Asset
A token representing an asset from another blockchain, created when the original asset is locked by a bridge, enabling cross-chain utilization.
Wrapped Token
A representation of an asset from one blockchain on another blockchain, enabling assets to move between chains and participate in different ecosystems while maintaining value parity.
Wrapped Token
A token representing an external asset (another cryptocurrency or asset) locked in a smart contract, enabling that asset to be used on different blockchains or within protocols.
Y
Yield Curve
A graph showing interest rates (yields) across different maturities, used in DeFi to understand lending rates and market expectations about future rates and economic conditions.
Yield Farming
The practice of moving cryptocurrency between DeFi protocols to maximize returns. Yield farmers actively seek the highest yields through lending, liquidity provision, and staking strategies.
Z
Zero-Coupon Bond
A financial instrument that pays no interest during its term but is sold at a significant discount to its face value, with profit made on the difference (redemption yield).
Zero-Knowledge Proof
A cryptographic proof enabling proving a statement is true without revealing the underlying data or knowledge, enabling privacy and compression in blockchain applications.
ZK Rollup
A ZK (Zero-Knowledge) rollup is a Layer 2 scaling solution that uses validity proofs (zero-knowledge proofs) to prove the correctness of off-chain computations to Ethereum L1. Unlike Optimistic rollups that assume validity, ZK rollups cryptographically prove every batch is correct, enabling faster finality without challenge periods.