Skip to content

Glossary

Plain-language definitions of blockchain, crypto, DeFi, and Web3 terms.

#

1inch
A DEX aggregator and DeFi platform — routes swaps across hundreds of liquidity sources for best execution, with Fusion intent-based mode and Pulse self-custody wallet.
51% Attack
An attack where a single party controls a majority of the network's hashrate or stake, letting them reorder, censor, or reverse recent transactions.

A

AAVE
The Aave protocol's governance token — also stakeable into the Safety Module that backstops shortfall events. Renamed from LEND in October 2020 at a 100:1 ratio.
Aave
The largest decentralized lending protocol on Ethereum and most EVM chains, offering over-collateralized borrows, flash loans, and a GHO stablecoin.
ABI
Application Binary Interface — the schema describing a contract's functions and events, used by clients to encode calls and decode results.
Abstract
A ZK Stack-based Layer-2 focused on consumer applications — native account abstraction, gas-free UX for end users via paymasters, social-account onboarding.
Account Abstraction
Treating accounts as smart contracts with custom validation logic — signatures, gas payment, recovery — instead of being a single ECDSA keypair.
Across
A fast intent-based bridge that pre-fills user transfers with relayer capital and settles atomically via optimistic verification against a hub.
Address
A public identifier used to send and receive on-chain assets, derived from a wallet's public key via hashing.
Address Lookup Table (ALT)
A Solana feature that lets transactions reference accounts by an index into a pre-stored on-chain table — used to fit complex transactions under the 1232-byte size limit.
Address Poisoning
A scam where the attacker sends a tiny zero-value transfer from an address that visually mimics one you recently used — banking on you copying it from history.
Aerodrome
The dominant DEX on Coinbase's Base L2 — a Velodrome fork with ve-token economics designed to direct AERO emissions to the pools that pay most fees.
Agora (AUSD)
A regulated USD stablecoin (AUSD) backed 1:1 by Treasuries and cash held at State Street, with reserve yield distributed via revenue-sharing to integration partners.
AI Agent (on-chain)
An autonomous on-chain entity driven by an LLM (or other model) — holds a wallet, executes transactions, and interacts with dApps without per-step human input.
Airdrop
Free distribution of tokens to a set of addresses — typically used to bootstrap a protocol's user base, reward early users, or decentralize governance.
Akash Network
A decentralized cloud-computing marketplace on Cosmos — providers offer container hosting (often GPU), and users pay AKT for deployments via a reverse auction.
Aleo
A privacy-first Layer-1 where every transaction is a zero-knowledge proof generated client-side, with a custom DSL (Leo) for writing private smart contracts.
Algorand
A Layer-1 founded by Turing-laureate Silvio Micali in 2019, using a pure proof-of-stake protocol (Algorand Consensus) for near-instant deterministic finality.
Algorithmic Stablecoin
A stablecoin that maintains its peg via supply expansion / contraction rules — no fiat or crypto collateral held 1:1. Historically fragile under stress.
Allowlist
A pre-mint list of addresses authorized to mint an NFT at a fixed (often discounted) price during a window before the public sale — the standard pre-mint mechanic.
alloy
A Rust Ethereum library by the Foundry team — successor to ethers-rs, providing async Ethereum types, RPC clients, contract bindings, and signing infrastructure.
Altcoin
Any cryptocurrency other than Bitcoin. Originally a derisive term, now a neutral catch-all for the rest of the market.
AML
Anti-Money Laundering: a set of rules and procedures financial institutions follow to detect and report transactions associated with illicit funds.
Anchor
Solana's most-used smart-contract framework — provides Rust macros, an IDL, and a client library that abstract Solana's low-level account model.
Anchor Protocol
The Terra-based savings protocol that paid ~20% APY on UST stablecoin deposits — concentrated retail risk that turned the May 2022 UST depeg into a billion-dollar wipeout.
Ape Framework
A Python-based smart-contract development framework by ApeWorX — testing, deployment, scripting, and plug-in support for EVM chains.
ApeChain
The ApeCoin DAO-funded Layer-3 on Arbitrum Orbit — built around the BAYC universe with APE as native gas, focusing on gaming and NFT-centric apps.
API3
An oracle protocol where data providers run "Airnode" first-party oracles directly — no third-party node operators between the API and the chain.
Approval Drainer
Malicious smart-contract template that exploits stale ERC-20 or NFT approvals to drain victims' wallets — typically distributed via phishing kits.
Aptos
Another Move-based Layer-1 from former Meta / Diem engineers, focused on parallel execution (Block-STM) and a Byzantine-fault-tolerant consensus engine.
ARB
Arbitrum's governance token — distributed in a March 2023 airdrop to early Arbitrum users — governs the Arbitrum DAO treasury and protocol upgrades.
Arbitrum
An optimistic rollup developed by Offchain Labs — Ethereum's largest L2 by TVL, running a fraud-proof system on a custom EVM-compatible runtime (Nitro).
Arbitrum Orbit
Arbitrum's framework for launching L2s and L3s on top of Arbitrum — Nitro-based chains that settle to Ethereum or to an Arbitrum chain, with custom gas tokens and policies.
Archive Node
A full node that retains every historical state, not just the recent ones — letting it answer "what was X's balance at block N?" for any N.
Argent
A smart-contract wallet pioneer — social recovery, daily transfer limits, multi-call batches — originally on Ethereum, with a major Starknet deployment.
Arweave
A blockchain-backed storage network that pays once and stores forever — used by NFT projects and protocols that need permanent, hash-addressed data.
Astria
A shared-sequencer network — a separate fast-finality chain that orders transactions for rollups, then forwards ordered blocks to each rollup's own execution layer.
Atomic Arbitrage
MEV arbitrage executed in a single transaction — buy on one venue, sell on another, repay any flash loan — with the trade either fully succeeding or fully reverting.
Atomic Swap
A trustless exchange of two assets across separate chains via hash-time-locked contracts: either both transfers happen, or neither does.
Atomic Wallet Hack (2023)
The June 2023 exploit that drained ~$100M from Atomic Wallet users — root cause never fully disclosed, with strong attribution to North Korea's Lazarus Group.
Attestation
A signed vote from an Ethereum validator on the current head of the chain and the most recent justified checkpoint — the building block of PoS finality.
Audit
A structured review of a smart contract's code by specialists, looking for vulnerabilities, design flaws, and incorrect implementations of the spec.
Automated Market Maker (AMM)
A smart-contract-based exchange that prices trades from on-chain liquidity pools using a deterministic formula instead of a matching engine.
Avail
A modular data-availability layer spun out of Polygon, providing data-availability sampling for rollups and other modular stacks.
Avalanche
A Layer-1 with three built-in chains and the Avalanche consensus family — randomized repeated sub-sampling — supporting sub-second finality.
AVS
Actively Validated Service: any system (bridge, oracle, DA layer, sequencer) that uses restaked stake — via EigenLayer or similar — as its economic security.
Axelar
A Cosmos-based cross-chain network with its own validator set and PoS chain that routes messages and assets across 60+ connected chains.
Axiom
A ZK coprocessor for Ethereum — lets smart contracts cryptographically query any historical block, transaction, or receipt with a SNARK-proven result.
Aztec
A privacy-focused ZK rollup on Ethereum where every transaction is shielded by default — accounts, balances, and call data all hidden under SNARK proofs.
Azuki
A 10,000-piece anime-style NFT collection by Chiru Labs launched January 2022 — defined the second wave of culturally-influential PFP collections.

B

Babylon
A protocol that lets BTC holders stake their bitcoin to provide trust-minimized security to PoS chains, with slashing enforced via Bitcoin's own scripting.
Backpack
A multi-chain wallet and exchange by Coral — combines a self-custodial wallet with the Backpack Exchange, plus xNFT support for embedded dApps.
Bagholder
A trader stuck holding a token that has fallen significantly below their entry price — usually because they bought near the top and refused to sell.
Base
Coinbase's Ethereum Layer-2, built on the OP Stack and launched in August 2023 — one of the highest-throughput L2s by daily active users.
Base Fee
Under EIP-1559, the per-gas fee algorithmically set by the protocol and burned with each transaction — separate from the optional tip paid to the proposer.
Based
Internet slang of approval — used in crypto to describe takes, positions, or projects that the speaker enthusiastically endorses, often counter to mainstream opinion.
Based Rollup
A rollup whose sequencing is performed directly by Ethereum L1 proposers — no dedicated sequencer set, no centralization in transaction ordering.
Basis Trade
A delta-neutral strategy that captures the funding-rate or futures-basis spread — long spot, short the perpetual or future against it, hedging away price risk.
Beacon Chain
Ethereum's proof-of-stake consensus layer — coordinates validators, schedules block proposers, accumulates attestations, and decides finality.
Beanstalk Hack (2022)
The April 2022 governance attack on Beanstalk Farms — a flash-loaned supermajority vote drained ~$182M from the protocol's treasury in a single transaction.
BendDAO
An NFT liquidity protocol — peer-to-pool lending against blue-chip NFT collateral, with instant loans against ETH liquidity and on-chain auctions on default.
Berachain
A Cosmos SDK + EVM Layer-1 with Proof-of-Liquidity consensus: validators are rewarded for directing emissions to DeFi pools instead of just for staking.
Besu
Hyperledger Besu — a Java Ethereum execution client by ConsenSys, popular in enterprise / consortium deployments with permissioned chain support.
Bid-Ask Spread
The gap between the highest buy offer (bid) and the lowest sell offer (ask) on a market — a primary measure of execution cost and market quality.
Binance
The largest centralized crypto exchange globally — founded by Changpeng Zhao (CZ) in 2017, operates spot, derivatives, BNB Chain, and a broad product ecosystem.
BIP
Bitcoin Improvement Proposal — the standardized document format for proposing changes to the Bitcoin protocol or its conventions (BIP-32, BIP-39, BIP-141, …).
BIP-39
The Bitcoin standard that encodes a wallet's master seed as a memorable phrase of 12 or 24 words drawn from a fixed 2048-word list.
Bitcoin
The first blockchain and cryptocurrency, launched in 2009 by Satoshi Nakamoto, securing a fixed-supply digital money via proof-of-work mining.
Bitcoin ETF
An exchange-traded fund that holds physical bitcoin and tracks its spot price — approved by the US SEC in January 2024 after a decade of rejected applications.
Bitcoin Pizza Day
May 22, 2010 — Laszlo Hanyecz paid 10,000 BTC for two Papa John's pizzas, the first known commercial Bitcoin transaction. Now an annual crypto holiday.
BitConnect
A 2016–2018 Ponzi scheme promising 1%+ daily returns via an alleged "trading bot" — collapsed in January 2018, becoming a meme symbol of crypto-Ponzi dynamics.
Bitfinex Hack (2016)
The August 2016 breach of Bitfinex's BitGo-secured multi-sig hot wallets — ~119,756 BTC stolen, partially recovered by the US DOJ in February 2022.
Bittensor
A protocol that incentivizes ML model providers to compete on specialized "subnets" — models score each other, and the highest-quality miners earn TAO rewards.
BitVM
A research framework for expressing arbitrary computation on Bitcoin via large precommitted contract trees and fraud-proof challenge games — no fork required.
Blast
An Ethereum L2 that auto-rebases user ETH and stablecoin balances via native staking yield and T-bill yield — popularized the "native yield" L2 narrative.
Blob
A 128 KB chunk of data attached to an Ethereum transaction (EIP-4844), used by rollups for cheap data availability. Pruned by nodes after ~18 days.
Blob Base Fee
Ethereum's separate fee market for blob data (EIP-4844) — adjusts independently of normal gas based on how full recent blocks' blob counts have been.
Block
A batch of transactions, ordered and timestamped, that extends a blockchain. Each block commits to the previous one via its hash.
Block Builder
A specialized actor that constructs Ethereum blocks under PBS — selecting and ordering transactions (including MEV bundles) to maximize the proposer's payout.
Block Explorer
A website that lets anyone browse the on-chain history of a blockchain — transactions, blocks, addresses, contracts, tokens, and events.
Block Reward
The compensation paid to whoever produces a block — a mix of newly issued tokens (subsidy) and transaction fees collected from the block's transactions.
Block Time
The average interval between new blocks. 10 minutes on Bitcoin, 12 seconds on Ethereum post-Merge, ~400ms on Solana — a fundamental UX and security trade-off.
Blockchain
An append-only ledger replicated across many nodes, where blocks of transactions are linked by cryptographic hashes and ordered by a consensus rule.
BlockFi Collapse
The November 2022 bankruptcy of BlockFi — a crypto lending platform with $10B+ in deposits that failed shortly after FTX collapsed and exposed its loan to Alameda.
Blockspace
The scarce resource a blockchain sells — bytes of data the network agrees to include in its next block, priced by the fee market. The economic core of every chain.
BLS Signature
A pairing-based signature scheme that aggregates many signatures into one short signature — used by Ethereum's beacon chain for validator attestations.
Blue-Chip NFT
An informal label for NFT collections with sustained brand strength, deep liquidity, and a price history that has held through multiple cycles.
Blur
A pro-trader NFT marketplace and aggregator that used token incentives, zero royalties, and bid-pool mechanics to displace OpenSea in 2023.
BNB Chain
A pair of EVM-compatible chains operated by the Binance ecosystem: a low-cost smart-contract chain (BSC) and a slimmer beacon chain.
BONK
The first major Solana memecoin — December 2022 airdrop to Solana NFT holders helped re-energize the Solana ecosystem during the post-FTX bottom.
Bored Ape Yacht Club (BAYC)
A 10,000-piece Ethereum NFT collection by Yuga Labs launched April 2021 — the defining "blue-chip PFP" project of the 2021 cycle, with deep brand collaborations.
BounceBit
A Bitcoin-restaking Layer-1 — users deposit BTC (or wrapped BTC), receive BBTC, and earn yield from CeDeFi strategies plus shared-security AVS participation.
BRC-20
A token standard for Bitcoin that uses Ordinals inscriptions as a JSON-based ledger — fungible tokens deployed entirely via inscribed transactions.
Brett (BRETT)
A Base-chain memecoin themed on the Matt Furie character — became the largest "Base ecosystem" memecoin in 2024 and a cultural anchor for the Base community.
Bridge
Infrastructure that moves assets or messages between two blockchains by locking on one chain and minting a representation on the other.
Bug Bounty
A standing offer to pay outside security researchers for responsibly reported vulnerabilities, scaled to the impact of the bug.
Bulletproofs
Short non-interactive range proofs without trusted setup — used by Monero's RingCT, confidential transactions, and several DEXes for efficient amount-hiding.
Bundler
In ERC-4337, a node that listens to the UserOperation mempool, packages valid ops into a single transaction, and submits it to the EntryPoint contract on-chain.
Burn
Permanently removing tokens from circulation by sending them to an unspendable address (or invoking a contract function that destroys them).
Bybit
A Dubai-based crypto derivatives exchange — one of the top venues by perpetual-futures volume globally, founded by Ben Zhou in 2018.
Bybit Hack (2025)
The February 2025 theft of ~$1.5B in ETH from a Bybit cold wallet — the largest single hack in crypto history, attributed to North Korea's Lazarus Group.
Bytecode
The compiled, EVM-executable representation of a smart contract — what actually lives at the contract's address and what every node executes on call.

