Hashtag Web3 Logo

Web3 Glossary

Your complete guide to blockchain, cryptocurrency, and decentralized technology terminology.

157 terms
10 categories

Browse by category

Explore terms organized by Web3 sector

All terms

Complete alphabetical listing

A

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.

Account Abstraction Architecture

A framework that allows smart contracts to act as user accounts with programmable features like multi-sig, recovery, and gas sponsorship without protocol changes.

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 full 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.

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 smoothly, 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 smoothly, 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.

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 enable 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.

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.

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 using 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.