Hashtag Web3 Logo

Web3 Glossary

Your complete guide to blockchain, cryptocurrency, and decentralized technology terminology. From basic concepts to advanced protocols, understand the language that powers Web3.

157 terms
10 categories

Browse by category

Explore terms organized by Web3 sector

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.

technical
Advanced

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.

technical
Advanced

Airdrop

A marketing strategy where cryptocurrency projects distribute free tokens to wallet addresses to promote adoption, reward early users, or decentralize token ownership.

Trading & Markets
Beginner

Altcoin

Any cryptocurrency other than Bitcoin. Altcoins include Ethereum, Solana, Cardano, and thousands of other digital currencies with different features and use cases.

Cryptocurrencies
Beginner

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.

DeFi
Intermediate

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.

defi
Beginner

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.

trading
Intermediate

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.

defi
Advanced

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.

security
Intermediate

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.

defi
beginner

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.

blockchain-fundamentals
Intermediate

Circuit Breaker

A security mechanism in smart contracts that temporarily stops operations when predefined risk thresholds are breached, preventing cascading failures during market stress.

security
Intermediate

Cold Storage

A method of storing cryptocurrency private keys completely offline, isolated from internet-connected devices, providing maximum security against online threats and hacks.

security
Beginner

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.

DeFi
Beginner

Composability

The ability of smart contracts and DeFi protocols to interact and combine seamlessly, enabling complex financial applications built from modular pieces.

technical
Intermediate

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.

defi
intermediate

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.

trading
Intermediate

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.

blockchain-fundamentals
Intermediate

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.

Blockchain Fundamentals
Intermediate

Covenant

A smart contract or Bitcoin script that restricts how an output can be spent, enabling more complex spending conditions than traditional transactions.

blockchain-fundamentals
Advanced

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.

protocols
Intermediate

Cryptoeconomics

The study of how cryptographic mechanisms combined with economic incentives create secure, decentralized systems where participants are rewarded for honest behavior.

blockchain-fundamentals
Advanced

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.

defi
Advanced

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.

Governance & DAOs
Intermediate

DAOstack

An open-source framework and stack for building and managing decentralized autonomous organizations with governance features like voting, proposals, and reputation systems.

governance
Intermediate

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.

technical
Advanced

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.

technical
advanced

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.

technical
Advanced

DeFi

Decentralized Finance—a category of financial applications built on blockchain that provide services like lending, borrowing, and trading without traditional intermediaries.

DeFi
Intermediate

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.

defi
Intermediate

Delegation

Transferring voting or staking power to a representative without transferring token ownership, enabling participation in governance without active involvement while maintaining token control.

governance
Intermediate

DEX

Decentralized Exchange—a peer-to-peer cryptocurrency marketplace where users trade directly from their wallets through smart contracts without intermediaries or custody.

Trading & Markets
Beginner

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.

blockchain-fundamentals
Advanced

Double Spending

The act of spending the same cryptocurrency twice by exploiting timing or consensus vulnerabilities, prevented by blockchain consensus mechanisms ensuring transaction finality.

security
Beginner

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.

Protocols & Networks
Intermediate

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.

defi
intermediate

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.

defi
Intermediate

Liquidation

The automatic sale of collateral when a borrower's position falls below required thresholds in DeFi lending protocols, protecting lenders from default risk.

defi
Intermediate

Liquidation Cascade

A chain reaction where liquidations of one position trigger liquidations of connected positions, potentially causing systemic failures and contagion across protocols.

defi
Advanced

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.

defi
Beginner

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.

defi
Intermediate

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.

DeFi
Intermediate

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.

technical
Beginner

Market Maker

A trader who provides liquidity by simultaneously buying and selling assets, profiting from the bid-ask spread while stabilizing market prices.

trading
Intermediate

Mempool

The memory pool where unconfirmed transactions wait before being included in blocks, visible to all network nodes and creating opportunities for MEV extraction.

technical
Intermediate

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.

cryptography
Advanced

MetaMask

The most popular browser extension and mobile wallet for interacting with Ethereum and EVM-compatible blockchains. Gateway to Web3 applications and DeFi protocols.

Security
Beginner

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.

technical
Advanced

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.

defi
advanced

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.

Blockchain Fundamentals
Intermediate

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.

NFTs & Digital Assets
Beginner

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.

technical
intermediate

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.