C

Calldata
The read-only byte array attached to an external call — function selector + ABI-encoded arguments. The cheapest data region in the EVM after stack.
Cardano
A research-driven Layer-1 founded by Charles Hoskinson, built on UTXO accounting and the Ouroboros family of peer-reviewed PoS protocols.
Casper FFG
Ethereum's "Finality Gadget" — a BFT-style overlay on top of the LMD-GHOST fork-choice rule that finalizes checkpoints when two-thirds of stake attest across two consecutive epochs.
cbETH
Coinbase Wrapped Staked ETH — an ERC-20 representing user-staked ETH on Coinbase's institutional staking service, with the staking yield accumulating into the exchange rate.
CCIP
Chainlink's Cross-Chain Interoperability Protocol — generic messaging plus token transfers, secured by Chainlink's oracle network and a separate risk-management network.
CDP (Collateralized Debt Position)
A vault holding collateral against which the user mints a stablecoin or borrows another asset — the MakerDAO design that defined modern DeFi lending.
Celestia
A modular data-availability chain — it stores data and produces fraud-proven data-availability sampling, leaving execution and settlement to other layers.
Celsius Collapse
The June 2022 freeze and July 2022 bankruptcy of Celsius Network — a CeFi yield platform with ~$12B in customer deposits that ran out of liquidity after the Terra crash.
Centrifuge
A pioneering RWA platform — pools real-world credit (invoices, real estate, royalties) and tokenizes them as on-chain assets that DeFi protocols can lend against.
Cetus Hack (2025)
The May 2025 exploit of Cetus Protocol — Sui's largest DEX — draining ~$220M via an integer overflow in liquidity-position accounting.
CEX
Centralized exchange: a custodial trading venue (Binance, Coinbase, Kraken) where users deposit funds and trade via the platform's internal order book.
Chainlink
The dominant decentralized-oracle network on Ethereum and other chains, publishing price feeds, VRF randomness, and cross-chain messaging via CCIP.
Child-Pays-For-Parent (CPFP)
A Bitcoin technique to accelerate a low-fee transaction by spending one of its outputs in a child transaction that pays a high fee for the pair.
Chronicle
An oracle network — originally MakerDAO's in-house oracles — using Schnorr-aggregated signatures and on-chain proofs of each feed's signer set.
Circulating Supply
The portion of a token's total supply currently available to the market — excludes locked, vested, or burned tokens. The denominator for market cap.
Coinbase
The largest US-based crypto exchange — founded by Brian Armstrong and Fred Ehrsam in 2012, publicly listed on Nasdaq (COIN) in 2021, deeply integrated with US regulators.
Coinbase Transaction
The first transaction in every Bitcoin block, paying the block subsidy plus fees to the miner and (optionally) embedding arbitrary message data.
Coinbase Wallet
Coinbase's self-custodial mobile and browser wallet — distinct from the Coinbase exchange app, with smart-account support and deep Base L2 integration.
Coincheck Hack (2018)
The January 2018 theft of ~$530M in NEM (XEM) from the Japanese exchange Coincheck — at the time the largest single crypto exchange heist by value.
Cold Storage
Storing private keys on a device that has never been (and ideally never will be) connected to the internet, for long-term, high-value custody.
Collateral
An asset locked into a contract to back a loan or position. If the position breaches the rules, the asset can be liquidated to repay the debt.
CometBFT
The Byzantine-fault-tolerant consensus engine behind Cosmos chains — formerly Tendermint Core, renamed and forked under the Cosmos Foundation in 2023.
Commitment Scheme
A cryptographic primitive that lets you commit to a value now and reveal it later, with no way to change the value between commit and reveal.
Compound
One of DeFi's original lending protocols — pioneered algorithmic interest rates, cTokens as interest-bearing receipts, and the COMP-distribution liquidity-mining era.
Concentrated Liquidity
An AMM design (Uniswap v3) where LPs allocate liquidity within a price range instead of the entire curve, dramatically improving capital efficiency.
Confidential Transaction
A transaction format that hides the transferred amounts (and sometimes the assets) behind commitments, while still allowing public verification of solvency.
Consensus Mechanism
The rule a blockchain uses to decide which block comes next, so that independent nodes converge on the same ordered history.
Constantinople Hard Fork
The February 2019 Ethereum upgrade that lowered block rewards, added new opcodes (CREATE2, EXTCODEHASH), and reduced gas costs for several frequently-used operations.
Convex
A protocol built on top of Curve that pools veCRV from depositors, capturing boosted yield and selling its voting power back to other protocols.
Cope
Internet slang for self-soothing rationalization in the face of bad outcomes — used in crypto when traders or holders make excuses for losing positions or failed projects.
Cosmos
An ecosystem of sovereign blockchains built with the Cosmos SDK, connected via IBC, each running its own validator set and Tendermint-style BFT consensus.
Cosmos Hub
The first chain in the Cosmos ecosystem, securing ATOM staking and (since 2023) acting as a Replicated Security provider to consumer chains.
Counterfactual Contract
A contract that has a known on-chain address (via CREATE2) but has not actually been deployed — funds can be sent to it before code is on-chain.
CoW Protocol
An intent-based DEX that batches user orders and settles via off-chain solvers, using coincidence-of-wants matching to give MEV-protected, fee-efficient swaps.
Cream Finance Hack (2021)
A series of 2021 exploits that ultimately drained ~130M USD from Cream Finance — including a flash-loan oracle manipulation that became a canonical example of the attack class.
CREATE2
The EVM opcode that deploys a contract to a deterministic address derived from `deployer + salt + init_code` — the basis of counterfactual deployment.
Cross Margin
A margin mode where the entire account balance backs every open position — improving capital efficiency but exposing the whole account to any single losing trade.
Crypto-Backed Stablecoin
A stablecoin minted against over-collateralized positions in volatile crypto assets, with on-chain liquidation keeping the system solvent.
Cryptographic Hash Function
A one-way function that maps any input to a fixed-size digest, used everywhere on a blockchain to link blocks, derive addresses, and commit to data.
CryptoKitties
The 2017 Ethereum game by Dapper Labs that popularized NFTs — collectible breedable cats that congested the Ethereum network at peak demand.
CryptoPunks
The original mass-cultural NFT collection — 10,000 algorithmically generated 24×24 pixel-art characters, launched in 2017 by Larva Labs and predating the ERC-721 standard.
Curve
An AMM specialized for stable-asset swaps (USDC↔USDT, ETH↔stETH) via the StableSwap invariant — extremely low slippage near peg, high capital efficiency.
Curve Vyper Hack (2023)
The July 2023 exploit of multiple Curve pools — caused by a Vyper compiler bug that broke reentrancy guards in versions 0.2.15–0.3.0, draining ~$73 million.
Custom Error
A Solidity feature (since 0.8.4) that lets contracts revert with a typed, ABI-encoded error instead of an expensive string — cheaper to emit and to decode.
Cypherpunks
The 1990s privacy-oriented activist movement around the Cypherpunks mailing list — direct intellectual ancestor of Bitcoin and broader crypto culture.

D

DAI
MakerDAO's crypto-collateralized stablecoin, minted against vaults of ETH, USDC, and other approved assets — the original decentralized dollar.
DAO
A decentralized autonomous organization: a group coordinated by on-chain rules and token-weighted voting rather than a corporate charter.
DApp
A decentralized application: a frontend that talks to one or more smart contracts instead of a private backend, so its core logic lives on-chain.
Data Availability
The guarantee that the data behind a block is published in full to the network, so anyone can reconstruct state — and so rollups can be challenged.
DeBank
A multi-chain DeFi portfolio tracker and Web3 social platform — used by power-users to monitor on-chain positions, track wallets, and access Web3-native social feeds.
Decentralization
The property of a system whose operation, ownership, and decision-making are distributed across many independent participants instead of one operator.
DeFi
Decentralized finance: financial primitives (exchanges, lending, derivatives, stablecoins) implemented as open smart contracts instead of via banks or brokers.
DefiLlama
The leading DeFi data aggregator — TVL, fees, revenue, stablecoins, yields, derivatives, RWA, NFTs — indexed across every chain and protocol, free and open-source.
Degen
Short for "degenerate" — embraces high-risk, high-reward speculation as an identity. Used self-descriptively and ironically by traders deep in DeFi or memecoin culture.
Delegation
Assigning your voting power to another address — common in DAO governance, where most holders delegate to active community members or to themselves.
Dencun Upgrade
The March 2024 Ethereum upgrade that introduced EIP-4844 (blob-carrying transactions, "proto-danksharding") — dramatically dropping Layer-2 transaction costs.
DePIN
Decentralized Physical Infrastructure Network: a protocol that uses on-chain incentives to coordinate real-world hardware (wireless, storage, GPU, sensors, energy).
Derivation Path
The address-tree coordinate (e.g. `m/44'/60'/0'/0/0`) that picks one specific key out of an HD wallet's deterministic tree of millions.
DEX
Decentralized exchange: a smart-contract venue where users swap tokens directly from their wallets, with no custodial account or central order-book operator.
Diamond Hands
Crypto and stocks slang for holding an asset through extreme volatility without selling — opposite of "paper hands" — popularized during the 2021 r/WallStreetBets era.
Diamond Proxy (EIP-2535)
A proxy pattern that multiplexes calls across many implementation contracts ("facets") by selector — letting a single contract grow beyond the 24 KB code limit.
Difficulty
A parameter that adjusts the work needed to mine a valid block so that blocks arrive at the protocol's target rate regardless of total network hashrate.
Digital Signature
A cryptographic stamp that proves a specific private key authorized a specific message — and lets anyone verify it with the matching public key.
DIMO
A DePIN connected-car network where drivers plug a device into their car and earn DIMO tokens by sharing vehicle telemetry with the network.
Distributed Ledger
A database whose contents are replicated and synchronized across many independent nodes, with no single authoritative copy.
Distributed Validator Technology (DVT)
A technique that splits one Ethereum validator's signing key across multiple nodes via threshold cryptography — eliminating single-machine failures and reducing slashing risk.
Dogecoin
The original memecoin — launched 2013 as a Litecoin fork joking about the Doge meme — now one of the largest cryptocurrencies by market cap.
Dogwifhat (WIF)
A Solana memecoin launched November 2023 around the "dog wif hat" meme — quickly became one of the largest memecoins by market cap during the 2024 Solana memecoin season.
Doodles
A 10,000-piece NFT collection launched October 2021 by Burnt Toast and Evan Keast — colorful, friendly art style that defined a softer corner of the PFP category.
Double-Spending
Spending the same coin twice — the original problem blockchains were invented to solve, prevented by consensus over a single ordering of transactions.
Drift Protocol
Solana's largest perpetual-futures DEX — combines an on-chain order book, an AMM-backed reserve, and JIT (just-in-time) auction liquidity.
Dune
The dominant on-chain analytics platform — write SQL queries against indexed blockchain data and publish dashboards. The community is the moat.
Dust Attack
Sending tiny amounts of crypto to many addresses to enable on-chain heuristics or surveillance — sometimes a precursor to phishing or address-clustering analysis.
Dutch Auction
An auction format where the price starts high and drops over time until a bidder accepts. Common in NFT mints, MEV order flow auctions, and liquidations.
dYdX Chain
An app-specific Cosmos SDK chain operated by the dYdX community to host its perpetual-futures DEX — moved from a StarkEx L2 to its own L1 in 2023.
Dynamic
An onboarding and wallet-infrastructure SDK — combines social/email login with multi-chain wallet support, ENS resolution, and KYC integrations.
DYOR
Acronym for "Do Your Own Research" — a near-mandatory disclaimer attached to crypto recommendations, asset mentions, and trading commentary.

E

ECDSA
Elliptic Curve Digital Signature Algorithm — the signature scheme Bitcoin and Ethereum use to authorize transactions, parameterized over secp256k1.
Eclipse Attack
A network-level attack where an adversary surrounds a victim node's peer connections — fed only the adversary's view of the chain, the victim can be tricked into reorgs or double-spends.
EigenDA
A data-availability service built as an EigenLayer AVS — Ethereum restakers commit stake to attest that rollup data has been published and is retrievable.
EigenLayer
The protocol that introduced restaking: validators opt their staked ETH (or an LST) into securing additional services (AVSs) for extra yield and extra slashing risk.
EIP-1153 (Transient Storage)
An Ethereum upgrade (Dencun, 2024) that added TSTORE/TLOAD opcodes — per-transaction storage that costs ~100 gas per write and clears at the end of the transaction.
EIP-1559
Ethereum's 2021 fee-market overhaul: a burned base fee that adjusts per block plus an optional tip to the proposer, replacing the prior auction-style fee market.
EIP-2537 (BLS12-381 Precompile)
A Pectra-upgrade EIP that adds BLS12-381 elliptic-curve precompiles to the EVM — making efficient on-chain verification of beacon-chain and ZK signatures practical.
EIP-3074 (AUTH / AUTHCALL)
An Ethereum proposal that let EOAs delegate authority to a smart contract via two new opcodes (AUTH, AUTHCALL) — superseded by EIP-7702 in the Pectra upgrade.
EIP-3540 (EOF)
The EVM Object Format — a versioned bytecode container that separates code from data and enables static analysis, deployment validation, and new opcodes.
EIP-4788 (Beacon Block Root in EVM)
An Ethereum upgrade (Dencun) that exposes the parent beacon block root inside the EVM via a system contract — letting L1 contracts trust-minimize CL data.
EIP-4844
Proto-danksharding: the Ethereum upgrade that introduced blob-carrying transactions, giving rollups dedicated cheap data space separate from regular calldata.
EIP-5656 (MCOPY)
An Ethereum upgrade (Dencun) that added the MCOPY opcode — copies a region of memory in one opcode instead of a loop of MLOAD/MSTORE pairs.
EIP-6780
An Ethereum upgrade (Dencun) that neutered SELFDESTRUCT — the opcode now only deletes storage if called in the same transaction the contract was created in.
EIP-712
An Ethereum standard for structured, human-readable data signing — replaces opaque hex with typed objects that wallets can display to users before signing.
EIP-7212 (secp256r1 Precompile)
An Ethereum proposal for a precompiled contract that verifies secp256r1 (P-256) signatures cheaply — the curve passkeys and WebAuthn use natively.
EIP-7251 (MaxEB)
An Ethereum upgrade (Pectra) that raises a validator's maximum effective balance from 32 to 2048 ETH — reduces validator-set bloat for large stakers.
EIP-7691 (Blob Throughput Increase)
A Pectra-upgrade EIP that raises Ethereum's blob target from 3 to 6 per block and the maximum from 6 to 9 — doubling rollup data capacity.
EIP-7702
An Ethereum upgrade (Pectra) letting any EOA temporarily delegate execution to a smart-contract implementation — native account abstraction without losing EOA UX.
ElizaOS
An open-source AI-agent framework by ai16z — TypeScript-based, with plugins for Twitter, Discord, on-chain actions, and an LLM-agnostic core.
Emissions
Newly minted tokens that a protocol distributes to users, liquidity providers, or stakers — the supply-side counterpart of tokenomics.
Encrypted Mempool
A design where pending transactions are encrypted in the mempool and decrypted only at block-inclusion time — eliminating front-running and most MEV at the source.
ENS
Ethereum Name Service: a system of human-readable .eth names backed by smart contracts, with each name resolving to an address, contract, or content hash.
EntryPoint
The single canonical ERC-4337 contract that validates and executes UserOperations — the only address bundlers actually call when submitting a batch.
Epoch
A fixed interval of slots on a PoS chain over which validator duties are scheduled and finality is computed. 32 slots / 6.4 minutes on Ethereum.
ERC-1155
An Ethereum token standard that combines fungible and non-fungible balances in one contract, with batched transfers — widely used by games.
ERC-1167
The minimal-proxy ("clone") standard — a tiny 45-byte contract that delegates every call to a fixed implementation, used to deploy many lightweight contract instances cheaply.
ERC-1822 (UUPS Proxy)
The Universal Upgradeable Proxy Standard — a proxy pattern where the upgrade logic lives in the implementation contract itself, not in the proxy.
ERC-1967
An Ethereum standard defining the storage slots a proxy contract should use to hold its implementation address — enables explorer / tooling support for upgradeable contracts.
ERC-20
The Ethereum standard interface for fungible tokens — a small set of functions (transfer, approve, balanceOf, …) that lets any wallet or DEX support any token.
ERC-2981
An Ethereum standard that lets an NFT contract advertise a royalty percentage and recipient address for secondary sales — enforcement is up to marketplaces.
ERC-3643 (T-REX)
The Token for Regulated EXchanges standard — adds on-chain identity verification, transfer restrictions, and compliance hooks to tokens representing real-world securities.
ERC-404
A 2024 hybrid token standard that pairs an ERC-20 supply with ERC-721 IDs — burning fractions of a token can mint/burn associated NFTs, blurring fungible and non-fungible.
ERC-4337
Account abstraction on Ethereum without protocol changes: smart-contract wallets, gas sponsorship, and custom signatures via a separate user-operation mempool.
ERC-4626
A token standard for yield-bearing vaults: every vault implements the same deposit / withdraw / convertToShares interface, so integrations compose cleanly.
ERC-4906 (NFT Metadata Update)
An Ethereum standard for NFT contracts to signal that token metadata has changed — emits MetadataUpdate / BatchMetadataUpdate events that marketplaces and indexers read.
ERC-5564 (Stealth Addresses)
An Ethereum standard for stealth-address payments — lets a recipient publish a single meta-address that resolves to a fresh on-chain address per incoming payment.
ERC-6551
Token Bound Accounts: a standard that gives every ERC-721 NFT its own smart-contract account, letting an NFT hold assets and execute transactions.
ERC-6909
A gas-efficient multi-token standard — like ERC-1155 but with a simpler interface and no transfer hooks, designed for high-throughput accounting in protocols.
ERC-721
Ethereum's standard interface for non-fungible tokens: each token has a unique ID, single owner, and (usually) a pointer to off-chain metadata.
ERC-721A
A gas-optimized ERC-721 implementation by Azuki — batched minting that lets a buyer mint many tokens in one transaction at a fraction of the gas cost.
ERC-7579
A standard for modular smart-contract accounts — defines how validation, execution, hook, and fallback modules plug into an ERC-4337 wallet.
ERC-7683
An Ethereum standard for cross-chain intents — defines a uniform interface for users to express "I want X on chain B by paying Y on chain A" across many resolvers.
Erigon
An efficiency-focused Ethereum execution client — re-architects state storage and sync to drastically reduce disk usage and archive-node footprint.
Espresso
A shared-sequencer network that orders transactions for many rollups simultaneously — built on HotShot BFT consensus with restaking-secured validators.
ether.fi
A liquid-restaking protocol on Ethereum that issues eETH for native-restaked ETH and supports a non-custodial validator design where users hold their keys.
Ethereum
A Layer-1 blockchain with a built-in virtual machine (the EVM) that executes smart contracts, launched in 2015 and the dominant platform for DApps.
Ethereum ETF
A spot exchange-traded fund holding ETH on behalf of investors — approved by the US SEC in May/July 2024 across BlackRock, Fidelity, Grayscale, and others.
Ethereum Virtual Machine (EVM)
The deterministic 256-bit virtual machine that executes Ethereum smart contracts, and the de facto standard runtime cloned by most Layer-2s and alt-L1s.
ethers.js
The long-standing JavaScript / TypeScript Ethereum library — extensive feature set, large ecosystem, the default Ethereum client for nearly a decade.
Euler
A permissionless lending protocol — anyone can list any ERC-20 as a market — best known for its 2023 $197M hack and its 2024 EVK (Ethereum Vault Kit) relaunch.
Euler Hack (2023)
The March 2023 flash-loan donation attack that drained ~$197M from Euler Finance — fully returned by the attacker three weeks later after public negotiation.
Event / Log
A structured, indexed record a contract emits into a block — cheap to write, expensive to read on-chain, and the primary feed for off-chain indexers.
Excess Blob Gas
The Ethereum block-header field tracking how far above or below the blob-target the chain has been — drives the blob-base-fee adjustment formula.
Externally Owned Account (EOA)
An Ethereum account controlled by a single ECDSA private key — the default user account type, distinguished from smart-contract accounts.

F