security
Intermediate

Multisig

A multi-signature wallet that requires multiple private keys to authorize a transaction, providing enhanced security and shared control over cryptocurrency funds.

Security
Intermediate

P

Preconfirmation

A commitment from validators or sequencers to include a transaction in an upcoming block, providing fast certainty before final confirmation.

technical
Advanced

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.

trading
Intermediate

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.

privacy
Advanced

Private Key

A secret cryptographic key that proves ownership of a blockchain address and authorizes transactions, functioning as the master password to your cryptocurrency.

Security
Beginner

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.

consensus-mechanism
Intermediate

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.

blockchain-fundamentals
Intermediate

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.

Technical
Intermediate

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.

Technical
Intermediate

Proposer-Builder Separation

A blockchain architecture that separates block proposing from block building to mitigate MEV, improve fairness, and enable specialized block builders.

technical
Advanced

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.

technical
Advanced

R

Recursive Proof

A cryptographic proof that can prove other proofs, enabling compression of large computations into single small proofs through iterative proof composition.

cryptography
Advanced

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.

security
Advanced

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.

defi
Intermediate

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.

protocols
Advanced

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.

NFTs & Digital Assets
Beginner

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.

technical
beginner

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.

security
Beginner

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.

security
Intermediate

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.

Security
Beginner

Sequencer

A centralized or decentralized entity that orders transactions on layer 2 systems, batching them together before posting to layer 1 for efficient settlement.

technical
Intermediate

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.

technical
Advanced

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.

technical
advanced

Sidechain

A separate blockchain running parallel to a main chain, with its own validators and consensus, connected via bridge enabling asset transfers between chains.

protocols
Intermediate

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.

security
Intermediate

Slicing

A technique where computation is divided into smaller pieces that can be independently verified or processed, improving scalability and verification efficiency.

technical
Advanced

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.

Trading & Markets
Beginner

Smart Contract

Self-executing programs stored on a blockchain that automatically enforce agreements when predetermined conditions are met, eliminating the need for intermediaries.

Smart Contracts
Intermediate

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.

security
intermediate

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.

technical
Intermediate

SNARK

Succinct Non-Interactive Arguments of Knowledge - cryptographic proofs that are very small and fast to verify, used in blockchain scaling and privacy applications.

technical
Advanced

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.

blockchain-fundamentals
Intermediate

Solidity

The most popular programming language for writing smart contracts on Ethereum and EVM-compatible blockchains, designed for creating decentralized applications.

Smart Contracts
Intermediate

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.

nfts
Intermediate

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.

technical
advanced

Stablecoin

A cryptocurrency designed to maintain a stable value by being pegged to a reserve asset like the US dollar, gold, or other cryptocurrencies.

Cryptocurrencies
Beginner

Staking

Locking up cryptocurrency tokens to support blockchain network operations and earn rewards, serving as collateral for transaction validation in Proof of Stake systems.

DeFi
Intermediate

STARK

Scalable Transparent Arguments of Knowledge - cryptographic proofs without trusted setup, using only hash functions, but larger than SNARKs.

technical
Advanced

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.

technical
Advanced

Stateless Client

A blockchain client that can verify blocks without storing the entire blockchain state, using cryptographic witnesses to prove state validity.

technical
Advanced

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.

privacy
Advanced

Subnet

A custom blockchain running on top of a validator network, sharing security with the base network while enabling specialized applications and custom configurations.

blockchain-fundamentals
Intermediate

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.

technical
Beginner

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.

cryptography
Advanced

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.

trading
Intermediate

Token

A digital asset created on an existing blockchain that represents value, utility, ownership, or access rights within a decentralized application or ecosystem.

Cryptocurrencies
Beginner

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.

cryptocurrencies
Beginner

Token Standard

A specification that defines how tokens are created, transferred, and managed on a blockchain, enabling interoperability and ensuring consistent behavior across applications.

technical
Intermediate

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.

governance
Beginner

Transaction Finality

The point at which a blockchain transaction becomes irreversible and cannot be altered or removed, ensuring transaction certainty and settlement.

blockchain-fundamentals
Intermediate

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.

technical
advanced

Treasury Management

Protocols managing their cryptocurrency reserves through governance, making strategic decisions on allocation, deployment, and reserves to ensure sustainability and growth.

governance
Intermediate

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.

defi
Beginner