Factory Pattern
A contract whose only job is to deploy other contracts — typically via CREATE2 — so users get a separate contract instance per use case.
Farcaster
A decentralized social protocol — on-chain identity with off-chain message hubs, popularized by the Warpcast client and the Frames extensible-post format.
Fartcoin
A Solana memecoin launched October 2024 — became a viral hit and one of the largest AI-agent-launched tokens after being promoted by the Truth Terminal AI agent.
Faucet
A web service that gives away small amounts of a testnet token (or, historically, a mainnet token) to developers and new users, rate-limited per address.
FDUSD
First Digital USD — a Hong Kong-issued, fiat-backed USD stablecoin from First Digital, gaining usage especially on Binance and BNB Chain.
Fiat-Shamir Transform
A cryptographic technique that converts an interactive proof of knowledge into a non-interactive one by hashing the prover's messages to derive challenges.
FIL
Filecoin's native token — paid by clients for storage deals, earned by storage providers for honest storage proofs, and required as collateral to participate as a miner.
Filecoin
A decentralized storage network and Layer-1 that pays miners to store and retrieve data on behalf of clients, with cryptographic proofs that the data is being kept.
Finality
The point at which a confirmed transaction can no longer be reverted. Probabilistic on PoW chains, explicit on most modern PoS chains.
Flash Loan
An uncollateralized loan that must be borrowed and repaid within the same transaction — if it isn't, the entire transaction reverts and no funds move.
Flashbots
A research-and-development organization that shipped the dominant MEV infrastructure on Ethereum: MEV-Boost, MEV-Share, Flashbots Protect.
Floki Inu (FLOKI)
A Shiba Inu / Doge-themed memecoin launched 2021 — named after Elon Musk's dog — that built a multi-product ecosystem (NFTs, gaming, DeFi) around the meme.
Floor Price
The lowest listing price across a given NFT collection on a marketplace — the most-cited proxy for the collection's market value.
Flow
A Layer-1 by Dapper Labs (the team behind CryptoKitties) optimized for high-throughput consumer apps — pipelined transaction processing across specialized node roles.
FOMO
Acronym for "Fear Of Missing Out" — describes the impulse to buy into a rising market or hyped asset rather than miss the gain, often at near-peak prices.
Fork
Either a divergence in a blockchain's history (two competing chains) or a software change that creates one — soft if backward-compatible, hard if not.
Formal Verification
Mathematically proving — not just testing — that a smart contract satisfies a precise specification, using tools like Certora, K, or proof assistants.
Foundry
A Rust-based EVM development toolkit — Forge (testing), Cast (RPC), Anvil (local node), Chisel (REPL). Fast tests written in Solidity itself.
Fractional NFT
An NFT split into many fungible shares — letting multiple holders co-own a single high-value asset, traded as ERC-20s on AMMs.
Frax
A protocol issuing FRAX (stablecoin), frxETH (liquid-staked ETH), FXS (governance), and several adjacent assets — known for its modular, hybrid-collateral designs.
friend.tech
A 2023 Base-based social-bonding-curve product where users tokenize "Keys" to their identity — became a viral case study in crypto social mechanics before activity collapsed.
Front-Running
Submitting a transaction with a higher fee to be ordered ahead of a known pending transaction, profiting from advance knowledge of its effect.
FTX Collapse
The November 2022 implosion of FTX — Sam Bankman-Fried's $32B exchange — after revelations that customer funds had been lent to sister hedge fund Alameda Research.
FUD
Acronym for "Fear, Uncertainty, Doubt" — used in crypto to label negative information about an asset, often dismissively whether or not the claims are legitimate.
Fully Diluted Valuation (FDV)
A token's market cap if every token that will ever exist were already in circulation — `price × max_supply`. Often much larger than current market cap.
Fully Homomorphic Encryption (FHE)
Cryptography that lets computation be performed directly on encrypted data — outputs decrypt to the correct cleartext result without ever exposing inputs.
Function Selector
The first four bytes of an EVM transaction's calldata — the keccak-256 hash prefix that tells the contract which function to dispatch to.
Funding Rate
The periodic payment exchanged between longs and shorts in a perpetual futures market to keep the perp's mark price tethered to spot.

G

Gains Network
A perpetual-futures DEX on Polygon and Arbitrum offering hundreds of synthetic markets (crypto, forex, stocks) backed by a shared DAI / USDC vault.
Gas
The unit that measures the computational work of an Ethereum transaction. The fee paid equals gas used × gas price (in gwei).
Gauge
A contract that meters how much of a token's emissions go to a given pool or vault. veToken holders vote weekly to direct gauge weights — the heart of the gauge wars.
Generative Art
NFTs whose visual is produced by a deterministic on-chain script (typically run at mint), making each token a verifiable, unique output of a single algorithm.
Genesis Block
The first block of a blockchain, hard-coded into the protocol — it has no parent and anchors the rest of the chain.
Geth
Go-Ethereum — the canonical, longest-running Ethereum execution-layer client. Maintained by the Ethereum Foundation; runs a plurality of mainnet nodes.
GHO
Aave's native over-collateralized stablecoin — minted by users posting Aave collateral, with interest rates and supply caps set by Aave governance.
GM
Crypto Twitter / Discord shorthand for "good morning" — a community-marker greeting that doubles as an in-group signal and a daily ritual.
GMX
A decentralized perpetuals exchange on Arbitrum and Avalanche where traders open positions against a multi-asset liquidity pool (GLP, later GM).
Goldfinch
A DeFi credit protocol that funds off-chain (often emerging-market) borrowers with USDC liquidity — on-chain capital meets traditional underwriting.
Governance Attack
An attacker acquires (or borrows) enough governance tokens to pass a malicious proposal — minting tokens, draining a treasury, upgrading a contract to a backdoor.
Governance Token
A token that confers voting rights over a protocol's parameters, treasury, and upgrades — usually proportional to balance, sometimes via lockups.
Groth16
A SNARK proof system (Jens Groth, 2016) with the smallest known proof size — three group elements — but requiring a per-circuit trusted setup.
Gulf Stream
Solana's mempool-less transaction-forwarding protocol — validators push pending transactions directly to the upcoming leader instead of buffering in a public mempool.

H

Halving
Bitcoin's programmed event, every 210,000 blocks (~4 years), that cuts the per-block subsidy in half — converging toward the 21-million-BTC cap.
Hardhat
The JavaScript-based EVM development environment — the dominant tool through 2022 and still widely used for its plugin ecosystem and TypeScript-friendly workflow.
Hardware Wallet
A dedicated physical device (Ledger, Trezor) that stores private keys in tamper-resistant hardware and signs transactions offline.
Harmony Horizon Bridge Hack (2022)
The June 2022 exploit that drained ~$100M from the Harmony Horizon Bridge — compromised 2-of-5 multisig signatures attributed to North Korea's Lazarus Group.
Hash
The output of a cryptographic hash function — a fixed-length fingerprint of some input data, used to identify blocks, transactions, and addresses.
HD Wallet
A "hierarchical deterministic" wallet (BIP-32) that derives a tree of keys from a single seed, so one seed phrase backs up an entire wallet.
Health Factor
A DeFi lending-position safety metric — ratio of weighted collateral value to debt value. Below 1, the position becomes liquidatable.
Hedera
A permissioned-validator Layer-1 using the Hashgraph consensus algorithm (asynchronous BFT via gossip-about-gossip + virtual voting) for fast deterministic finality.
Helium
A DePIN that rewards hotspot operators for providing decentralized wireless coverage — originally LoRaWAN for IoT, now 5G mobile data via the Helium Mobile network.
Hivemapper
A DePIN mapping network — drivers earn HONEY tokens for streaming dashcam footage that the protocol stitches into a global street-level map.
HODL
Crypto slang for holding through volatility — originated from a famous typo of "hold" in a December 2013 Bitcointalk post by user GameKyuubi during a market crash.
Hop Protocol
A liquidity-network bridge between Ethereum and its rollups, using LP-fronted instant transfers and a backstop on each rollup's native bridge.
HTLC
Hash Time Locked Contract: a script that pays funds to whoever reveals a secret hash before a timeout, used for atomic swaps and payment channels.
Huff
An assembly-like language for the EVM — exposes individual opcodes directly while adding macros and labels, used for the most gas-critical contracts.
Hydra (Cardano)
Cardano's Layer-2 scaling solution — isomorphic state channels where a small set of participants runs an off-chain ledger using Cardano's own EUTXO and Plutus model.
HYPE
Hyperliquid's native token — distributed in a November 2024 airdrop notable for its size and zero-VC-pre-allocation structure, accruing fees from the perp-DEX.
Hyperliquid
A standalone Layer-1 built around a fully on-chain perpetual-futures order book — the highest-volume on-chain perps venue since late 2024.

I

IBC
Inter-Blockchain Communication: the standard protocol Cosmos chains use to send messages and assets between each other with light-client verification.
IBC Light Client
The on-chain verifier that lets a Cosmos chain trust messages from another chain — verifies the source chain's block headers against its own consensus rules.
IBIT
BlackRock's iShares Bitcoin Trust — the largest spot Bitcoin ETF by AUM, launched January 2024 and quickly crossing $50 billion in assets under management.
Ice Phishing
A phishing technique that tricks the victim into signing a token approval or `setApprovalForAll` — granting the attacker permission to drain the wallet later.
ICO
Initial coin offering: a public token crowdsale used to fund a project's development. Mostly replaced by airdrops, IDOs, and IEOs after the 2018 regulatory pullback.
Immutability
The practical guarantee that data already buried in a blockchain cannot be altered without redoing every block that came after it.
Immutable X
An Ethereum NFT-focused scaling platform — originally a StarkEx-based validium for gaming and NFTs, now expanded into a broader Immutable zkEVM ecosystem.
Impermanent Loss
The opportunity cost an AMM liquidity provider takes on when the prices of the pooled assets diverge versus simply holding them.
Indexer
Infrastructure that watches a blockchain in real-time and writes its events into a queryable database — the backbone of any responsive dApp.
Initia
An L1 + appchain framework built around interconnected Cosmos-style L1 (the InitiaL1) and a network of "Minitia" application-specific rollups.
Injective
A Cosmos-based Layer-1 purpose-built for finance, with native on-chain order-book primitives, MEV-resistant batch auctions, and EVM and CosmWasm execution.
Inscriptions
Arbitrary data — images, text, JSON, code — embedded into a Bitcoin transaction's witness via the Ordinals protocol, creating Bitcoin-native artifacts.
Integer Overflow
A bug where an arithmetic operation produces a value too large (or too small) for its fixed-size type, wrapping around — historically a common Solidity exploit.
Intent
A user-signed declaration of "what I want" — sell X for at least Y by time T — that solvers compete to fulfill, instead of the user submitting a specific transaction.
Interchain Accounts (ICA)
An IBC-based mechanism letting one Cosmos chain own and control an account on another chain — sign transactions remotely without holding the destination's signing keys.
Internet Computer (ICP)
A Layer-1 by DFINITY where smart contracts ("canisters") can serve HTTPS directly, hold large state on-chain, and make outbound HTTPS calls.
io.net
A DePIN marketplace aggregating GPU compute from individual operators and small clusters, packaged into "IO Clusters" for ML training and inference.
IoTeX
An EVM-compatible Layer-1 focused on DePIN — provides hardware identity, off-chain data oracles, and toolchain for connected-device protocols.
IPFS
InterPlanetary File System: a peer-to-peer content-addressed storage network. The de-facto host for NFT and dApp metadata.
Iron Finance
A partial-algorithmic stablecoin protocol on Polygon that collapsed June 16, 2021 — a "bank run" on its TITAN token wiped out roughly $2 billion in market cap in a day.
Isolated Margin
A margin mode where each position has its own dedicated collateral — a loss is capped at that position's collateral and cannot drain the rest of the account.

J

Jito
Solana's leading MEV infrastructure and a major LST — operates the Jito-Solana validator client, the Block Engine MEV auction, and the JitoSOL liquid-staking token.
JUP
Jupiter's governance token — distributed in a January 2024 airdrop to Solana users, controls the Jupiter DAO and emissions across the broader Jupiter product suite.
Jupiter
Solana's dominant DEX aggregator — routes swaps across every Solana AMM and order-book DEX, with a perp DEX, LST, and launchpad surfacing under the same brand.
Jupiter Perpetuals
The perpetual-futures product built by the Jupiter team on Solana — backed by the JLP liquidity pool, with major BTC, ETH, and SOL markets.
Just-in-Time (JIT) Liquidity
A concentrated-liquidity AMM tactic where a sophisticated LP adds tight liquidity around a known incoming swap and removes it immediately after — capturing fees with minimal IL.

K

Kaia
An EVM-compatible Layer-1 formed by the 2024 merger of Klaytn (Kakao) and Finschia (LINE) — targets Asian consumer applications via Korean/Japanese messaging integration.
Kalshi
A CFTC-regulated US prediction-market exchange — fiat-funded, not crypto-native, but a major recent benchmark for the regulated-event-contracts category.
Kamino Finance
A Solana DeFi platform combining concentrated-liquidity vaults, lending markets, and leverage strategies under one composable framework.
Karak
A restaking platform that accepts multiple LSTs and ETH (and BTC, USD assets, real-world assets) as collateral securing its Distributed Secure Services (DSS).
Kaspa
A proof-of-work Layer-1 using the GHOSTDAG consensus protocol — generates blocks every second by allowing parallel blocks rather than serializing them into a single chain.
Kraken
A US-based crypto exchange founded by Jesse Powell in 2011 — one of the longest-operating exchanges, known for strong security history and FX-style trading features.
KuCoin Hack (2020)
The September 2020 exchange breach that stole ~$281M from KuCoin's hot wallets across Bitcoin, Ethereum, and ERC-20 tokens — nearly all later recovered.
KYC
Know Your Customer: identity-verification procedures financial services use to onboard customers. Required by regulated CEXes and most fiat ramps.
KZG Commitment
A polynomial commitment scheme (Kate-Zaverucha-Goldberg) that lets a prover commit to a polynomial and later open it at any point with a constant-size proof.

L

Lagrange
A ZK coprocessor and proof network — generates ZK proofs of computation over historic blockchain state, used by lending markets, oracles, and bridges.
Lambo
Crypto slang shorthand for a Lamborghini — the canonical "I made it" purchase. "Wen lambo?" asks when a token's gains will be enough to afford one.
Layer 2
A protocol that runs on top of a Layer-1 blockchain to increase throughput or lower fees while inheriting the L1's security via proofs or fraud bonds.
Layer 3 (L3)
A rollup that settles to a Layer 2 rather than directly to Ethereum — typically app-specific, with cheaper data and tighter control over execution.
LayerZero
An omnichain interoperability protocol where applications send messages between chains through user-configurable Oracle and Relayer roles.
Ledger
A French hardware-wallet manufacturer — the most-shipped hardware wallet brand globally, known for the Nano series and the Ledger Live companion app.
Lending Protocol
An on-chain market where users deposit assets to earn interest and others borrow against over-collateralized positions, with rates set algorithmically.
Lens Protocol
Aave's decentralized social-graph protocol — profiles, follows, and posts as on-chain NFTs/ERC-6551 accounts, with Lens v3 launching its own Lens Network L2 in 2024.
Leverage
Borrowed capital used to amplify a position's size relative to the trader's actual collateral — magnifies both gains and losses, with liquidation risk.
LFG
Acronym for "Let's F***ing Go" — an emphatic cheer in crypto for big announcements, launches, breakouts, or any moment worth celebrating publicly.
Lido
The largest liquid-staking protocol on Ethereum — issues stETH against ETH staked across a curated set of node operators. Holds a third of staked ETH.
Light Client
A blockchain client that verifies block headers and Merkle proofs instead of executing every transaction, letting it run on phones and embedded devices.
Lighthouse
A Rust-based Ethereum consensus client (beacon chain) by Sigma Prime — one of the four major consensus clients, prized for performance and reliability.
Lightning Network
A Bitcoin Layer-2 of bidirectional payment channels that route off-chain payments through a graph of hubs, settling to L1 only on open and close.
Limit Order
An order to buy or sell at a specific price (or better), resting on the book until matched or canceled. Contrasts with a market order that takes whatever's available.
Linea
ConsenSys's Ethereum ZK rollup using a custom zkEVM and a permissioned-then-decentralizing sequencer / prover roadmap.
LINK
Chainlink's protocol token — used by oracle node operators as stake / collateral and by service consumers to pay for data feeds, VRF, CCIP, and other Chainlink services.
Liquid Network
A federated Bitcoin sidechain run by Blockstream and a member group, offering faster settlement, confidential transactions, and tokenized asset issuance.
Liquid Restaking Token (LRT)
A tokenized receipt for a restaked position — like an LST for liquid staking, but layered on top of EigenLayer (or a peer) and exposed to AVS slashing.
Liquid Staking
Staking via a protocol that issues a tradable receipt token (an LST) representing your staked position plus accrued rewards.
Liquidation
The forced unwinding of an undercollateralized borrow position by a third party in exchange for a discount on the seized collateral.
Liquidity Mining
Distributing a protocol's tokens to users who supply liquidity, lend, or trade — a launch tactic that briefly defined the 2020 "DeFi Summer".
Liquidity Pool
A smart contract that holds reserves of two or more tokens and prices trades between them via a deterministic formula instead of an order book.
LMD-GHOST
Ethereum's fork-choice rule — picks the block whose ancestor subtree contains the most-recent attestations from the most validators, weighted by stake.
Lombard
A Bitcoin liquid-staking protocol that mints LBTC — a 1:1 BTC representation that is restaked via Babylon to secure PoS networks and earn yield.
London Hard Fork
The August 2021 Ethereum upgrade that introduced EIP-1559 — replacing the prior gas-price auction with a burned base fee plus an optional priority tip.
LUSD
Liquity's USD stablecoin — over-collateralized only by ETH (no governance, no admin keys, no fee changes), with one-time issuance fees and zero ongoing interest.

M

M^0
An institutional stablecoin issuance infrastructure — M is a permissioned-issuance, decentralized-validator USD stablecoin minted against tokenized Treasury collateral.
Magic
An embedded-wallet SDK that uses Hardware Security Modules (HSMs) to custody user keys via email-link auth — one of the original "wallet-as-a-service" providers.
Magic Eden
The dominant Solana NFT marketplace, expanded to Bitcoin (Ordinals) and Ethereum — a major multi-chain venue with optional royalty enforcement.
Mainnet
The production, real-money instance of a blockchain — as opposed to test networks whose native asset has no value.
Maker / Taker Fees
An order-book fee model: makers (resting limit orders that add liquidity) pay a low or negative fee; takers (orders that hit the book) pay a higher one.
MakerDAO
The DAO behind DAI — the first crypto-collateralized decentralized stablecoin — now rebranded as Sky with the USDS stablecoin and a multi-protocol roadmap.
Mango Markets
A Solana cross-margin trading protocol offering spot, perps, and lending under one collateral account — known for the 2022 oracle-manipulation exploit.
Mango Markets Exploit (2022)
The October 2022 Solana attack where Avraham Eisenberg manipulated MNGO's oracle price upward, used the inflated collateral to borrow ~117M USD, then refused to return it.
Manta Pacific
Manta Network's modular Layer-2 — a Polygon CDK rollup using Celestia for data availability, with a strong ZK-applications focus.
Mantle
An Ethereum L2 originally built on the OP Stack with EigenDA for data availability, transitioning to a fully ZK-secured stack under BitDAO governance.
Maple Finance
An institutional credit platform — KYC'd borrowers (market makers, funds, infrastructure firms) borrow USDC from on-chain pools managed by Pool Delegates.
MarginFi
A Solana cross-margin lending and borrowing protocol — deposit any supported asset, borrow against the combined collateral, with isolated-asset risk caps.
Marinade
Solana's original liquid-staking protocol — issues mSOL against SOL delegated across a decentralized validator set, with native and stake-pool variants.
Market Depth
The size of resting orders at each price level on a market — a measure of how much trading a venue can absorb without significant price impact.
Marlowe
A domain-specific language for financial contracts on Cardano — declarative, formally analyzable, designed for non-developer authors to specify legally-meaningful contracts.
MegaETH
A high-performance Ethereum Layer-2 targeting real-time performance — multi-thousand TPS and sub-10ms block times via specialized sequencer hardware.
Memecoin
A token whose value is driven almost entirely by social attention, community, and humor rather than by any underlying utility or cash flow.
Mempool
The in-memory queue of unconfirmed transactions that a node has seen but that have not yet been included in a block.
Merkle Tree
A binary tree of hashes that lets you commit to a large set of items in a single root and later prove any one item's inclusion with a tiny proof.
MetaMask
The dominant Ethereum browser-extension and mobile wallet, originally a ConsenSys project — the default on-ramp for hundreds of millions of EVM users.
MEV
Maximal extractable value: the profit a block proposer (or aligned searcher) can capture by reordering, inserting, or censoring transactions in a block.
MEV-Boost
The out-of-protocol implementation of proposer-builder separation on Ethereum — a sidecar that lets validators sell their block space to competing builders.
MEV-Share
A Flashbots system where users emit partially-private transaction "hints" that searchers compete to back-run — returning most of the captured MEV to the user.
MiCA
Markets in Crypto-Assets: the EU's 2023 regulation that creates a unified licensing regime for crypto-asset service providers and stablecoin issuers across the bloc.
Milady Maker
A 10,000-piece NFT collection launched August 2021 — cult internet-aesthetic art project that became one of the most culturally influential 2023 collections.
MiMC
A ZK-friendly hash function based on iterated low-degree exponentiation over a finite field — predecessor of Poseidon, still used in some legacy SNARK circuits.
Mina Protocol
A Layer-1 whose entire chain state is compressed into a constant-size ZK proof — about 22 KB — letting any device verify the chain in milliseconds.
Miner
A node that produces blocks on a proof-of-work blockchain by spending energy to find a hash below the network's difficulty target.
Mining Pool
A coordinated group of PoW miners that combines hashrate, mines blocks together, and splits rewards proportionally — smoothing variance for individual miners.
Mint
Creating new tokens from a contract — typically governed by a permissioned function (an issuer, a staking reward, an NFT sale, an issuance schedule).
Mixer
A service that pools deposits from many users and lets them withdraw to different addresses, breaking the on-chain link between source and destination.
MKR
MakerDAO's governance token — controls every parameter of the DAI / USDS system. Holders are diluted on bad-debt events and burned-against on positive treasury cashflow.
Modular Blockchain
An architecture that separates a blockchain's functions — execution, settlement, consensus, data availability — across distinct specialized layers.
Mog Coin (MOG)
An Ethereum memecoin built around the "mogging" internet meme — became one of the canonical "culture coins" of the 2024 cycle.
Monad
An EVM-compatible Layer-1 in development targeting 10,000+ TPS through parallel execution, delayed execution, and a re-engineered consensus pipeline.
Monero
A privacy-by-default Layer-1 that uses ring signatures, stealth addresses, and confidential transactions to hide sender, receiver, and amount.
Moon
Crypto slang for a token's price rising dramatically — "to the moon" is the canonical bullish exclamation, often abbreviated as a rocket emoji.
Morpho
An Ethereum lending protocol built around isolated, immutable markets — each market has one collateral asset, one borrowable, and fixed risk parameters.
Movement
A Layer-2 (and broader ecosystem) bringing the Move execution environment to Ethereum — Move VM contracts settling on Ethereum via a custom rollup design.
Mt. Gox
The 2014 collapse of the Tokyo-based Mt. Gox exchange — at peak handled ~70% of all Bitcoin trades, then lost ~850,000 BTC to theft and accounting failures.
Multichain Collapse
The July 2023 disappearance of Multichain (formerly Anyswap) and the apparent detention of its founder in China — leaving ~$1.5B in bridged assets stranded.
Multisig
A wallet or contract that requires signatures from M of N parties before executing a transaction. Standard for DAO treasuries and high-value vaults.
MultiversX
A Layer-1 (formerly Elrond) using an adaptive-state-sharding architecture and the Secure Proof of Stake consensus — emphasizes throughput and developer-friendly tooling.

N

Nakamoto Consensus
The original blockchain consensus rule from Bitcoin: follow the chain with the most accumulated proof-of-work, settle disputes by which chain has been mined the longest.
Namada
A privacy-focused Cosmos chain offering shielded asset transfers for any IBC-connected token, plus a shielded set rewards program that incentivizes its use.
Native Bridge
The bridge built into a rollup's own contracts on L1 — the slowest path for L2→L1 withdrawals but the most trust-minimized one.
NEAR Protocol
A sharded Layer-1 with an account-name system, asynchronous cross-shard messaging, and a developer-friendly Rust + JavaScript runtime.
Nethermind
A C#/.NET Ethereum execution client — full-featured, MEV-friendly, with strong performance on archive sync and a large enterprise install base.
Neutron
A Cosmos appchain secured by the Cosmos Hub via Replicated Security — focused on hosting CosmWasm-based DeFi and cross-chain primitives.
NFTfi
One of the earliest NFT-collateralized lending protocols — peer-to-peer fixed-term loans where the borrower puts up an NFT and the lender funds in WETH or DAI.
NGMI
Acronym for "Not Gonna Make It" — used to label decisions, projects, or behaviors that the speaker believes are doomed or self-defeating.
Nimbus
A resource-constrained Ethereum consensus client by Status — designed to run on small devices like Raspberry Pis and embedded hardware.
Node
A computer running the blockchain client software — validating blocks, relaying transactions, and serving as a peer to other nodes.
Nomad Bridge Hack
The August 2022 Nomad bridge exploit (~190M USD) that became a "free-for-all" — once one user demonstrated the bug, hundreds copied the call to drain different assets.
Non-Fungible Token (NFT)
A unique on-chain token, typically issued via ERC-721 or ERC-1155, used to represent ownership of a specific item rather than a fungible balance.
Nonce
A counter used to prevent replays or to search for a valid block hash — meaning depends on context (per-account on Ethereum, per-block in PoW mining).
Not Your Keys, Not Your Coins
A crypto adage warning that funds held by an exchange or custodian are not truly yours — only assets in a self-custody wallet you control are yours unconditionally.
Notcoin
A tap-to-earn Telegram mini-app on TON — users tapped a coin in-app to earn NOT tokens, reaching tens of millions of users in 2024 before token launch.

O

Obol Network
A DVT protocol offering Charon — a middleware that runs alongside an Ethereum consensus client and coordinates a 4-of-5 (or other) distributed signing committee.
OFAC
The US Office of Foreign Assets Control — issues sanctions designations and the Specially Designated Nationals (SDN) list. Notable in crypto for sanctioning Tornado Cash.
OKX
A Seychelles-headquartered crypto exchange — one of the top venues by spot and derivatives volume, with deep coverage of long-tail tokens and emerging-market presence.
OlympusDAO
A 2021 DeFi protocol around the OHM "reserve currency" backed by treasury assets — pioneered (and ultimately exposed the limits of) protocol-owned liquidity and bonding.
OP
Optimism's governance token — used in the Optimism Collective's bicameral governance structure with both a Token House (token-weighted votes) and a Citizens' House (non-token).
OP Stack
Optimism's open-source rollup framework — the canonical stack for new EVM L2s including Base, World Chain, Soneium, and dozens of others in the Superchain.
Open Interest
The total notional value of all open positions in a derivatives market — a measure of how much capital is at risk, separate from volume.
OpenSea
The original general-purpose NFT marketplace, launched 2017 — at peak handled most NFT trading volume; since challenged by Blur, Magic Eden, Tensor, and others.
Optimism
An optimistic rollup and the home of the OP Stack — a modular open-source rollup framework used by Base, World Chain, Zora, and others.
Optimistic Rollup
A Layer-2 that posts L2 blocks to L1 and assumes they are valid, allowing anyone to challenge them with a fraud proof during a withdrawal window.
Oracle
Infrastructure that publishes off-chain data — prices, weather, sports results — onto a blockchain so smart contracts can consume it.
Oracle Manipulation
An exploit class where an attacker temporarily distorts a price oracle (often via flash loan against a thin AMM) to extract value from a downstream protocol.
Orca
A Solana AMM focused on UX, with the Whirlpools concentrated-liquidity design and a curated set of high-quality pools.
Order Book
The list of resting buy and sell orders at each price level on a market — the data structure that underlies traditional exchanges and most CEXes.
Order Flow
The stream of transactions or quote requests a venue receives. In crypto, "order flow auctions" sell that flow to professional fillers for the user's benefit.
Ordinals
A 2023 Bitcoin protocol for numbering individual satoshis and "inscribing" arbitrary data onto them, enabling NFT-like artifacts on Bitcoin.
Osmosis
The largest DEX on the Cosmos ecosystem — an AMM purpose-built as its own appchain, with deep cross-chain IBC connectivity.

P

PancakeSwap
The dominant DEX on BNB Chain and a top-five DEX globally — AMM swaps, perpetuals, prediction markets, and a CAKE-emissions yield platform.
Parity Multisig Freeze (2017)
The November 2017 incident where a user accidentally killed a library contract that the Parity multisig wallet depended on — permanently freezing ~513,774 ETH.
Passkey
A FIDO2 / WebAuthn credential bound to a device and biometric — increasingly used by smart-contract wallets as a seedphrase-less authentication factor.
Patricia Merkle Trie
Ethereum's modified, radix-based, hash-keyed Merkle tree — the data structure storing accounts, contract storage, and transaction receipts in every block.
Pause Mechanism
A privileged switch that halts core protocol functions in an emergency — a circuit breaker that limits damage from active exploits or bugs.
Paymaster
An ERC-4337 contract that sponsors gas for a UserOperation — letting users pay in ERC-20 tokens, in fiat off-chain, or have the dApp eat the cost.
Pectra Upgrade
The May 2025 Ethereum upgrade combining Prague (execution) and Electra (consensus) — shipped EIP-7702 (native account abstraction) and EIP-7251 (validator MaxEB raise to 2048 ETH).
Pedersen Commitment
A homomorphic commitment scheme that hides a value while letting two commitments be added together — the basis for confidential transaction amounts on Monero and others.
Peg
A target exchange rate a stablecoin is engineered to track — typically 1 USD — and the mechanism (collateral, redemption, arbitrage) that defends it.
Pendle
A DeFi protocol that tokenizes future yield: deposit a yield-bearing asset, get a Principal Token and a Yield Token tradable separately on a custom AMM.
Penumbra
A privacy-focused Cosmos chain — every transaction is shielded by default, with a private order-book DEX, private staking, and IBC connectivity.
PEPE
A 2023 Ethereum memecoin around the Pepe frog meme — explicitly anti-utility, branded as pure meme — reached multi-billion-dollar market cap inside its first month.
Permit (EIP-2612)
An ERC-20 extension that lets a user authorize a spender via a signed message instead of an on-chain `approve` transaction — saving gas and enabling gas-less UX.
Perpetual Futures
A futures contract with no expiry, kept tied to spot via a funding rate periodically paid between longs and shorts. Crypto's flagship derivative.
PFP
"Profile picture" — a category of NFT collections (CryptoPunks, BAYC) designed to be used as a user's avatar across social platforms.
Phantom
The dominant Solana wallet — browser extension and mobile, with multi-chain support for Ethereum, Bitcoin, Sui, and others added over time.
Phishing
Tricking a user into signing a transaction or revealing a seed phrase via a fake site, fake message, or fake support channel.
PLONK
A universal-setup SNARK proof system that combines a polynomial commitment scheme with arithmetic circuits — widely used in ZK rollups and applications.
Polkadot
A heterogeneous multi-chain protocol where a central Relay Chain provides shared security to many specialized parachains.
Poly Network Hack (2021)
The August 2021 cross-chain exploit that stole ~611M USD across Ethereum, BNB Chain, and Polygon — almost all of it returned by the white-hat attacker within days.
Polygon
Originally a Plasma sidechain to Ethereum, now an umbrella for several scaling stacks (Polygon PoS, zkEVM, CDK) under a unified ZK-based roadmap.
Polygon CDK
Polygon's Chain Development Kit — open-source toolkit for spinning up ZK-secured L2 or L3 chains with shared liquidity and a common bridging hub.
Polygon Miden
A ZK rollup with its own STARK-friendly VM (Miden VM), supporting parallel execution, client-side proving, and privacy at the account level.
Polymarket
The largest crypto prediction market — order-book DEX for binary outcome contracts (elections, sports, crypto events) settled in USDC via UMA's optimistic oracle.
Polynomial Commitment
A cryptographic scheme to commit to a polynomial such that the committer can later "open" it at any chosen point with a small proof.
Poseidon
A ZK-friendly hash function designed to be cheap inside SNARK and STARK circuits — orders of magnitude fewer constraints than SHA-256 or Keccak.
Practical Byzantine Fault Tolerance (PBFT)
The foundational 1999 BFT consensus algorithm by Castro and Liskov — three-phase voting protocol tolerating up to one-third Byzantine nodes with deterministic finality.
Pre-Confirmation
A signed commitment from a future Ethereum block proposer that they will include a specific transaction — gives users L1-grade UX latency before the slot.
Price Feed
An on-chain stream of asset prices published by an oracle, used by DeFi protocols to value collateral, trigger liquidations, and settle derivatives.
Private Key
The secret number that lets the holder sign transactions for a given address. Anyone with the private key controls the funds — no exceptions.
Private Mempool
A non-public alternative to Ethereum's public mempool — wallets and dApps submit transactions privately to block builders, defeating sandwich attacks.
Privy
An embedded-wallet SDK for consumer dApps — email/social login produces a self-custodial wallet behind the scenes, with seed phrases optional or hidden.
Proof of History (PoH)
Solana's pre-consensus clock: a verifiable delay function that orders events in time before validators vote on them.
Proof of Personhood
Any mechanism that verifies an account corresponds to a unique living human — biometrics, social vouching, government ID — used for Sybil resistance and UBI experiments.
Proof of Reserves
A cryptographic + accounting attestation that an entity (usually an exchange or stablecoin issuer) holds the reserves it claims, backing customer liabilities 1:1.
Proof of Stake (PoS)
A consensus mechanism in which validators are chosen to propose and attest to blocks in proportion to the amount of native token they have locked as stake.
Proof of Work (PoW)
A consensus mechanism in which block producers compete to find a hash below a target, spending real-world energy as the cost of writing to the chain.
Proposer-Builder Separation (PBS)
An Ethereum design pattern that splits block proposing (validators) from block building (specialized actors who order transactions and extract MEV).
Proxy Contract
A thin contract that forwards calls to an implementation contract via delegatecall, letting the logic be swapped without changing the user-facing address.
Prysm
A Go-based Ethereum consensus client by Prysmatic Labs — historically the most-deployed CL, now actively decentralized for client-diversity.
Public Key Cryptography
An asymmetric scheme where each user holds a private key and a derived public key, used to sign transactions and prove control of an address.
Pudgy Penguins
A 8,888-piece NFT collection launched July 2021, revived in 2022 under Luca Netz with a focus on mainstream IP, toys, and consumer products.
Puffer Finance
A liquid restaking protocol issuing pufETH — focused on validator-level anti-slashing tech (Secure Signer) and a long tail of operator participation.
pump.fun
A Solana memecoin launchpad where anyone can deploy a token with a bonding-curve pricing model — most go to zero, a few become hundred-million-dollar memes.
Pyth Network
A low-latency oracle that aggregates first-party price feeds from major trading firms and exchanges, publishing on Pythnet and pulling onto consumer chains.
PYUSD
PayPal's regulated USD stablecoin — fully fiat-backed by Treasuries and cash, issued via Paxos on Ethereum and Solana.

Q

Quadratic Voting
A voting rule where the cost of N votes on an option is N² — limiting whales while letting voters express intensity. Used in Gitcoin grants and some DAO experiments.

R

Rabby
An EVM-focused power-user browser wallet by DeBank — known for transaction simulation, multi-chain UX, and pre-signing risk checks against scam contracts.
Radiant Capital Hack (2024)
The October 2024 multi-sig compromise that drained ~$50M from Radiant Capital — multiple multi-sig signers' devices infected with malware that manipulated transaction reviews.
Railgun
An on-chain privacy system using zero-knowledge proofs and a shielded balance pool — lets EVM users hold and transact private balances of any ERC-20.
Rainbow
A design-driven Ethereum self-custody wallet — known for its UI polish, ENS-first interface, and consumer-friendly NFT support on mobile and browser.
Randomness Beacon
A service that publishes fresh, unpredictable random values on a regular schedule — used by protocols that need shared, verifiable randomness.
Raydium
An early Solana AMM that combines liquidity pools with the on-chain order book — historically the largest DEX on Solana by TVL and trading volume.
Real Yield
Returns paid to token holders from a protocol's actual revenue — fees, not freshly minted token emissions. A reaction to the unsustainable yields of 2020–2021.
Real-World Asset (RWA)
An off-chain asset — Treasury bills, real estate, private credit, invoices — tokenized so it can be held, traded, or used as collateral on a blockchain.
RedStone
A modular oracle network that signs prices off-chain and lets consumers pull them on-chain only when needed — radically cheaper than push-based feeds.
Reentrancy
A smart-contract bug where a malicious external call re-enters the calling contract mid-execution, before its state updates have been committed.
Rekt
Internet-slang spelling of "wrecked" — used in crypto to describe traders, protocols, or projects that have suffered catastrophic losses, exploits, or liquidations.
Remix IDE
The browser-based Solidity IDE — write, compile, deploy, and debug contracts without installing anything. The standard first contact with Ethereum development.
Render Network
A DePIN that connects users who need GPU rendering to operators with idle GPUs, settling jobs and payments via on-chain RNDR tokens.
Renzo
A liquid restaking protocol issuing ezETH against native-restaked ETH, focused on automated AVS selection on EigenLayer for retail users.
Reorg (Chain Reorganization)
An event where a node discards a chain tip in favor of a different one with more work or stake — the canonical history changes, recent transactions may revert.
Replace-By-Fee (RBF)
A Bitcoin policy (BIP-125) that lets a sender replace an unconfirmed transaction with a higher-fee version to speed up confirmation.
Reservoir
An NFT marketplace API and liquidity aggregator — pulls listings and bids from every major NFT marketplace and exposes them through one unified API.
Restaking
Re-using already-staked ETH (or a liquid-staking receipt) as security for additional services, in exchange for additional yield and additional slashing risk.
Reth
A modular, Rust-based Ethereum execution client by Paradigm — clean architecture, modern codebase, gaining mainnet adoption since its 2024 production release.
RISC Zero
A general-purpose ZK virtual machine that proves the correct execution of arbitrary Rust (or C++) programs — Bonsai is the hosted prover network.
Rocket Pool
Ethereum's second-largest liquid staking protocol — uses a permissionless node operator set bonded by RPL, with rETH as its yield-bearing receipt.
Rollup
A Layer-2 scaling design that executes transactions off the main chain and posts the data (and a validity or fraud proof) back to it.
Ronin
An EVM Layer-1 originally built as a sidechain for Axie Infinity by Sky Mavis — now a generalist gaming chain hosting Axie, Pixels, and other Web3 games.
Ronin Bridge Hack
The March 2022 exploit that drained ~624M USD from the Axie Infinity Ronin Bridge — the largest crypto theft to date, traced to North Korea's Lazarus Group.
Royalty
A percentage of secondary-sale revenue paid back to an NFT's original creator — enforced on-chain by some standards (ERC-2981), off-chain by marketplaces.
RPC Node
A blockchain node exposing a JSON-RPC interface that lets wallets, dApps, and indexers query state and submit transactions.
Rug Pull
An exit scam where the team behind a token pulls liquidity, transfers the treasury, or otherwise abandons the project after collecting user funds.
Runes
A 2024 Bitcoin protocol from Casey Rodarmor for issuing fungible tokens directly in UTXOs — more efficient than BRC-20 inscriptions and natively unspent-output-aware.

S

Sanctum
Solana liquid-staking infrastructure that lets any validator launch their own LST against a shared instant-unstake reserve, making LSTs effectively fungible.
Sandwich Attack
An MEV technique where a searcher buys an asset just before a victim's swap and sells it immediately after — extracting the slippage the victim takes.
Satoshi Nakamoto
The pseudonymous creator of Bitcoin — authored the 2008 whitepaper, deployed the genesis block in January 2009, communicated until 2010, then vanished. Identity unknown.
Schnorr Signature
A signature scheme with linear math — multiple signatures aggregate into one — added to Bitcoin via Taproot and used in many newer protocols.
Scroll
An Ethereum ZK rollup that targets bytecode-level EVM equivalence — every Ethereum opcode is proven, so contracts deploy without modification.
sDAI
The MakerDAO/Sky-issued yield-bearing wrapper for DAI — depositing DAI into the Dai Savings Rate contract mints sDAI, which compounds the DSR yield automatically.
Sealevel
Solana's parallel-execution runtime — schedules non-conflicting transactions to run in parallel across CPU cores by reading their explicit account-access lists.
Searcher
A bot operator who scans pending transactions and on-chain state for profitable opportunities (arbitrage, liquidations, sandwiching) and bids to capture them.
SEC
The US Securities and Exchange Commission — the regulator with primary jurisdiction over securities offerings, exchanges, and brokers, and the most aggressive crypto enforcer.
Seed Phrase
A human-readable backup — typically 12 or 24 words — that deterministically regenerates every key, address, and account in a wallet.
SegWit
"Segregated Witness" — a 2017 Bitcoin soft fork that moved signature data out of the transaction body, expanding effective block size and fixing malleability.
Sei
A Cosmos-based Layer-1 originally built around an on-chain order book primitive — Sei v2 added EVM compatibility and parallel execution.
Selfish Mining
A PoW attack where a miner hides newly mined blocks to mine on top of them privately, then releases the longer private chain to invalidate honest competitors' blocks.
Sequencer
The component of a rollup (or app-chain) that orders incoming transactions and produces L2 blocks before they are posted to L1.
Ser
Crypto Twitter shorthand for "sir" — used affectionately or sarcastically when addressing someone, often paired with claims like "ser, you have to buy this".
Shapella Upgrade
The April 2023 Ethereum upgrade that enabled validator withdrawals from the beacon chain — completing the transition started by the Merge six months earlier.
Sharding
Splitting a blockchain's state and execution across many parallel partitions (shards) so that capacity scales with the number of shards.
Shared Sequencer
Infrastructure that orders transactions for multiple rollups simultaneously — enabling cross-rollup atomicity and reducing sequencer centralization.
Shiba Inu
An Ethereum ERC-20 memecoin launched in 2020 — built an ecosystem (ShibaSwap, Shibarium L2) around an originally pure-meme token.
Shitcoin
A pejorative for low-quality cryptocurrencies — typically used for tokens with no real utility, opaque teams, dump-prone tokenomics, or pure pump-and-dump dynamics.
Sidechain
An independent blockchain that runs in parallel to a main chain and connects via a bridge, with its own validators and security assumptions.
Signature Replay
Reusing a signed message on a different context — chain, contract, or nonce — than the signer intended, because the signed payload didn't include enough domain separation.
Silo Finance
An isolated-pool lending protocol: each asset has its own paired silo with a base asset, so a single bad listing can't contaminate the whole protocol.
Slashing
The punishment a proof-of-stake protocol applies when a validator double-signs or otherwise breaks the rules — a portion of their staked tokens is destroyed.
Slippage
The difference between the expected price of a trade and the price actually executed, caused by limited liquidity or a price move during execution.
Slot
A fixed time interval during which one validator is scheduled to propose a block. 12 seconds on Ethereum's beacon chain.
Smart Contract
A program deployed at an on-chain address that executes deterministically when called, with its own balance and storage.
Snapshot
An off-chain voting platform — gas-free, signature-based, with on-chain state snapshots — used by most DAOs for proposal signaling and many for binding votes.
Soft Fork
A backward-compatible blockchain protocol upgrade — tightens the rules so that all blocks valid under the new rules are also valid under the old rules.
Solana
A high-throughput Layer-1 blockchain that combines a PoS validator set with proof-of-history and parallel execution to target 50,000+ TPS on a single chain.
Solana BPF Runtime
Solana's bytecode VM — a sandboxed eBPF variant ("Solana BPF" / SBF) that runs compiled Rust or C programs with strict deterministic execution rules.
Solidity
The high-level, statically typed language most often used to write smart contracts for the Ethereum Virtual Machine.
Soneium
Sony's Ethereum Layer-2 built on the OP Stack — focuses on entertainment IP, gaming, fan engagement, and creator monetization.
Sonic
The 2024 rebrand and re-architecture of Fantom — an EVM-compatible Layer-1 with sub-second finality and fee monetization paid to dApp builders.
Soulbound Token (SBT)
A non-transferable token bound permanently to one account — used for credentials, badges, attestations, and reputation that shouldn't be tradeable.
SP1
Succinct's open-source RISC-V zkVM — generates ZK proofs of arbitrary Rust programs running on a RISC-V instruction set, used by rollups and ZK applications.
Spark
MakerDAO's (now Sky's) in-house lending protocol — a fork of Aave v3 with direct access to DAI/USDS at favorable rates set by Maker governance.
SPL Token
Solana's native fungible-token standard — implemented by the SPL Token program at a fixed address that every Solana wallet and DEX knows.
Squid Game Token (SQUID)
The November 2021 token scam loosely themed on the Netflix series — pumped to ~$2,861 within days, then rug-pulled in a single transaction draining all liquidity.
SSV Network
A DVT protocol with an on-chain marketplace for validator operators — node operators register, validators select operator sets, and SSV tokens pay for the service.
Stablecoin
A token designed to track the value of a reference asset — usually the US dollar — through fiat reserves, on-chain collateral, or algorithmic mechanisms.
Stacks
A Bitcoin-anchored smart-contract layer whose blocks settle to Bitcoin and whose contracts can read native Bitcoin state via the Clarity language.
Staking
Locking a chain's native token to secure the network (in PoS) or to participate in a protocol's incentives, in exchange for rewards and slashing risk.
Stargate
LayerZero's flagship omnichain asset bridge — unified liquidity pools per asset across many chains, with instant-finality 1:1 transfers.
Starknet
A ZK rollup using STARK proofs and the Cairo language, developed by StarkWare. Not EVM-compatible — it runs its own account-abstracted VM.
State Root
The Merkle root of the entire blockchain state, embedded in every block header — proves every account, balance, contract code, and storage slot at that block.
Stealth Address
A scheme where the sender derives a one-time receiving address from the recipient's published public keys, so no two payments share an on-chain address.
Stellar
A payments-and-tokenization Layer-1 launched in 2014 from an XRP fork — uses the Stellar Consensus Protocol and supports issuance via "anchor" intermediaries.
Stop-Loss
An order that triggers a market or limit sale once the price falls to a chosen level — caps the downside on a position automatically.
Storage Slot
A 32-byte cell of a contract's persistent storage, addressed by a 256-bit key. Every contract has 2^256 slots; reading a non-zero slot costs gas.
Story Protocol
A Layer-1 designed for registering and licensing intellectual property on-chain — programmable IP, royalty splits, derivative-work tracking native to the chain.
Stride
A Cosmos liquid-staking appchain — accepts ATOM, OSMO, INJ, and other Cosmos assets, returning liquid receipt tokens (stATOM, stOSMO) usable across IBC.
Subgraph
An open specification for indexing a slice of on-chain data — schema, event handlers, manifest — deployed to The Graph or an alternative indexer.
Sudoswap
An NFT AMM protocol — NFT holders create permissionless pools with their own pricing curves (linear, exponential), trading floor NFTs without per-token bid matching.
Sui
A Move-based Layer-1 from former Meta engineers, optimized for parallel object-oriented execution and sub-second finality. Launched mainnet in May 2023.
Sumcheck Protocol
An interactive proof for the sum of a multivariate polynomial's values over a boolean hypercube — the heart of many modern SNARKs and STARKs.
sUSDe
Ethena's staked-USDe — the yield-bearing wrapper that pays the basis-trade funding plus staking yield, accumulating the "Internet Bond" return to holders.
sUSDS
Sky's yield-bearing wrapper for USDS — the successor to sDAI, delivering the Sky Savings Rate automatically as the wrapper compounds.
SushiSwap
An early Uniswap v2 fork that pioneered the "vampire attack" against Uniswap in September 2020 — now a multi-chain DEX with a long, contentious governance history.
SVM
Solana Virtual Machine — the execution engine that runs Solana programs (BPF bytecode, Sealevel scheduling, account model). Increasingly used outside Solana itself.
Sybil Attack
Creating many fake identities to gain disproportionate influence in a network that treats each identity as one vote or one peer.
Symbiotic
A permissionless restaking framework — supports any ERC-20 as collateral, with custom slashing logic per network. A modular alternative to EigenLayer.
Synthetic Asset
An on-chain token whose price tracks an underlying asset (gold, a stock, another crypto) via collateral and an oracle — without holding the underlying.
Synthetix
A DeFi protocol issuing synthetic assets ("Synths") backed by over-collateralized SNX, with global debt-pool accounting everyone collectively underwrites.

T

Tally
The most-used DAO governance frontend — proposal creation, on-chain voting, treasury tracking, delegate discovery — for OpenZeppelin Governor and Compound-style DAOs.
TAO
Bittensor's native token — issued via Bittensor-specific halving emissions to miners and validators across the network's subnets, used for governance and inter-subnet pricing.
Taproot
A 2021 Bitcoin soft fork that introduced Schnorr signatures, signature aggregation, and a unified script tree — improving privacy and complex-contract efficiency.
Teku
A Java-based Ethereum consensus client by ConsenSys — enterprise-friendly, with strong observability and integration into the Hyperledger / Besu stack.
Tenderly
A developer platform for the EVM — transaction simulation, contract debugging, alerting, and a dev sandbox. Powers transaction previews in wallets and dApps.
Tensor
A pro-trader Solana NFT marketplace and aggregator — fast UX, deep bid pools, and TNSR-token incentives in the spirit of Blur on Ethereum.
Terra / Luna Collapse
The May 2022 unwind of TerraUSD (UST) and Luna — an algorithmic-stablecoin design death-spiral that wiped out roughly $40 billion in market cap within a week.
Testnet
A test instance of a blockchain — same client software as mainnet but with valueless native tokens — used to deploy and try contracts before going live.
Tezos
An on-chain-governed Layer-1 launched in 2018, known for self-amending upgrades, formal verification, and a NFT scene rooted in OBJKT and Hicetnunc.
The DAO Hack (2016)
The June 2016 reentrancy exploit that drained ~3.6M ETH from "The DAO" — led to the Ethereum / Ethereum Classic chain split via a contentious hard fork.
The Graph
A decentralized indexing protocol where indexers serve queryable subgraphs of on-chain data, paid in GRT tokens. The dominant Web3 query layer.
The Merge
Ethereum's September 2022 transition from proof-of-work to proof-of-stake, executed by switching execution-layer block production to the existing beacon chain.
Theta Network
A blockchain network purpose-built for video streaming and edge-compute — viewers earn TFUEL by relaying video content to other users on the network.
Three Arrows Capital (3AC)
The June 2022 collapse of Three Arrows Capital — a once-$10B crypto hedge fund whose leveraged longs on Luna, GBTC, and stETH unwound, taking down many counterparties.
Threshold Signature
A cryptographic scheme that lets any t-of-n parties cooperatively produce a valid signature for a single shared public key — no individual party can sign alone.
Time Lock
A contract that delays the execution of governance actions or admin functions for a fixed window, giving users time to exit if a change is malicious.
Time-Bandit Attack
A theoretical attack where a miner / validator re-mines past blocks to extract MEV that has since been realized — by reorganizing the chain to capture historical opportunities.
Token
An asset whose ledger is a smart contract on a blockchain, as opposed to the chain's native asset. Most tokens are fungible (ERC-20-like) or non-fungible (NFTs).
Token Approval
Authorizing a smart contract to spend a token on your behalf via the ERC-20 `approve` function. The most exploited surface in DeFi phishing.
Tokenized Treasury
An ERC-20 (or other on-chain token) representing a beneficial interest in a fund holding short-term US Treasuries — the largest RWA category by TVL.
Tokenomics
The supply, distribution, and incentive design of a token: cap, emission schedule, allocations, vesting, unlocks, and sinks that absorb supply.
TON
The Open Network — a high-throughput Layer-1 originally designed by Telegram, now built around deep Telegram integration and mini-app distribution.
Tornado Cash
An Ethereum privacy mixer using zero-knowledge proofs to break the on-chain link between deposit and withdrawal. Sanctioned by OFAC in August 2022.
Total Value Locked (TVL)
The total dollar value of assets deposited into a protocol's contracts — the most-cited (and most-criticized) headline DeFi metric.
Tower BFT
Solana's optimization of PBFT — validators progressively lock in deeper votes with exponentially increasing slashing weight, achieving fast finality without all-to-all rounds.
Transaction
A signed message from an account that, when included in a block, mutates blockchain state — moving funds, calling a contract, or both.
Transparent Proxy
An upgradeable-proxy pattern (OpenZeppelin TransparentUpgradeableProxy) where the admin can only upgrade, never call functions — preventing selector clashes.
Travel Rule
A FATF guideline that requires originator and beneficiary information to travel with crypto transfers between regulated VASPs above a threshold.
Trezor
The first commercially produced hardware wallet, by SatoshiLabs (Czech Republic, 2014) — fully open-source firmware and circuitry.
Tron
An EVM-compatible Layer-1 founded by Justin Sun in 2017, dominated by USDT transfers — by far the largest venue for on-chain stablecoin volume.
Trust Wallet
Binance's self-custody mobile wallet — multi-chain support across most major L1s and L2s, with deep BNB Chain and Binance ecosystem integration.
Trusted Execution Environment (TEE)
A hardware-isolated processor region (Intel SGX, AMD SEV, ARM TrustZone) where code runs shielded from the host OS — used for private MEV, oracles, and FHE accelerators.
Turbine
Solana's block propagation protocol — shards each block into small packets and forwards them through a tree of validators to keep bandwidth bounded per node.
TWAP
Time-Weighted Average Price — the average price over a time window. Used both as a manipulation-resistant oracle and as a trader execution strategy.

U

UMA
Universal Market Access — an "optimistic" oracle that posts proposed answers and lets anyone challenge them within a window, with disputes resolved by token-holder vote.
Uncle Block (Ommer)
On pre-Merge Ethereum, a valid block whose parent was the same as the canonical chain's tip but which lost the propagation race — partially rewarded.
UNI
Uniswap's governance token — distributed in a September 2020 retroactive airdrop to every prior user, controls protocol fees, treasury, and contract upgrades.
Uniswap
The dominant AMM on Ethereum and most EVM L2s — pioneered the constant-product formula (v2), then concentrated liquidity (v3), then intent-based swaps (UniswapX).
UniswapX
Uniswap's intent-based protocol: users sign Dutch-auction-style orders that fillers compete to execute, with MEV protection and cross-chain routing built in.
USDC
A US-dollar stablecoin issued by Circle, backed 1:1 by short-term US Treasuries and cash held at regulated US custodians. Widely used and audited monthly.
USDe
Ethena's synthetic dollar — backed by delta-neutral ETH (or BTC) positions, with the perpetual-short funding rate providing the yield (sUSDe).
USDM
Mountain Protocol's yield-bearing fiat-backed stablecoin — passes its T-bill yield through to holders as a rebasing token, regulated by Bermuda.
USDS
Sky's flagship stablecoin — successor to MakerDAO's DAI under the Endgame rebrand, with 1:1 upgrade from DAI and an integrated Sky Savings Rate.
USDT
Tether's US-dollar stablecoin — the largest and most-traded stablecoin by volume, issued natively on multiple chains and used heavily for remittances and OTC.
UserOperation
A pseudo-transaction signed by an ERC-4337 smart-contract wallet — sent to a separate mempool, packaged by a bundler, and executed via the EntryPoint contract.
UTXO
Unspent transaction output: the accounting model used by Bitcoin, where each transaction consumes prior outputs whole and emits new outputs.

V

Validator
A node in a proof-of-stake network that proposes and attests to blocks. To participate it must lock up the protocol's staking minimum and risk slashing.
Validium
A Layer-2 design that posts validity (ZK) proofs to L1 but keeps transaction data off-chain — dramatically cheaper than rollups, at the cost of a separate DA assumption.
Vault
A smart contract that pools user deposits and executes an automated strategy — yield farming, leverage, options writing — issuing receipt tokens for shares.
ve-Token Model
Vote-escrowed tokens: holders lock the governance token for a chosen duration to receive voting power and yield, with longer locks earning more.
VeChain
An EVM-compatible Layer-1 focused on supply-chain and enterprise use cases — uses a two-token system (VET for value, VTHO for gas) and Proof-of-Authority consensus.
Velodrome
Optimism's flagship DEX — the original ve(3,3) AMM combining vote-escrowed governance, gauge-directed emissions, and trader-fee payouts to voters.
Verifiable Random Function (VRF)
A function that produces a random output and a proof anyone can use to verify that the output was generated honestly from a given input and secret key.
Verkle Tree
A Merkle-tree variant using polynomial commitments instead of hashes, producing dramatically smaller witnesses — central to Ethereum's stateless-client roadmap.
Vesting
A schedule that gradually unlocks tokens granted to a team, investor, or contributor — designed to align incentives over time and prevent immediate dumping.
viem
A modern TypeScript-first Ethereum client library — replaces ethers.js in many new projects with stricter typing, smaller bundle size, and a tree-shakable API.
Virtuals Protocol
A Base-based platform for launching tokenized AI agents — each agent owns a token, an on-chain treasury, and a set of "Immutable Contribution Vault" rules.
VWAP
Volume-Weighted Average Price — the average trade price over a period, weighted by trade size. The standard benchmark for execution quality.
Vyper
A Python-flavored smart-contract language for the EVM — strict subset of features versus Solidity, designed for auditability and safety in financial contracts.

W

wagmi
A React hooks library for Ethereum — the most-used frontend toolkit for connecting wallets, reading contracts, and signing transactions in modern dApps.
Wallet
Software or hardware that manages a user's private keys and signs transactions on their behalf — the user-facing layer of self-custody.
WalletConnect
An open protocol for connecting wallets to dApps over a relay network using a QR-code handshake — now branded as Reown, with its own WCT token.
WBTC
Wrapped Bitcoin — an Ethereum ERC-20 backed 1:1 by BTC held by BitGo under a centralized custody arrangement, the dominant BTC representation in DeFi.
Web3
A loose umbrella term for an internet whose applications use public blockchains for state, identity, and payments instead of a private database.
Web3Auth
An embedded-wallet SDK using MPC and threshold cryptography to split a key across the user's device, social-login provider, and a Web3Auth share — no single party holds the full key.
Wen
Crypto Twitter / Discord misspelling of "when" — most commonly used as "wen moon", "wen token", or "wen mainnet" to ironically ask about timing.
WETH
Wrapped Ether — an ERC-20 representation of native ETH, used wherever a contract expects a token-standard interface that native ETH doesn't satisfy.
Whale (Crypto)
A holder of a very large amount of a particular cryptocurrency or NFT — whose buying or selling can materially move thin markets, especially long-tail assets.
Withdrawal Queue
Ethereum's rate-limited line of beacon-chain validators waiting to exit and reclaim their ETH — capacity is fixed per epoch by the protocol.
Wonderland (TIME)
An OlympusDAO-fork on Avalanche that reached ~$15B FDV in late 2021 — collapsed in early 2022 amid revelations that its treasury manager was a convicted criminal.
World Chain
Worldcoin's OP Stack Layer-2 — designed around proof-of-personhood verification, giving World ID-verified humans free transactions and priority blockspace.
Wormhole
A generic cross-chain messaging protocol secured by a 19-of-19 guardian set, widely used for asset bridging and cross-chain governance across 30+ chains.
Wormhole Hack
The February 2022 exploit that drained 120,000 wETH (~325M USD) from the Wormhole Ethereum-to-Solana bridge via a missing signature-verification check.
Wrapped Token
A token issued on chain B that represents 1:1 ownership of an asset locked on chain A or in a contract — WBTC, WETH, and stETH are common examples.
wstETH
Lido's Wrapped stETH — a non-rebasing ERC-20 representation of stETH whose redemption value rises as staking yield accrues, used wherever rebasing tokens cause problems.

X

XRP Ledger
A payments-focused blockchain launched in 2012, using a Federated Byzantine Agreement consensus and a built-in DEX. Native asset is XRP.

Y

Yearn
The original DeFi yield aggregator — auto-routes user deposits across lending, AMMs, and yield-farming opportunities; pioneered the modern "vault" pattern.
Yield Farming
The practice of moving capital between DeFi protocols to maximize the combined yield from interest, trading fees, and token incentives.
Yul
An intermediate language used by the Solidity compiler — a low-level, untyped EVM IR that lets engineers write hand-optimized code without using raw assembly.

Z

Zcash
A Bitcoin fork that adds shielded transactions using zk-SNARKs: addresses and amounts can be fully hidden, with optional transparency for compliance.
Zerion
A multi-chain self-custody wallet and portfolio tracker — combines wallet, DeFi dashboard, and NFT viewing across most major chains.
Zero-Knowledge Proof
A cryptographic proof that lets one party convince another that a statement is true without revealing why — used for privacy and for compressing computation.
Zircuit
An EVM-compatible ZK rollup that adds an AI-powered transaction screening layer at the sequencer level — sequencer-level anti-malicious-transaction filtering.
ZK Rollup
A Layer-2 that bundles transactions off-chain and proves their validity to L1 with a succinct zero-knowledge proof, allowing instant trust-minimized withdrawals.
ZK-SNARK
A succinct, non-interactive zero-knowledge proof — small in size and fast to verify, but typically requires a trusted setup to generate proving keys.
ZK-STARK
A succinct zero-knowledge proof that requires no trusted setup and is post-quantum secure, at the cost of larger proof sizes than SNARKs.
zkSync
A family of ZK rollups from Matter Labs: the original zkSync Era chain and the ZK Stack — an open-source framework for spawning ZK-secured L2s and L3s.