The most comprehensive crypto glossary on the web. From ASIC to zkRollup — every term explained for everyone.
Any cryptocurrency other than Bitcoin. Includes Ethereum, Solana, Cardano, and thousands of other tokens with varying features, use cases, and consensus mechanisms.
The highest price ever reached by a cryptocurrency. ATH is a key psychological level — approaching it triggers selling pressure, breaking it creates euphoria and FOMO.
The lowest price ever recorded for a cryptocurrency. ATLs typically occur during extreme bear markets, capitulation events, or shortly after initial exchange listings.
Buying impulsively without research, driven by FOMO or hype. A high-risk strategy in DeFi and memecoins that can produce massive gains or devastating losses.
A unique blockchain identifier for sending and receiving crypto, derived from public keys. Bitcoin addresses start with 1, 3, or bc1; Ethereum addresses start with 0x. Functions like a bank account number.
Anti-Money Laundering — laws requiring financial institutions including crypto businesses to prevent money laundering through transaction monitoring, suspicious activity reporting, and customer due diligence.
The lowest price a seller is willing to accept. Asks appear on the sell side of the order book. Also called the 'offer.' Market buy orders execute against the lowest ask.
Average Directional Index — measures trend strength regardless of direction on a 0-100 scale. Above 25 indicates a strong trend; below 20 suggests ranging conditions. Does not indicate trend direction, only strength.
Average True Range — measures market volatility by calculating the average range of price bars over a period. Used to set stop-loss distances and position sizes proportional to current volatility.
A market phase where informed buyers quietly purchase an asset at low prices before a major uptrend. Characterized by sideways price action with increasing volume. The first phase in the Wyckoff cycle.
Auto-Deleveraging — a mechanism where profitable traders' positions are automatically reduced to cover losses when the insurance fund is depleted. A last-resort liquidation method on derivatives exchanges.
Profiting from price differences of the same asset across different markets or exchanges. Buy low on one platform, sell high on another. Crypto arbitrage opportunities exist due to market fragmentation.
Automated Market Maker — a DEX mechanism using mathematical formulas and liquidity pools instead of traditional order books. The constant product formula (x*y=k) ensures continuous pricing. Pioneered by Uniswap.
Annual Percentage Yield — the real rate of return accounting for compound interest over a year. A 10% APY with daily compounding yields more than 10% APR. The standard metric for comparing DeFi yields.
Annual Percentage Rate — the simple interest rate without compounding. Lower than the equivalent APY. Used when rewards are claimed manually rather than auto-compounded.
A stablecoin maintaining its peg through algorithmic mechanisms (minting/burning, rebasing) rather than fiat reserves. Higher capital efficiency but riskier — Terra's UST collapse demonstrated catastrophic depeg potential.
Automatically reinvesting earned DeFi yields back into the principal to generate compound returns. Vault protocols like Yearn and Beefy handle compounding automatically, saving gas costs.
A platform comparing rates across multiple DEXs to find the best swap price. 1inch, Paraswap, and Jupiter split large trades across pools to minimize slippage and maximize output.
Actively Validated Service — a service secured by restaked ETH through EigenLayer. AVSs include oracles, bridges, data availability layers, and other middleware that benefit from Ethereum-grade security.
Upgrading Ethereum accounts from simple key pairs to programmable smart contract wallets. Enables gasless transactions, social recovery, spending limits, and batched operations for better UX.
Application Binary Interface — the standard interface for interacting with smart contracts. Defines function signatures, parameters, and return types. Required to call contract functions from external applications.
The lowest-level EVM programming using raw opcodes. Solidity's inline assembly (Yul) allows gas optimization for critical code paths. Used in production by major DeFi protocols for efficiency.
Smart contract execution triggered by off-chain conditions or time-based schedules. Chainlink Automation (formerly Keepers) monitors conditions and executes functions when thresholds are met.
A trustless exchange of cryptocurrencies between different blockchains without intermediaries. Uses HTLCs to ensure either both parties receive their coins or neither does. Enables decentralized cross-chain trading.
A full node that stores all historical state data at every block height. Required for querying past contract states and balances. Much larger storage requirements than regular full nodes.
A wallet on a device with no network connectivity — no WiFi, Bluetooth, or USB data. Signs transactions via QR codes or microSD cards. The highest security level for crypto storage.
An attack exploiting the ERC-20 token approval mechanism. Once you approve a malicious contract to spend your tokens, it can drain your wallet. Always revoke unnecessary approvals using Revoke.cash.
Security mechanisms determining who can execute specific smart contract functions. Missing or incorrect access control allows unauthorized users to call admin functions, pause contracts, or drain funds.
A security measure physically isolating a device from all networks. Air-gapped computers for signing transactions provide maximum security because malware cannot exfiltrate keys without network access.
A permanent, decentralized storage network where data is stored forever through a one-time payment. Preferred over IPFS for NFT storage because data persistence is guaranteed by economic incentives.
A characteristic or property of an NFT defined in its metadata. Attributes include visual traits, stats (in gaming), and descriptive tags. On-chain attributes enable composability with other protocols.
A tool scanning multiple NFT marketplaces to find the best prices and listings. Blur, Gem, and Reservoir aggregate listings across OpenSea, LooksRare, and others for optimal trading.
A digital representation of a user in virtual worlds and social platforms. Blockchain avatars are NFTs that can be used across compatible metaverses and platforms.
An NFT or token granting access to gated content, services, or events. Functions as a decentralized key — holding the token proves eligibility without centralized verification systems.
Anti-Money Laundering regulations requiring financial services to prevent, detect, and report money laundering. Crypto businesses implement transaction monitoring, suspicious activity reporting, and customer due diligence.
An individual meeting SEC wealth or income thresholds (net worth >$1M or income >$200K). Many crypto token offerings are restricted to accredited investors under Regulation D exemptions.
A legal form available in some jurisdictions (Switzerland, France) for organizing crypto communities and DAOs. Associations can hold assets and make decisions collectively with legal recognition.
Application-Specific Integrated Circuit — specialized hardware designed exclusively for cryptocurrency mining. Bitcoin ASICs are millions of times more efficient than general-purpose computers for SHA-256 mining.
A mining algorithm design goal making specialized hardware (ASICs) inefficient compared to commodity hardware (GPUs, CPUs). Aims to keep mining accessible and decentralized. Monero's RandomX is ASIC-resistant.
The first and largest cryptocurrency, created in 2009 by Satoshi Nakamoto. Operates on a decentralized proof-of-work blockchain with a fixed supply of 21 million coins, serving as a digital store of value often called digital gold.
A distributed, immutable digital ledger recording transactions across a network of computers. Each block contains a cryptographic hash of the previous block, timestamps, and transaction data, forming an unbreakable chain enabling trustless record-keeping.
A container of verified transaction data in a blockchain. Includes a header with metadata (timestamp, nonce, previous hash) and a body with transactions. Once validated, blocks are permanently added to the chain.
An extended period of rising prices with 20%+ gains from recent lows. Characterized by optimism, high trading volumes, increased retail participation, and media attention.
A prolonged price decline of 20%+ from recent highs. Characterized by pessimism, reduced volume, and capitulation — but also accumulation opportunities for long-term investors.
The sequential number of each block starting from genesis (block 0). Used as a reference point for network events like halvings, fork activations, and protocol upgrades.
Average interval between consecutive blocks. Bitcoin targets 10 minutes, Ethereum ~12 seconds, Solana ~400 milliseconds. Shorter block times mean faster transaction confirmations.
Cryptocurrency awarded for creating a new block. Bitcoin's reward started at 50 BTC, halving every 210,000 blocks. Currently 3.125 BTC after the April 2024 halving.
A system's ability to reach consensus despite malicious or failing participants. Named after the Byzantine Generals Problem, BFT is the essential property all secure blockchain consensus mechanisms must achieve.
A protocol connecting two blockchains to transfer assets and data between them. Essential for cross-chain interoperability but historically vulnerable to hacks due to their complexity and large fund pools.
The highest price a buyer is willing to pay for an asset. Bids appear on the buy side of the order book. The gap between the highest bid and lowest ask is the spread.
Three lines around price: a 20-period SMA with upper and lower bands at 2 standard deviations. Price touching the upper band suggests overbought conditions; touching lower suggests oversold. Band width indicates volatility.
A price move above a resistance level or chart pattern boundary, typically on increased volume. Breakouts signal the start of a new trend direction and are key entry points for momentum traders.
A price move below a support level or pattern boundary, signaling bearish continuation. Breakdowns on high volume confirm selling pressure and often trigger stop-loss cascades.
A false signal where price briefly breaks above resistance, luring buyers in, then reverses sharply downward. Traps bullish traders who bought the breakout with sudden losses.
A false breakdown below support that lures short sellers before price reverses sharply upward. Bears who sold the breakdown get squeezed as price recovers above the support level.
The difference between futures price and spot price. Positive basis (contango) means futures trade at a premium; negative basis (backwardation) means at a discount. Basis reflects market expectations.
When futures prices are lower than spot prices, suggesting bearish near-term expectations or extreme spot demand. Rare in crypto but occurs during intense buying pressure or supply squeezes.
Testing a trading strategy against historical price data to evaluate its performance. Reveals potential profitability, drawdowns, and win rates. Critical before deploying any systematic strategy with real funds.
Taking a crypto loan from a DeFi lending protocol by depositing collateral worth more than the borrowed amount. Enables leverage, liquidity without selling, and tax-efficient strategies.
A protocol using revenue to purchase its own token from the open market, creating buy pressure and reducing circulating supply. Similar to stock buybacks in traditional finance.
A mathematical formula that automatically adjusts a token's price based on supply — price increases with each token minted and decreases with each burned. Ensures continuous liquidity and predictable pricing.
Placing a transaction immediately after a target transaction to capture remaining profit opportunities, such as arbitrage created by large DEX trades or liquidation events.
In MEV supply chain, the entity that constructs optimal blocks by ordering transactions to maximize total value extracted. Builders receive transaction bundles from searchers and compete for inclusion.
Byzantine Fault Tolerance — a system's ability to function correctly even when some nodes are malicious or faulty. The theoretical foundation for all blockchain consensus mechanisms. Requires honest majority (typically >2/3).
A large data packet introduced by EIP-4844 for storing rollup transaction data on Ethereum. Blobs are cheaper than calldata and are automatically pruned after ~18 days, reducing long-term storage burden.
In EIP-4337, the entity that collects UserOperations from users, bundles them into a single transaction, and submits them on-chain. Bundlers are analogous to block builders for account abstraction.
The compiled, machine-readable version of a smart contract that runs on the EVM. Solidity source code compiles to bytecode before deployment. Contract verification makes bytecode-to-source mapping public.
A proxy pattern where multiple proxy contracts point to a single beacon that stores the implementation address. Upgrading the beacon simultaneously upgrades all proxies — efficient for deploying many identical contracts.
Combining multiple operations into one transaction. Reduces gas costs and ensures atomic execution. EIP-4337 smart wallets natively support batching multiple actions per UserOperation.
A probabilistic data structure used by light clients to efficiently query whether transactions of interest exist in a block. Allows fast filtering with minimal data but can produce false positives.
Bondy-Lynn-Shacham signatures — a scheme allowing multiple signatures to be aggregated into one. Used by Ethereum's beacon chain to efficiently verify thousands of validator attestations simultaneously.
A pairing-friendly elliptic curve used in ZK-SNARK proof systems. Enables efficient zero-knowledge proof generation and verification. Used by many Ethereum-based ZK applications.
Approving a transaction on a hardware wallet without being able to verify the full details on the device screen. Dangerous because you can't confirm what you're actually authorizing.
A network-level attack rerouting internet traffic through malicious servers. Can intercept API calls, redirect RPC requests, and serve fake data to wallets and dApps.
A program rewarding security researchers for discovering and responsibly disclosing vulnerabilities. Immunefi hosts most crypto bug bounties, with payouts up to millions for critical findings.
A malicious hacker who exploits vulnerabilities for personal gain. Black hat hackers are responsible for billions in crypto losses through smart contract exploits, phishing campaigns, and exchange hacks.
An offer to buy an NFT at a specified price. Collection bids apply to any NFT in the collection; trait bids target specific attributes. Active bidding provides market-making liquidity.
Permanently destroying an NFT by sending it to an unrecoverable address. Some projects use burns for token mechanics — burn an NFT to receive something new. Reduces collection supply.
An experimental token standard on Bitcoin using Ordinals inscriptions. Enables fungible tokens on Bitcoin through JSON inscription data. Sparked massive Bitcoin network activity and fee markets.
An Ordinals metaverse project where each Bitcoin block is mapped to a virtual land parcel. Block numbers correspond to bitmap parcels, creating a Bitcoin-native digital real estate system.
Bank Secrecy Act — the primary US anti-money laundering law requiring financial institutions to maintain records and file reports. Crypto money service businesses are subject to BSA compliance requirements.
A registered entity that buys and sells securities on behalf of clients. Some crypto platforms may need broker-dealer registration to trade security tokens or offer certain financial services.
The cryptocurrency payment for successfully mining a new block. Bitcoin's block reward halves every 210,000 blocks (~4 years). Currently 3.125 BTC per block after the April 2024 halving.
The electricity price at which mining revenue equals operating costs. Determines profitability threshold. Post-halving, only the most efficient miners and cheapest electricity remain profitable.
A high-speed cryptographic hash function used by Siacoin and other blockchain projects. Faster than SHA-256 while maintaining strong security properties.
A digital currency secured by cryptography operating on decentralized blockchain networks. Unlike fiat currencies, cryptocurrencies are not controlled by central banks, enabling peer-to-peer transactions without intermediaries.
The number of coins currently available and trading publicly. Excludes locked, reserved, or unissued tokens. Circulating supply times price equals market capitalization.
The inability of any entity to block or reverse transactions. Achieved through distributed validation across thousands of nodes worldwide, making government or corporate control practically impossible.
Storing private keys on devices completely disconnected from the internet: hardware wallets, paper wallets, or air-gapped computers. The most secure method for long-term cryptocurrency storage.
A service where a third party holds your private keys — like crypto exchanges. Convenient but requires trusting the custodian. The crypto maxim: 'not your keys, not your coins.'
Combating the Financing of Terrorism — regulations requiring crypto businesses to prevent services from funding terrorist activities. Works alongside AML requirements as part of compliance frameworks.
Adhering to regulatory requirements in crypto: KYC/AML procedures, tax reporting, licensing, and following frameworks like MiCA (EU), SEC rules (US), and local financial regulations.
U.S. Commodity Futures Trading Commission — oversees derivatives and commodities. Has classified Bitcoin and Ethereum as commodities and regulates crypto futures, options, and derivatives markets.
Central Bank Digital Currency — a government-controlled digital form of fiat money. Unlike crypto, CBDCs are centralized. China's digital yuan and the EU's digital euro are leading examples in development.
Technology enabling interoperability between different blockchains. Includes bridges, relayers, and messaging protocols (Chainlink CCIP, LayerZero, Wormhole) allowing assets and data to flow across chains.
A chart element showing four data points for a time period: open, high, low, and close (OHLC). Green/white candles indicate price increase; red/black indicate decrease. The foundation of technical analysis.
A bullish continuation pattern resembling a tea cup. The cup is a rounded bottom, followed by a small downward drift (handle). Breaking above the handle's resistance triggers the measured move upward.
Two parallel trend lines containing price action. Ascending channels have upward-sloping parallels; descending channels slope down. Traders buy near the lower line and sell near the upper in range strategies.
A 10-20% price decline from a recent high within an ongoing uptrend. Corrections are natural and healthy market events that reduce excess speculation before the trend resumes.
When futures prices are higher than spot prices, indicating the market expects prices to rise. Common in bullish markets. Contango creates a cost for holding perpetual long positions via funding rates.
A margin mode using your entire account balance as collateral for all positions. Reduces liquidation risk by pooling resources but means one bad trade can wipe out your entire account.
Automatically replicating the trades of experienced traders. Platforms like Bitget and eToro let users follow top performers, allocating capital proportionally to the copied trader's positions.
Centralized Exchange — a traditional crypto trading platform operated by a company that holds users' funds. Offers higher liquidity and user-friendly interfaces but requires KYC and custody trust. Binance, Coinbase, Kraken.
Assets deposited as security for a DeFi loan. If the collateral's value drops below the required ratio, it gets liquidated. DeFi loans are typically overcollateralized at 130-200%.
The ratio of collateral value to borrowed value. A 150% collateral ratio means depositing $150 of ETH to borrow $100 of USDC. Higher ratios provide more safety margin against liquidation.
A period at the start of a vesting schedule during which no tokens are released. After the cliff (typically 6-12 months), tokens begin unlocking on the regular vesting schedule.
A stablecoin backed by reserves held in custody: fiat (USDT, USDC), crypto (DAI), or mixed assets. Overcollateralization provides stability. The most trusted stablecoin model.
Collateralized Debt Position — a smart contract where users lock collateral to generate stablecoins. MakerDAO's CDP system allows depositing ETH to mint DAI. The original DeFi lending mechanism.
A Uniswap v3 innovation allowing LPs to concentrate their capital within specific price ranges rather than across the entire curve. Dramatically improves capital efficiency but requires active management.
The method by which blockchain nodes agree on the valid state of the ledger. Solves the Byzantine Generals Problem. Major types: Proof of Work, Proof of Stake, and their variants.
StarkNet's native programming language optimized for generating STARK proofs. Designed for provable computation, Cairo programs can be verified in zero-knowledge. The foundation of StarkNet's scaling technology.
Software translating human-readable smart contract code (Solidity, Vyper) into EVM bytecode. The solc compiler handles Solidity; vyper handles Vyper. Compiler bugs can introduce vulnerabilities.
A special function executed once during smart contract deployment that initializes state variables and configuration. Cannot be called again after deployment. Sets initial parameters like token supply and admin addresses.
The leading decentralized oracle network providing price feeds, VRF (verifiable random functions), automation, and cross-chain messaging (CCIP) to smart contracts across multiple blockchains.
Cross-Chain Interoperability Protocol — Chainlink's standard for secure cross-chain messaging and token transfers. Enables smart contracts on different blockchains to communicate and exchange value.
Data sent from one blockchain to another through messaging protocols like CCIP, LayerZero, or Wormhole. Enables smart contracts on different chains to trigger actions and share state.
Malware that monitors your clipboard and replaces copied crypto addresses with the attacker's address. Always verify the full destination address before confirming any transaction.
Common Vulnerabilities and Exposures — a standardized system for identifying and cataloging security vulnerabilities. Some crypto vulnerabilities receive CVE identifiers for formal tracking.
A Bitcoin privacy technique combining multiple users' transactions into one, making it difficult to determine which inputs correspond to which outputs. Wasabi Wallet and JoinMarket implement CoinJoin.
A set of related NFTs sharing a common theme, art style, or smart contract. Collections typically contain 1,000-10,000 pieces. Value is driven by community, art quality, utility, and cultural relevance.
Another term for NFT royalties — the percentage paid to creators on each resale. Marketplaces like OpenSea allow optional creator fees, while others enforce or ignore them.
An NFT that can contain or interact with other NFTs, creating nested or combinable digital assets. Enables equipping game characters, combining art pieces, or building modular collections.
The ecosystem of tools, platforms, and markets enabling creators to monetize digital content. Blockchain adds direct ownership, programmable royalties, and disintermediated creator-to-fan relationships.
U.S. Commodity Futures Trading Commission — regulates derivatives and commodities including Bitcoin and Ethereum futures markets. Has taken enforcement actions against unregistered crypto platforms.
Combating the Financing of Terrorism — regulatory requirements preventing financial systems from being used to fund terrorism. Integral part of the AML/CFT compliance framework for crypto businesses.
Currency Transaction Report — a mandatory report for transactions exceeding $10,000 in the US. Crypto exchanges must file CTRs for qualifying fiat transactions under the Bank Secrecy Act.
Meeting regulatory requirements: implementing KYC/AML programs, obtaining necessary licenses, filing required reports, maintaining records, and following jurisdictional rules for crypto businesses.
An asset classified as a basic good or raw material. The CFTC considers Bitcoin and Ethereum to be commodities, giving it jurisdiction over their derivatives markets rather than the SEC.
A regulated entity holding assets on behalf of clients. Qualified custodians for crypto must meet specific regulatory standards. Coinbase Custody, BitGo, and Anchorage are leading crypto custodians.
Tax on profit from selling cryptocurrency at a higher price than purchased. Short-term (held <1 year) and long-term (>1 year) rates often differ. The primary crypto tax obligation for most investors.
Common Reporting Standard — an international framework for automatic exchange of financial account information between countries. Being extended to cover crypto assets under the OECD Crypto-Asset Reporting Framework.
Renting mining hardware and capacity from a remote data center. Users pay for hash rate without managing physical equipment. High scam risk — many cloud mining services have been fraudulent.
Mining cryptocurrency with standard computer processors. Viable only for CPU-friendly algorithms like RandomX (Monero). Impractical for Bitcoin or most other PoW chains due to ASIC/GPU efficiency advantages.
The first transaction in every mined block, creating new coins from nothing and sending them to the miner's address. The coinbase transaction contains the block reward plus collected transaction fees.
Child Pays For Parent — a technique where a new high-fee transaction spending outputs from an unconfirmed low-fee transaction incentivizes miners to confirm both. An alternative to RBF for unsticking transactions.
Tradable certificates representing the reduction or removal of one ton of CO2 emissions. Some mining operations earn carbon credits by using renewable energy or capturing methane that would otherwise be emitted.
A proof-of-work algorithm designed for private CPU mining, originally used by CryptoNote-based coins like Monero (before switching to RandomX). Emphasized egalitarian mining accessible to ordinary hardware.
The distribution of control away from a single central authority to a network of participants. Blockchain decentralization ensures no entity can control the network, manipulate data, or censor transactions.
A database consensually shared and synchronized across multiple nodes. Unlike centralized databases, no single entity controls the data, and changes require network consensus.
Do Your Own Research — a community reminder to investigate projects before investing. Means reading whitepapers, analyzing tokenomics, checking teams, auditing contracts, and verifying claims independently.
Investors who hold positions through extreme volatility without selling. Represents conviction and long-term thinking, valued highly in crypto communities, especially during major drawdowns.
Short for 'degenerate' — someone taking extreme risks in DeFi, memecoins, or leverage. Used as a badge of honor in crypto culture describing aggressive, high-frequency risk-taking.
How hard it is to mine a new block. Adjusts automatically based on hash rate to maintain consistent block times. Bitcoin's difficulty recalculates every 2,016 blocks (~2 weeks).
An attack attempting to spend the same cryptocurrency twice. Blockchain consensus mechanisms prevent this by ensuring confirmed funds cannot be reused, which is the fundamental problem digital currencies must solve.
A cryptographic proof of transaction authenticity. Private keys create signatures; public keys verify them. Ensures only the key holder can authorize spending while anyone can verify the authorization.
When price and a technical indicator move in opposite directions. Bullish divergence: price makes lower lows while the indicator makes higher lows. Bearish divergence: the opposite. A powerful reversal signal.
A bearish signal when the 50-day moving average crosses below the 200-day. Historically precedes extended downtrends. The opposite of the golden cross and a major risk-off signal.
A bearish reversal pattern where price reaches the same high twice before declining. The support level between the two peaks is the neckline — breaking it confirms the pattern and targets a measured move down.
A bullish reversal pattern where price hits the same low twice before rising. Shaped like a 'W.' Breaking the resistance between the two lows confirms the pattern and signals trend reversal upward.
A market phase where informed sellers offload positions to retail buyers before a major downtrend. Characterized by topping price action with shifting volume. Precedes the markdown phase.
Dollar Cost Averaging — investing a fixed amount at regular intervals regardless of price. Removes emotion and timing from investing, automatically buying more when prices are low and less when high.
Opening and closing positions within the same trading day, never holding overnight. Requires constant attention, fast execution, and strong risk management. Most day traders lose money.
Decentralized Finance — financial services built on blockchain without traditional intermediaries. Includes lending, borrowing, trading, insurance, and yield generation through smart contracts accessible to anyone with a crypto wallet.
Decentralized Application — an application running on a blockchain network rather than centralized servers. dApps interact with smart contracts and operate without central control. Uniswap and Aave are leading dApps.
Decentralized Exchange — a platform for trading crypto directly from your wallet without intermediaries or KYC. Uses smart contracts and liquidity pools instead of order books. Uniswap, PancakeSwap, and Jupiter are popular DEXs.
Assigning your staking power to a validator without transferring custody of your tokens. Delegators share in staking rewards while validators handle the technical operations. Common in Cosmos, Polkadot, Cardano.
Decentralized Autonomous Organization — an entity governed by smart contracts and token holder votes rather than traditional management. DAOs manage protocol treasuries, development, and strategic decisions collectively.
A decreasing token supply due to more tokens being burned than created. Ethereum became deflationary after EIP-1559 when network usage is high enough that burned fees exceed new ETH issuance.
A financial contract whose value derives from an underlying asset's price. Crypto derivatives include futures, options, perpetual swaps, and synthetic assets. The derivatives market far exceeds spot volume.
A PoS variant where token holders vote for a limited number of delegates who validate transactions. Offers faster consensus with fewer validators. Used by EOS, Tron, and other chains prioritizing throughput.
Ethereum's planned full sharding implementation using data availability sampling. Named after researcher Dankrad Feist. Will provide massive data throughput for rollups at minimal cost per transaction.
The address that deploys a smart contract to the blockchain. Often retains special privileges (owner role) in the contract. Deployment costs gas proportional to the contract's bytecode size.
EIP-2535: a proxy pattern supporting multiple implementation contracts (facets). Overcomes the 24KB contract size limit by splitting logic across facets while maintaining a single proxy address.
A real-time, low-latency data delivery service from oracles. Chainlink Data Streams provide sub-second price updates for high-frequency DeFi applications like perpetual exchanges.
A malicious smart contract or website designed to steal crypto from connected wallets. Drainers exploit token approvals, signatures, or permit functions. Often distributed through phishing links and fake airdrops.
An attack redirecting a website's domain to a malicious server. Users visiting the legitimate URL are served a fake site. Several major DeFi protocols have suffered DNS hijacks redirecting users to drainer contracts.
An automated system that triggers an action (like sharing wallet access) if the owner fails to check in within a specified period. Used for crypto inheritance planning to prevent permanent fund loss.
A minting mechanism starting at a high price and gradually decreasing until all NFTs are sold. Allows price discovery while reducing gas wars. Art Blocks commonly uses Dutch auctions for drops.
Removing an NFT from sale on a marketplace by canceling the listing. Delisting may require a gas fee. Mass delisting during rising floors signals holders expect higher prices.
Casey Rodarmor's preferred term for Ordinals inscriptions — emphasizing their permanence and uniqueness on Bitcoin versus the broader 'NFT' label. Digital artifacts are immutable, on-chain, and permissionless.
An NFT whose metadata or appearance changes based on external conditions or on-chain events. Examples include NFTs that evolve over time, react to holder activity, or update based on real-world data.
A blockchain-based domain name (e.g., .eth from ENS, .sol from SNS) owned as an NFT. Functions as a human-readable wallet address, decentralized website identifier, and digital identity.
Digital Operational Resilience Act — EU regulation requiring financial entities including crypto firms to implement robust IT risk management, incident reporting, and digital operational resilience testing.
Regulatory requirements for handling personal data in crypto: GDPR (EU), state privacy laws (US), and global standards. Affects KYC data storage, blockchain analytics, and user privacy rights.
EU Directive on Administrative Cooperation — the 8th version specifically targeting crypto-asset reporting. Requires EU crypto service providers to report user transactions to tax authorities starting 2026.
A legal entity (LLC, foundation, association) providing legal status to a DAO. Wraps the on-chain organization in recognized legal structure for contracts, liability, and regulatory compliance.
Legislation specifically governing the creation, ownership, transfer, and regulation of digital assets including cryptocurrencies, tokens, and NFTs. An evolving area of law worldwide.
Emerging rules for decentralized finance protocols. Key questions: are DeFi protocols financial intermediaries? Who is responsible for compliance in permissionless systems? Jurisdictions are taking varying approaches.
A network parameter controlling how hard it is to find a valid block hash. Auto-adjusts to maintain target block times as miners join or leave. Bitcoin adjusts every 2,016 blocks (~2 weeks).
The periodic recalculation of mining difficulty based on recent block production rates. If blocks are produced too quickly, difficulty increases; too slowly, it decreases. Maintains consistent block times.
A defined time period for protocol operations. Ethereum PoS epochs span 32 slots (~6.4 minutes). Bitcoin difficulty epochs span 2,016 blocks. Used to coordinate validator duties and adjustments.
Exponential Moving Average — a weighted moving average giving more importance to recent prices, making it more responsive to new data than the Simple Moving Average. Popular periods: 9, 21, 50, 200.
A technical analysis theory that market prices move in predictable wave patterns driven by investor psychology. Consists of 5 impulse waves in the trend direction and 3 corrective waves against it.
The rate at which new tokens are created and distributed over time. High early emissions attract liquidity but can cause selling pressure. Well-designed emission schedules decrease over time.
A token whose total supply automatically expands or contracts based on demand to maintain a target price. Each holder's balance changes proportionally. OHM and AMPL use elastic supply mechanics.
A protocol enabling ETH restaking to secure additional services (AVSs) beyond Ethereum consensus. Restakers earn extra yield while extending Ethereum's security to oracles, bridges, and rollup infrastructure.
The Ethereum Improvement Proposal introducing proto-danksharding and blob transactions. Implemented in the Dencun upgrade (March 2024), slashing Layer 2 fees by 90%+ by providing dedicated data availability.
Ethereum's fee market reform introducing base fee burning and priority tips. Each transaction burns a dynamic base fee, making ETH potentially deflationary. Priority fees go to validators for faster inclusion.
The Ethereum standard for account abstraction, enabling smart contract wallets with features like social recovery, gas sponsorship, batched transactions, and session keys — without protocol-level changes.
Ethereum Virtual Machine — the runtime environment executing smart contracts on Ethereum and compatible chains. EVM compatibility means dApps can deploy across Ethereum, Arbitrum, Polygon, BSC, and other EVM chains without code changes.
Elliptic Curve Digital Signature Algorithm — the signature scheme used by Bitcoin and Ethereum. Creates compact signatures from private keys that can be verified using the corresponding public key.
Edwards-curve Digital Signature Algorithm — a modern signature scheme offering faster verification than ECDSA. Used by Solana (Ed25519), Cardano, and other newer blockchains.
The mathematical foundation of public-key cryptography in blockchains. Elliptic curve operations enable compact key pairs and efficient signature generation. secp256k1 is Bitcoin/Ethereum's curve.
An elliptic curve optimized for EdDSA signatures, used by Solana, Cardano, Polkadot, and many modern blockchains. Offers faster signing and verification than secp256k1 with comparable security.
A technique leveraging a vulnerability to manipulate a system in unintended ways. DeFi exploits include reentrancy attacks, oracle manipulation, flash loan attacks, and access control bypasses.
Communication using end-to-end encryption to prevent third-party access. Crypto communities use Signal, Session, and on-chain messaging for secure coordination. Essential for DAO governance and team communication.
The Ethereum standard for non-fungible tokens, defining how unique digital assets are created, owned, and transferred. Each ERC-721 token has a unique ID. The foundation of the NFT ecosystem.
A multi-token standard supporting both fungible and non-fungible tokens in a single contract. More gas-efficient than ERC-721 for collections. Widely used in gaming for items with varying quantities.
A traditional ascending-price auction where bidders compete upward. Used for rare 1/1 NFTs and special pieces. Christie's used English auctions for Beeple's $69M NFT sale.
A security exempt from full SEC registration under provisions like Reg D, Reg A+, or Reg S. Many token offerings use exemptions to legally raise funds without full public registration.
Regulatory authorization to operate a cryptocurrency exchange. Requirements vary dramatically by country: BitLicense (New York), FCA registration (UK), MiCA authorization (EU).
A miner's performance measured in joules per terahash (J/TH). Lower J/TH means more hash rate per unit of electricity. Next-generation ASICs continuously improve efficiency, making older models obsolete.
The composition of electricity sources powering mining operations: fossil fuels, hydroelectric, wind, solar, nuclear, or geothermal. The energy mix determines mining's environmental impact and long-term cost stability.
Environmental, Social, and Governance — criteria used by investors to evaluate sustainability and ethical practices. Bitcoin mining's ESG profile is debated — high energy use versus renewable adoption and financial inclusion.
The ecological footprint of cryptocurrency mining including energy consumption, carbon emissions, electronic waste, and water usage for cooling. Increasingly addressed through renewable energy adoption and efficiency improvements.
Electronic waste from obsolete mining equipment. ASICs have limited useful life (3-5 years) and are difficult to repurpose. E-waste management and hardware recycling are growing concerns for the mining industry.
The proof-of-work algorithm previously used by Ethereum before The Merge to proof-of-stake. Memory-hard to resist ASICs, though Ethash ASICs were eventually developed. Now used by Ethereum Classic.
A memory-hard proof-of-work algorithm used by Zcash. Based on the generalized birthday problem, designed to require significant RAM and thus resist ASIC domination.
A change or divergence in a blockchain's protocol rules. Can be a permanent split (hard fork), a backward-compatible update (soft fork), or a temporary chain split from simultaneous block discovery.
Fear Of Missing Out — the anxiety-driven impulse to buy during rapid price increases. FOMO commonly leads to buying near market tops and is one of the most costly emotional trading mistakes.
Fear, Uncertainty, and Doubt — negative information or sentiment spread about crypto, whether legitimate concerns or deliberate misinformation designed to cause panic selling.
A hypothetical event where Ethereum's market cap surpasses Bitcoin's, making ETH the largest cryptocurrency. Debated since 2017 but has not occurred.
The guarantee that a confirmed transaction cannot be reversed. Bitcoin achieves probabilistic finality after ~6 confirmations; some PoS chains provide instant deterministic finality.
Government-issued currency backed by state authority rather than physical commodities. USD, EUR, GBP are fiat currencies. The term is Latin for 'let it be done.' Crypto aims to offer an alternative to fiat systems.
A mechanism in optimistic rollups where anyone can challenge suspicious transactions during a dispute window. If fraud is proven, invalid transactions are reverted and malicious actors penalized.
Contracts to buy or sell crypto at a predetermined price on a future date. Crypto futures allow speculation on price direction without owning the underlying asset, with leverage amplifying gains and losses.
Horizontal lines indicating potential support/resistance at key Fibonacci ratios (23.6%, 38.2%, 50%, 61.8%, 78.6%) between a swing high and low. Widely used in crypto to identify pullback targets during trends.
A short-term continuation pattern: a strong move (flagpole) followed by a rectangular consolidation (flag) that slopes against the prior trend. Breakout in the flagpole's direction resumes the trend.
A periodic payment between long and short traders on perpetual futures to keep contract prices aligned with spot. Positive rates mean longs pay shorts (bullish bias); negative rates mean the reverse.
An uncollateralized loan that must be borrowed and repaid within a single blockchain transaction. If not repaid, the entire transaction reverts as if it never happened. Used for arbitrage, liquidations, and collateral swaps.
Similar to a flash loan but specific to DEXs — receiving tokens before paying for them within one transaction. Enables arbitrage and complex DeFi operations without upfront capital.
A governance-controlled mechanism to redirect a portion of protocol trading fees from liquidity providers to token holders. Uniswap's fee switch has been debated extensively but not yet activated.
A stablecoin backed partially by reserves and partially by algorithmic mechanisms. Combines capital efficiency of algorithmic models with some collateral security. FRAX pioneered this approach.
A token distribution with no pre-mine, no VC allocation, and no insider advantage. All participants have equal opportunity to acquire tokens. Bitcoin and Yearn Finance (YFI) are famous fair launches.
The trading fee percentage charged on swaps in a DEX pool. Uniswap v3 offers 0.01%, 0.05%, 0.3%, and 1% tiers. Stable pairs use lower tiers; volatile pairs use higher ones.
Placing a transaction ahead of a known pending transaction to profit from the anticipated price impact. In crypto, front-running is facilitated by the public mempool and MEV bots.
An organization building tools to mitigate MEV's negative effects on users. Flashbots Protect sends transactions directly to block builders, bypassing the public mempool to prevent sandwich attacks.
A component providing economic finality to a blockchain. Ethereum uses Casper FFG as its finality gadget, where 2/3 of validators must attest to finalize checkpoints every ~6.4 minutes.
A node storing the complete blockchain history and independently validating every transaction and block. Full nodes provide maximum security and privacy — they don't trust any other node.
A malicious decentralized application mimicking a legitimate project to steal funds through wallet approvals. Always verify contract addresses and URLs. Bookmark official sites rather than clicking links.
Mathematically proving that smart contract code behaves exactly as specified under all possible conditions. The most rigorous security analysis but expensive and time-consuming. Used for critical DeFi protocols.
An exploit using uncollateralized flash loans to manipulate DeFi protocol state within a single transaction. Common patterns include oracle manipulation, governance attacks, and arbitrage-based exploits.
Compromising a dApp's web interface rather than its smart contracts. Attackers inject malicious code into the frontend to redirect transactions, replace addresses, or serve drainer contracts to users.
A metal enclosure blocking electromagnetic signals. Used to protect hardware wallets and air-gapped devices from wireless data extraction attacks. An extreme but effective physical security measure.
The lowest listed price for any NFT in a collection. The primary metric for evaluating collection value. Floor price multiplied by supply gives a rough market cap estimate for the collection.
An NFT launch where the creation cost is only gas fees — no purchase price. Popular strategy for building community quickly. Goblintown and many successful collections started as free mints.
A minting or selling mechanism at a predetermined price. Simple and transparent but can cause gas wars when demand exceeds supply. Most PFP collection mints use fixed pricing.
An NFT divided into multiple fungible token shares, allowing collective ownership of expensive NFTs. Enables broader access to high-value pieces. Fractional.art pioneered this concept.
A cryptocurrency giving sports fans voting rights and access to exclusive content, experiences, and rewards. Socios.com issues fan tokens for major football clubs and sports teams.
Financial Crimes Enforcement Network — the U.S. Treasury bureau enforcing anti-money laundering laws. Crypto exchanges and money service businesses must register with FinCEN and comply with BSA requirements.
Financial Action Task Force — the international body setting global anti-money laundering standards. FATF's Travel Rule requires crypto service providers to share customer information for transfers above thresholds.
First In, First Out — a tax accounting method where the oldest purchased tokens are considered sold first. Generally results in higher gains (and taxes) in rising markets since oldest purchases have the lowest cost basis.
The US IRS form for reporting cryptocurrency sales, exchanges, and disposals. Lists each transaction with dates, proceeds, cost basis, and gain/loss. Attached to Schedule D on tax returns.
Foreign Account Tax Compliance Act — US law requiring foreign financial institutions to report American account holders. Crypto exchanges serving US customers must comply with FATCA reporting.
A legal entity structure used by crypto projects, particularly in Switzerland, Singapore, and Cayman Islands. Foundations can hold assets, enter contracts, and govern protocols with limited liability.
Field-Programmable Gate Array — reprogrammable hardware offering mining performance between GPUs and ASICs. FPGAs can be reconfigured for different algorithms but are complex to set up and program.
The dynamic pricing of transaction fees based on supply (block space) and demand (pending transactions). During high demand, fees spike as users bid for limited block space. EIP-1559 reformed Ethereum's fee market.
Full Pay Per Share — PPS enhanced to include transaction fees in the per-share payment. Miners earn a predictable amount based on both block rewards and average transaction fees.
Using natural gas that would be flared (burned as waste) at oil drilling sites to power Bitcoin mining. Converts methane emissions into mining revenue while reducing environmental waste.
The first block in a blockchain (Block 0). Bitcoin's genesis block was mined January 3, 2009, embedding the headline: 'The Times 03/Jan/2009 Chancellor on brink of second bailout for banks.'
A denomination of Ether equal to 0.000000001 ETH (one billionth). Gas fees on Ethereum are quoted in gwei. A typical transaction costs 10-50 gwei per unit of gas depending on network congestion.
A unit measuring computational effort on Ethereum. Every transaction and contract interaction requires gas, paid in ETH. Gas prevents network spam and fairly allocates computing resources.
Maximum gas a user will spend on a transaction. Simple ETH transfers need 21,000 gas; complex contract interactions need more. Setting too low causes the transaction to fail and lose the gas spent.
Amount of ETH (in gwei) paid per gas unit. Higher prices mean faster processing as validators prioritize higher-paying transactions. Prices fluctuate with network demand.
A bullish signal when the 50-day moving average crosses above the 200-day moving average. Historically precedes significant uptrends. One of the most watched long-term technical events in crypto.
An automated strategy placing buy and sell orders at preset intervals above and below current price, creating a grid. Profits from price oscillation in ranging markets without predicting direction.
The process by which token holders vote on protocol changes, parameter updates, and treasury spending. On-chain governance uses smart contracts to execute approved proposals automatically.
A token granting voting rights over a protocol's development and parameters. Examples: UNI (Uniswap), AAVE, COMP, MKR. Governance tokens align user incentives with protocol growth.
A transaction where the user doesn't pay gas directly — a relayer or paymaster covers the cost. Achieved through meta-transactions or EIP-4337 paymasters. Critical for mainstream crypto adoption.
A query language for APIs that lets clients request exactly the data they need. The Graph protocol uses GraphQL subgraphs to efficiently index and query blockchain data for dApp frontends.
A specific ZK-SNARK proving system known for very small proof sizes and fast verification. Requires a circuit-specific trusted setup ceremony. Used by Zcash and some ZK-rollups.
A hacker who exploits vulnerabilities without permission but without malicious intent — often to prove a point or force a fix. May return funds or demand a bounty. Falls between white and black hat ethics.
Art created by autonomous systems using algorithms and randomness. In NFTs, generative art projects create unique pieces at mint time using on-chain randomness. Art Blocks is the leading generative art platform.
The intersection of gaming and DeFi — blockchain games with financial incentive mechanisms. Players earn cryptocurrency and NFTs through gameplay. Includes play-to-earn, play-and-earn, and move-to-earn models.
General Data Protection Regulation — EU privacy law with implications for crypto businesses handling European users' personal data. Creates tension with blockchain's immutability and KYC data requirements.
Using graphics processing units to mine cryptocurrencies. GPUs are versatile, mining multiple algorithms. Ethereum was primarily GPU-mined before switching to PoS. Still used for other PoW coins.
Mining powered by geothermal energy from underground heat sources. El Salvador mines Bitcoin using volcanic geothermal energy. Provides consistent, carbon-free power in suitable geological locations.
A non-backward-compatible protocol change creating a permanent chain split. Nodes must upgrade or remain on the old chain. Notable examples: Bitcoin Cash from Bitcoin, Ethereum Classic from Ethereum.
Community term meaning 'hold' — from a 2013 Bitcoin forum typo. Represents the philosophy of holding through volatility rather than panic selling. Often backronymed 'Hold On for Dear Life.'
A programmed event cutting block rewards in half, reducing new coin creation. Bitcoin halvings occur every ~4 years and historically precede major bull runs due to supply shock mechanics.
A fixed-length output from a cryptographic function applied to arbitrary input data. Hashes are one-way and deterministic — the same input always produces the same hash, but you cannot reverse it.
Total computational power securing a proof-of-work blockchain, measured in hashes per second. Higher hash rate equals greater security. Bitcoin's hash rate is measured in exahashes per second (EH/s).
An internet-connected wallet like browser extensions (MetaMask), mobile apps, or exchange accounts. Convenient for frequent use but more vulnerable to hacking than cold storage.
A reversal chart pattern with three peaks: a higher middle peak (head) flanked by two lower peaks (shoulders). The neckline connecting the lows is the critical support level. Breaking it confirms the bearish reversal.
A low-level EVM assembly language providing maximum gas optimization. Used by advanced developers to write extremely gas-efficient contracts where every opcode matters.
Hash Time-Locked Contract — a smart contract enabling conditional payments: the recipient must provide a cryptographic proof within a time limit or the payment returns to the sender. The building block of Lightning Network routing.
A physical device storing private keys offline in a secure element chip. Transactions are signed on-device and never expose keys to the internet. Ledger, Trezor, and Keystone are leading brands.
A deceptive token contract that allows buying but prevents selling through hidden code restrictions. Investors can purchase the token but cannot sell, with the creator eventually draining all liquidity.
The US legal test for determining if an asset is a security: an investment of money in a common enterprise with an expectation of profits derived from the efforts of others. Applied by the SEC to crypto tokens.
The mining speed measured in hashes per second. Individual miner hash rate determines earning potential; network hash rate determines mining difficulty and security. Measured in TH/s, PH/s, or EH/s.
The effect of block reward halving on mining economics. Revenue drops 50% overnight while costs remain constant, forcing inefficient miners offline and consolidating the industry to the most efficient operators.
Mining powered by hydroelectric energy — one of the cheapest and cleanest electricity sources. Iceland, Norway, Canada, and regions of China have significant hydro-powered mining operations.
The property that blockchain data is permanently unchangeable once recorded. Achieved through cryptographic hashing, consensus mechanisms, and the cumulative cost of rewriting history.
The ability of different blockchains to communicate and transfer assets between each other. A key challenge in the multi-chain ecosystem addressed by Polkadot, Cosmos IBC, and various bridging protocols.
A comprehensive Japanese charting system combining five lines to show support/resistance, momentum, and trend direction simultaneously. The 'cloud' (kumo) between Senkou spans visually represents the equilibrium zone.
A weighted average spot price across multiple exchanges used as a reference for derivatives pricing. Prevents single-exchange manipulation from affecting futures settlement and liquidation triggers.
A pool of funds maintained by exchanges to cover losses from liquidated positions that fall below zero. Protects profitable traders from counterparty risk when bankrupted positions can't fully cover their losses.
The collateral required to open a new leveraged position. For 10x leverage, initial margin is 10% of position size. Must be maintained above the maintenance margin level to avoid liquidation.
A margin mode where each position has its own dedicated collateral. Limits maximum loss to the isolated margin amount, protecting the rest of your account from any single position's failure.
The temporary loss of value experienced by liquidity providers when token prices in a pool diverge from their deposit ratio. The loss becomes permanent only if you withdraw at unfavorable prices. Greater divergence means more loss.
The rate at which a cryptocurrency's supply increases through new token creation. High inflation dilutes existing holders. Bitcoin's inflation rate decreases with each halving, currently under 1% annually.
A DeFi platform providing coverage against smart contract failures, exchange hacks, stablecoin depegs, and other crypto-specific risks. Nexus Mutual and InsurAce are leading providers.
Initial DEX Offering — a token launch conducted on a decentralized exchange, providing immediate liquidity and trading access. More accessible than traditional ICOs but susceptible to bot manipulation.
Initial Exchange Offering — a token sale conducted through a centralized exchange that vets projects, handles KYC, and provides the trading platform. Binance Launchpad popularized IEOs.
Initial Coin Offering — the original crypto fundraising method where projects sell tokens directly to investors. Popular in 2017-2018 but largely replaced by IEOs and IDOs due to regulatory concerns and scam prevalence.
A service that processes and stores blockchain data in an optimized format for fast querying. The Graph's indexers stake GRT tokens to serve subgraph queries. Essential because raw blockchain data is difficult to query directly.
Granting a smart contract unlimited permission to spend a specific token from your wallet. While convenient, infinite approvals are dangerous if the contract is later compromised. Set specific amounts instead.
A sophisticated attack where victims are tricked into signing a transaction that grants the attacker control over their assets — typically through fake approval transactions or misleading signature requests.
A vulnerability where a number exceeds its maximum value and wraps around to zero (or minimum). Pre-Solidity 0.8 contracts without SafeMath were vulnerable to overflow/underflow exploits.
A documented process for transferring cryptocurrency to heirs after death or incapacitation. Includes secure seed phrase storage, trusted contacts, time-locked smart contracts, or dead man's switch mechanisms.
InterPlanetary File System — a decentralized storage network where files are addressed by their content hash rather than location. NFTs use IPFS to store images and metadata in a censorship-resistant manner.
Data (images, text, code) permanently written onto a Bitcoin satoshi using the Ordinals protocol. Inscriptions are fully on-chain and immutable, stored in Bitcoin's transaction witness data.
A blockchain-based item (weapon, character, skin, land) owned by the player as an NFT. True ownership means players can trade, sell, or use assets across compatible games and platforms.
An NFT usable across multiple platforms, games, or metaverses. True interoperability requires shared standards and cross-platform compatibility — a major goal of the open metaverse vision.
Tax applied when cryptocurrency is received as payment, mining/staking rewards, or airdrops. Taxable at fair market value when received. Applies regardless of whether the crypto is later sold.
The specific RPC format used by Ethereum and EVM chains. Requests are JSON objects with method names (eth_sendTransaction, eth_getBalance) and parameters. The standard API for all Ethereum interactions.
The geographic and legal authority under which crypto activities are regulated. Choosing the right jurisdiction affects tax obligations, regulatory compliance, and available services.
Joules per Terahash — the standard efficiency metric for mining hardware. A miner doing 100 TH/s at 3,000W has 30 J/TH efficiency. Lower is better. Top ASICs achieve 15-25 J/TH.
Know Your Customer — identity verification required by regulated exchanges and services. Involves submitting government ID, proof of address, and sometimes selfies to comply with financial regulations.
Malicious software recording every keystroke to capture passwords, seed phrases, and private keys. Hardware wallets protect against keyloggers because keys never touch the computer.
Know Your Customer — mandatory identity verification requiring government ID, proof of address, and sometimes biometric data. Required by regulated exchanges and service providers under AML laws.
Foundational infrastructure enabling multiple blockchains to be built and communicate on top of it. Polkadot, Cosmos, and Avalanche are Layer 0 protocols providing shared security and native interoperability.
The base blockchain processing and finalizing transactions independently. Bitcoin, Ethereum, Solana, and Avalanche are L1s with their own consensus mechanisms, security models, and native tokens.
Scaling solutions built atop L1 blockchains to increase throughput and reduce fees while inheriting base-layer security. Lightning Network (Bitcoin), Arbitrum, Optimism, zkSync (Ethereum) are leading L2s.
Application-specific chains built on L2 solutions, optimized for particular use cases like gaming or social media. L3s offer extreme customization and minimal costs for targeted applications.
The ratio of borrowed funds to your own capital in a trade. 10x leverage means controlling $10,000 worth of crypto with $1,000. Higher leverage increases both potential returns and liquidation risk.
A trade betting that price will rise. You buy an asset expecting to sell it later at a higher price. In futures, going long means buying a contract that profits from upward price movement.
Forced closure of a leveraged position when losses reach the maintenance margin threshold. The exchange sells your position to prevent the borrowed funds from being lost. Higher leverage means easier liquidation.
An order to buy or sell at a specific price or better. Buy limits execute at or below the set price; sell limits at or above. Gives price control but may not fill immediately.
How easily an asset can be bought or sold without significantly affecting its price. High liquidity means large trades execute with minimal slippage. BTC and ETH have the highest crypto liquidity.
A smart contract holding paired token reserves that enable trading on DEXs. Liquidity providers deposit equal values of two tokens and earn trading fees. The backbone of AMM-based decentralized exchanges.
Someone who deposits tokens into a DEX liquidity pool, enabling trading for others. LPs earn a share of trading fees proportional to their pool contribution but face impermanent loss risk.
A DeFi incentive program distributing governance tokens to liquidity providers. Projects use liquidity mining to bootstrap TVL and decentralize token ownership. Returns are typically highest early and decrease over time.
A DeFi platform enabling permissionless lending and borrowing of crypto assets. Depositors earn interest; borrowers provide overcollateralized loans. Aave and Compound are the largest lending protocols.
The collateral ratio at which a DeFi position becomes eligible for liquidation. If your collateral drops to this level, liquidators can repay part of your debt and claim your collateral at a discount.
A platform facilitating new token launches by providing infrastructure for fair distribution, fundraising, and initial liquidity. Exchange launchpads (Binance) and decentralized ones (DAO Maker) help projects raise funds.
Staking crypto while receiving a liquid derivative token (stETH, rETH) representing your staked position. Enables participation in DeFi with staked assets rather than locking them idle.
Liquid Staking Token — a tokenized representation of staked assets that remains liquid and composable in DeFi. stETH (Lido), rETH (Rocket Pool), and cbETH (Coinbase) are leading LSTs.
Liquid Restaking Token — a token representing restaked ETH positions on platforms like EigenLayer. LRTs (like eETH from ether.fi) provide liquidity for restaked assets while earning additional protocol rewards.
Bitcoin's Layer 2 payment network using payment channels for instant, low-cost BTC transactions. Enables micropayments and everyday purchases that would be impractical on Bitcoin's base layer.
A blockchain client that verifies data using block headers and Merkle proofs without downloading the full chain. Enables mobile wallets and browsers to participate in the network with minimal resources.
Making an NFT available for sale at a specified price on a marketplace. Listing is typically free but signing the listing creates an off-chain order that becomes enforceable when someone buys.
A regulatory authorization to operate a crypto business. Types include money transmitter licenses, broker-dealer registrations, exchange licenses, and MiCA authorizations depending on jurisdiction.
Last In, First Out — selling the most recently purchased tokens first. Can result in lower taxable gains in rising markets since recent purchases have higher cost bases closer to selling prices.
Limited Liability Company — a US business structure increasingly used as legal wrappers for DAOs. Wyoming's DAO LLC law specifically recognizes decentralized governance and smart contract management.
A formally recognized organization that can enter contracts, hold assets, and bear legal responsibility. Crypto projects need legal entities for banking, employment, partnerships, and regulatory compliance.
The primary live blockchain where real transactions with actual value occur. Launching on mainnet is a critical milestone, distinct from testnets used for development.
Total value of a cryptocurrency calculated as current price multiplied by circulating supply. The primary metric for ranking and comparing cryptocurrency sizes.
The absolute maximum coins that will ever exist. Bitcoin's max supply is 21 million. Some cryptocurrencies like Ethereum have no hard cap on maximum supply.
Slang for a token's price rising rapidly and dramatically — 'going to the moon.' Implies exponential short-term gains that generate excitement and FOMO.
The waiting area for unconfirmed transactions. After broadcast, transactions sit in the mempool until included in a block. Congestion leads to higher fees and longer confirmation times.
A hash-based data structure where transaction hashes are paired and hashed upward to a single root hash. Enables efficient verification that a specific transaction exists in a block without downloading all transactions.
Markets in Crypto-Assets — the EU's comprehensive crypto regulatory framework effective since 2024. Provides clear rules for token issuance, stablecoin regulation, and crypto service provider licensing across all member states.
Trading with borrowed funds using your existing assets as collateral. Amplifies both profits and losses. Margin calls occur when collateral value drops below the maintenance requirement.
An order to buy or sell immediately at the best available price. Guarantees execution but not price — large market orders can experience slippage in thin order books.
A smoothed price line calculated by averaging closing prices over a specific period. Reduces noise to reveal trends. The 50-day and 200-day moving averages are the most widely watched.
Moving Average Convergence Divergence — a trend-following momentum indicator showing the relationship between two EMAs (typically 12 and 26-period). MACD crossovers and divergences generate buy/sell signals.
The recurring pattern of market phases: accumulation (bottom), markup (uptrend), distribution (top), and markdown (downtrend). Crypto market cycles historically correlate with Bitcoin's 4-year halving schedule.
A fair-value reference price used by exchanges to calculate unrealized P&L and trigger liquidations. Calculated from spot prices across multiple exchanges to prevent manipulation-induced liquidations.
The minimum collateral required to keep a leveraged position open. If your balance falls below this threshold due to unrealized losses, you face liquidation. Higher than initial margin requirements.
The largest peak-to-trough decline in portfolio value during a specific period. A critical risk metric — even strategies with high returns are dangerous if max drawdown is too large.
A wallet requiring multiple private key signatures to authorize transactions. Used by DAOs and teams for treasury security — e.g., 3-of-5 signers must approve before funds move.
Maximal Extractable Value — profit that block producers can capture by reordering, inserting, or censoring transactions within a block. Includes arbitrage, liquidations, and sandwich attacks. A significant challenge for DeFi fairness.
A smart contract language created by Facebook's Diem project, now used by Aptos and Sui. Features resource-oriented programming where assets cannot be copied or implicitly destroyed, preventing common bugs.
A technique batching multiple smart contract calls into a single transaction. Saves gas and ensures atomicity — either all calls succeed or all revert. Essential for efficient DeFi interactions.
A transaction where a third party (relayer) pays the gas fee on behalf of the user. The user signs the intent; the relayer submits and pays. Enables gasless experiences for onboarding.
A cryptographic proof that a specific piece of data exists within a Merkle tree. Requires only a small number of hashes (logarithmic in tree size), enabling efficient verification without full data access.
Multi-Party Computation — cryptographic protocols allowing multiple parties to jointly compute a result without revealing their individual inputs. MPC wallets split keys across parties for institutional-grade security.
A wallet requiring multiple private key signatures to authorize transactions. Common configurations: 2-of-3, 3-of-5. Eliminates single points of failure. Used by DAOs, exchanges, and security-conscious individuals.
A service that pools cryptocurrency from multiple users and redistributes it to break the on-chain link between sender and receiver. Enhances transaction privacy but has faced regulatory scrutiny.
A seed phrase backup engraved or stamped on metal plates (steel, titanium) for fire, water, and corrosion resistance. Superior to paper backups for long-term storage. Products include Cryptosteel and Billfodl.
The descriptive information associated with an NFT: name, description, attributes, and image URL. Stored on-chain, on IPFS, or on Arweave. Metadata quality and storage method affect NFT longevity.
The act of creating an NFT by recording it on the blockchain. Minting involves deploying metadata and assigning ownership. Public mints allow anyone to create new NFTs from a collection at a set price.
The process of creating new NFTs. Involves paying gas fees to write the token data to the blockchain. Minting events can range from free mints to Dutch auctions depending on the project's strategy.
A platform for buying, selling, and discovering NFTs. OpenSea is the largest; Blur caters to traders; Magic Eden leads on Solana. Marketplaces charge platform fees and may enforce creator royalties.
A model rewarding physical activity with crypto tokens. STEPN pioneered the concept with GPS-tracked walking/running earning tokens. Combines fitness incentives with crypto economics.
Persistent, shared virtual worlds where users interact through avatars. Blockchain metaverses add true ownership (NFT land, items), crypto economies, and decentralized governance.
An NFT serving as a membership card granting access to communities, content, events, and benefits. Replaces traditional memberships with programmable, tradeable digital access passes.
An NFT representing ownership or rights to a piece of music. Enables artists to sell directly to fans, retain royalties, and create limited editions. Sound.xyz and Audius are leading platforms.
Markets in Crypto-Assets Regulation — the EU's comprehensive framework for crypto regulation effective 2024. Covers token issuance, stablecoin requirements, and licensing for crypto service providers across all EU states.
The formal legal name for the MiCA Regulation in EU law. Establishes harmonized rules for crypto-asset service providers, stablecoin issuers, and token offerings throughout the European Economic Area.
A US regulatory classification for businesses that transfer money, including many crypto services. Money transmitters must register with FinCEN and obtain state-level licenses (47+ individual state licenses required).
Money Services Business — a FinCEN classification for businesses providing money services: currency exchange, money transmission, check cashing. Most US crypto exchanges register as MSBs.
Laws governing cryptocurrency mining: energy usage reporting, zoning restrictions, tax treatment of mining income, and environmental regulations. Varies dramatically from outright bans to welcoming incentives.
The process of using computational power to validate transactions, create new blocks, and earn cryptocurrency rewards on proof-of-work blockchains. Bitcoin mining uses specialized ASIC hardware consuming significant energy.
A participant or machine that performs mining computations to validate blockchain transactions and earn block rewards. Miners invest in hardware and electricity costs in exchange for newly created cryptocurrency.
A group of miners combining computational resources to increase their chances of finding blocks and sharing rewards proportionally. Pools provide more consistent income than solo mining for individual participants.
A computer system built specifically for cryptocurrency mining. Can range from a single GPU setup to multi-GPU frames or rack-mounted ASIC collections. Optimized for hash rate per watt of electricity.
A large-scale facility housing hundreds or thousands of mining machines. Located near cheap electricity sources (hydro, natural gas, geothermal). Industrial operations can achieve economies of scale.
A transaction's position in the queue based on the fee offered. Higher fees get processed faster. During congestion, low-fee transactions can remain unconfirmed for hours or even days.
Programs running on mining hardware to perform hash computations and communicate with pools. CGMiner, BFGMiner for ASICs; PhoenixMiner, T-Rex for GPUs. Software choice affects efficiency and features.
Net earnings from mining after subtracting electricity, hardware depreciation, cooling, and maintenance costs. Depends on hash rate, efficiency, electricity price, coin price, and difficulty.
Simultaneously mining multiple cryptocurrencies using the same computational work. The auxiliary chain accepts proof-of-work from the parent chain without additional energy cost. Dogecoin merge-mines with Litecoin.
A computer maintaining a copy of a blockchain ledger, validating transactions, and relaying data. Full nodes store the complete history, light nodes only headers. Nodes are the backbone of network decentralization.
Not Gonna Make It — describes poor investment decisions, scams, or doomed projects. Used humorously in crypto communities as the pessimistic counterpart to WAGMI.
A 'number used once' that miners vary to find a block hash below the target difficulty. Finding the correct nonce is the core computational puzzle in proof-of-work mining.
A wallet where you control your own private keys with no third-party involvement. MetaMask, Ledger, and Phantom are non-custodial. Offers full sovereignty but requires personal security management.
Bitcoin's consensus mechanism combining PoW with the longest-chain rule. Provides probabilistic finality — the more confirmations, the more secure. Revolutionary for enabling decentralized agreement without known participants.
Non-Fungible Token — a unique digital asset on a blockchain representing ownership of items like art, music, gaming assets, and collectibles. Unlike fungible tokens (BTC, ETH), each NFT is distinct and non-interchangeable.
Rules governing NFT creation, sale, and trading. Some jurisdictions classify certain NFTs as securities or financial instruments. Fractional NFTs, royalties, and IP rights create additional regulatory complexity.
Mining powered by nuclear energy — providing cheap, consistent, zero-carbon baseload power. Nuclear mining operations are emerging as countries reconsider nuclear energy for both grid and mining purposes.
A valid block excluded from the main chain because another block at the same height was accepted first. Occurs when two miners solve a block nearly simultaneously.
Services converting fiat to cryptocurrency: exchanges, P2P platforms, and payment processors like MoonPay. On-ramps bridge traditional finance and crypto, enabling new users to enter the ecosystem.
Services converting cryptocurrency back to fiat: exchange withdrawals, crypto debit cards, and P2P sales. Off-ramps enable users to realize crypto gains in traditional currency.
An L2 assuming transactions are valid by default, running fraud proofs only if challenged during a ~7-day dispute period. Used by Arbitrum and Optimism for Ethereum scaling.
Contracts giving the right (not obligation) to buy (call) or sell (put) crypto at a set price before a deadline. Used for hedging, income generation, and speculative strategies with defined risk.
One-Cancels-the-Other — two linked orders where executing one automatically cancels the other. Commonly pairs a take profit and stop loss, creating a complete exit strategy for a position.
A real-time list of all pending buy (bid) and sell (ask) orders for a trading pair, organized by price level. Displays market depth and helps traders gauge supply, demand, and potential price movements.
Open, High, Low, Close — the four price data points defining each candlestick or bar on a chart. Open is the period's starting price, close is the ending price, high and low are the extremes.
On-Balance Volume — a momentum indicator using volume flow to predict price changes. Rising OBV confirms uptrends; divergence between OBV and price warns of potential reversals.
The total number of outstanding derivative contracts (futures, options) that have not been settled. Rising open interest with rising prices confirms bullish trends; rising OI with falling prices signals bearish conviction.
A DeFi platform for trading crypto options on-chain. Protocols like Hegic, Lyra, and Dopex offer decentralized call and put options with automated pricing and settlement.
Individual EVM instructions (ADD, MUL, SSTORE, CALL) that execute smart contract logic. Each opcode has a fixed gas cost. Gas optimization involves minimizing expensive opcodes in contract code.
A service providing external data (prices, weather, sports scores) to smart contracts that cannot access off-chain information natively. Chainlink is the dominant oracle network, securing billions in DeFi.
Exploiting price feed vulnerabilities to trick DeFi protocols into using incorrect asset prices. Attackers manipulate low-liquidity price sources to trigger unfavorable liquidations or trades at wrong prices.
Operational Security — practices protecting your identity and assets in crypto. Includes using dedicated devices, VPNs, separate email addresses, avoiding doxxing, and compartmentalizing wallet usage.
The comprehensive practice of protecting sensitive information and processes. In crypto: separate devices for signing, unique emails per service, hardware 2FA, and minimizing your digital footprint.
An NFT with all data (image, metadata) stored directly on the blockchain rather than external storage. Fully decentralized and permanent but limited by blockchain storage costs. Art Blocks and Autoglyphs are examples.
A price proposal to purchase a specific NFT. Offers can be made below the listing price. Sellers can accept, counter, or ignore offers. Offers signal demand even when the asking price is high.
A Bitcoin-native NFT system that inscribes data directly onto individual satoshis, creating unique digital artifacts on the Bitcoin blockchain. Launched January 2023, Ordinals brought NFTs to Bitcoin.
Office of Foreign Assets Control — the US Treasury agency administering economic sanctions. OFAC has sanctioned crypto addresses, mixing services (Tornado Cash), and entities, making transactions with them illegal.
Operating or holding assets in jurisdictions outside your home country, often for tax or regulatory advantages. Crypto's borderless nature creates complex jurisdictional questions for regulation and taxation.
Running mining hardware beyond manufacturer specifications to increase hash rate. Increases output but also power consumption, heat, and hardware failure risk. Requires careful monitoring and cooling.
A decentralized network where participants interact directly without a central server. In crypto, P2P enables direct user-to-user transactions resistant to censorship and single points of failure.
Investors who sell quickly at the first sign of price drops. Opposite of diamond hands — implies lack of conviction to hold through normal market volatility.
Market manipulation where bad actors inflate a token's price through coordinated buying and misleading promotion, then sell at the peak, crashing the price and trapping other investors.
A system anyone can join without approval. Public blockchains are permissionless — anyone can run a node, mine, validate, build applications, or transact freely.
A shareable cryptographic key used to receive crypto and verify signatures. Derived from the private key via one-way math. Wallet addresses are typically derived from public keys through additional hashing.
The secret cryptographic key controlling your cryptocurrency. Used to sign transactions proving ownership. Typically a 256-bit number. Anyone with your private key controls your funds — never share it.
An optional extra word added to a seed phrase for additional security, creating a completely separate wallet. Provides plausible deniability and protection against physical seed theft. Sometimes called the '25th word.'
A futures contract with no expiration date, using a funding rate mechanism to keep the price anchored to the spot price. The most traded crypto derivative, offering up to 125x leverage on major exchanges.
Similar to a flag but with converging trend lines forming a small symmetrical triangle after a strong move. Pennants typically resolve by continuing in the direction of the prior trend.
A temporary price reversal against the prevailing trend before it resumes. Pullbacks to support levels in uptrends are buying opportunities; pullbacks to resistance in downtrends are short entries.
The dollar amount or quantity of an asset in a trade. Proper position sizing is the most important risk management tool — typically risking 1-2% of total capital per trade.
Long-term trading holding positions for weeks to months based on macro trends and fundamentals. Lower stress and time commitment than shorter-term strategies, suitable for working professionals.
Simulated trading with virtual money to practice strategies without financial risk. Essential for beginners to test systems before risking real capital. Most major exchanges offer paper trading modes.
Periodically adjusting asset allocation back to target weights. If Bitcoin grows from 50% to 70% of your portfolio, rebalancing means selling some BTC to restore the 50% target.
A formal suggestion submitted to a DAO for community vote. Proposals can change protocol parameters, allocate treasury funds, upgrade contracts, or modify governance rules.
Income generated by a DeFi protocol from its operations — trading fees, interest spreads, liquidation bonuses, or service charges. Revenue may go to token holders, the treasury, or be burned.
A DeFi platform offering decentralized perpetual futures trading. Uses virtual AMMs or order books to enable leveraged long/short positions without centralized intermediaries.
A platform where users bet on future event outcomes using crypto. Polymarket and Augur enable trading on elections, sports, crypto prices, and real-world events with market-determined probabilities.
In Ethereum's PoS, the validator selected to propose the next block. Under PBS (Proposer-Builder Separation), proposers select the most profitable block from builders rather than constructing blocks themselves.
Proposer-Builder Separation — a mechanism separating block construction from block proposal to decentralize MEV extraction. Builders compete to create the most profitable block; proposers simply select the best one.
A consensus mechanism where miners compete to solve complex mathematical puzzles to validate transactions and create blocks. Requires significant computational power and energy. Used by Bitcoin and provides the strongest known security guarantees.
A consensus mechanism where validators stake cryptocurrency as collateral to participate in block creation. Selected proportionally to stake amount. More energy-efficient than PoW. Used by Ethereum since The Merge (2022).
A consensus mechanism where pre-approved validators with known identities produce blocks. Sacrifices decentralization for speed and efficiency. Used in private blockchains and some testnets.
Solana's innovation creating a verifiable ordering of events using cryptographic timestamps before consensus. Enables parallel transaction processing and sub-second block times by establishing time without waiting for network agreement.
A consensus mechanism where participants prove they have allocated disk storage space. More energy-efficient than PoW. Used by Chia and Filecoin for storage-based consensus.
A mechanism where tokens are permanently destroyed to earn the right to mine or validate. Demonstrates commitment by sacrificing value. Used as an alternative to PoW's energy expenditure.
Practical Byzantine Fault Tolerance — a consensus algorithm tolerating up to 1/3 faulty nodes through multi-round voting. Provides immediate finality but scales poorly beyond ~100 validators.
EIP-4844: Ethereum's intermediate step toward full danksharding, introducing blob transactions for rollup data. Dramatically reduces L2 fees by providing dedicated data space separate from execution gas.
An EIP-4337 component that sponsors gas fees on behalf of users, enabling gasless transactions. Paymasters can pay fees in ERC-20 tokens or absorb costs entirely for onboarding purposes.
A smart contract architecture enabling upgradeable contracts. A proxy contract delegates calls to an implementation contract that can be swapped. Enables bug fixes and feature additions post-deployment.
An oracle service providing real-time asset prices to smart contracts. DeFi protocols depend on accurate price feeds for liquidations, swaps, and lending. Chainlink Data Feeds are the industry standard.
A universal ZK-SNARK system requiring only one trusted setup for all circuits. More flexible than Groth16 with slightly larger proofs. Widely adopted by ZK-rollup projects.
A state channel specifically for payments between two parties. Users lock funds, transact off-chain with instant settlement, and close the channel with a final on-chain transaction.
A full node that has deleted old block data to save storage space while maintaining the current state. Can still validate new transactions but cannot serve historical queries.
Ethereum's data structure for storing account states: balances, nonces, contract code, and storage. A modified Merkle trie providing efficient lookups, updates, and cryptographic verification of state.
A cryptographic commitment scheme hiding a value while allowing mathematical verification. Used in confidential transactions and ZK systems to prove properties of hidden values.
The practice of protecting your cryptocurrency private keys from theft, loss, and unauthorized access. Includes hardware wallets, encrypted backups, physical security, and operational security protocols.
Social engineering attacks using fake websites, emails, or messages to steal credentials, private keys, or seed phrases. Crypto phishing often mimics wallet interfaces, exchange login pages, or airdrop claims.
EIP-2612: a gasless token approval method using off-chain signatures instead of on-chain transactions. More convenient but introduces signature phishing risks — attackers can trick you into signing malicious permits.
Uniswap's universal approval system allowing one master approval that can be delegated to multiple protocols with expiration times and amount limits. Reduces approval management overhead.
An attack gaining higher-level permissions than intended. In smart contracts, this means accessing owner-only functions or bypassing role-based access controls through logic flaws.
The ability to transact and hold crypto without revealing your identity or financial details. Privacy tools include mixers, zero-knowledge proofs, stealth addresses, and privacy-focused chains like Monero.
Pretty Good Privacy — an encryption standard for securing emails and files. Used by some crypto projects for secure communication, key verification, and signing messages to prove identity.
Profile Picture — NFT collections designed as profile images, typically 10,000 unique characters. CryptoPunks pioneered the PFP format. Bored Ape Yacht Club, Pudgy Penguins, and Azuki are major PFP collections.
An NFT used as a social media avatar signaling community membership and status. PFP culture drives NFT value through social identity, community access, and digital status signaling.
A gaming model where players earn cryptocurrency or NFT rewards through gameplay. Axie Infinity popularized P2E but sustainability challenges led to the evolution toward play-and-earn models.
An evolution of play-to-earn emphasizing fun gameplay first with optional earning. Addresses P2E sustainability concerns by making the game genuinely enjoyable rather than purely a farming mechanism.
Legislation governing personal data collection and use. Crypto businesses must balance compliance with KYC/AML requirements and user privacy rights under GDPR, CCPA, and other privacy frameworks.
The statistical variance in a mining pool's actual block discovery rate versus expected rate. A pool is 'lucky' when it finds more blocks than expected and 'unlucky' when it finds fewer.
The percentage a mining pool charges from mining rewards for operating the pool infrastructure. Typical fees range 1-3%. Lower fees mean more earnings for miners but may indicate less reliable service.
Pay Per Share — a mining pool payout method where miners earn a fixed reward for each valid share submitted, regardless of whether the pool finds a block. Provides consistent income but the pool bears variance risk.
Pay Per Last N Shares — a pool payout method distributing block rewards proportionally based on shares submitted in the recent window. Rewards are less consistent than PPS but the pool retains less.
The electricity used by mining hardware, measured in watts. Mining profitability depends heavily on electricity cost — the largest ongoing expense. Efficient miners maximize hash rate per watt (J/TH).
The time required for mining revenue to cover the initial hardware investment. Shorter payback periods reduce risk. Network difficulty increases and halvings extend payback periods over time.
The mining landscape after a halving event. Margins compress, older hardware becomes unprofitable, and only miners with the cheapest electricity and most efficient equipment survive.
Programmatic Proof of Work — a proposed mining algorithm designed to maximize GPU efficiency and resist ASICs. Was debated for Ethereum before the switch to proof-of-stake made it unnecessary.
A concept where mining computational effort serves a secondary useful purpose beyond securing the blockchain — protein folding, AI training, or scientific computation alongside block validation.
The minimum percentage of governance tokens that must participate in a vote for it to be valid. Prevents small minorities from making significant changes. Typically set at 4-10% of total supply.
A higher standard than accredited investor requiring $5M+ in investments. Some crypto fund offerings are limited to qualified purchasers under the Investment Company Act.
A scam where developers abandon a project and steal investors' funds by draining liquidity pools, dumping pre-mined tokens, or exploiting smart contract backdoors.
Another term for seed phrase — the mnemonic word sequence backing up your wallet. Entering it into a compatible wallet restores full access. The single most important piece of information for any crypto holder.
Government rules governing crypto activities: trading, issuance, custody, and taxation. Varies significantly by jurisdiction and is rapidly evolving with comprehensive frameworks emerging globally.
An L2 solution bundling many transactions off-chain and posting compressed proofs to the main chain. Inherits base-layer security while dramatically increasing throughput and cutting fees.
A price level where selling pressure historically prevents further advance. Resistance forms where sellers take profits. Breaking resistance often triggers rapid upward movement.
Relative Strength Index — a momentum oscillator measuring speed and magnitude of price changes on a 0-100 scale. Above 70 signals overbought conditions; below 30 signals oversold. One of the most used crypto indicators.
The potential profit versus potential loss of a trade. A 3:1 ratio means risking $1 to potentially make $3. Professional traders typically require at least 2:1 risk-reward before entering trades.
An automatic supply adjustment mechanism that increases or decreases all holders' token balances proportionally. Used by some algorithmic stablecoins and elastic-supply tokens.
A smart contract that finds and executes the optimal path for a token swap across multiple liquidity pools and DEXs. The routing algorithm considers prices, liquidity depth, and gas costs.
A liquidity position set within a specific price range on a concentrated liquidity DEX. Functions like a limit order that earns fees while waiting to execute. Falls out of range if price moves beyond bounds.
Using already-staked ETH to simultaneously secure additional protocols and services, earning extra yield. EigenLayer pioneered restaking, enabling staked ETH to validate oracles, bridges, and other middleware.
A systems programming language increasingly used in blockchain for its memory safety and performance. Solana smart contracts are written in Rust. Also used by Polkadot, Near, and many blockchain infrastructure tools.
A service that submits transactions on behalf of users, paying gas fees and getting reimbursed through other means. Relayers enable gasless transactions and abstract blockchain complexity from end users.
Remote Procedure Call — the communication protocol for interacting with blockchain nodes. Applications send JSON-RPC requests to nodes to read data, submit transactions, and query state. Alchemy and Infura provide RPC endpoints.
A ZK proof that verifies other ZK proofs, enabling proof composition and compression. Allows aggregating many proofs into one, reducing verification costs and enabling scalable ZK systems.
A hash in block headers summarizing all transaction receipts (logs, gas used, status) for that block. Used for efficient verification of event logs and transaction outcomes.
The act of removing a previously granted token approval, preventing a smart contract from accessing your tokens. Revoke.cash and Etherscan's token approval checker help manage and revoke approvals.
The practice of privately reporting discovered vulnerabilities to the project team before making them public. Gives developers time to fix issues before malicious actors can exploit them.
A smart contract vulnerability where an external contract calls back into the calling contract before the first execution completes. The 2016 DAO hack exploited reentrancy to drain $60M in ETH.
Tools and processes for evaluating whether a token or project shows signs of being a rug pull. Checks include contract code analysis, liquidity lock verification, ownership renouncement, and holder distribution.
Tools and heuristics for identifying potential rug pulls: unlocked liquidity, concentrated token holdings, unverified contracts, missing audits, anonymous teams, and unrealistic promises.
A cryptographic signature that could have been produced by any member of a group (ring) of signers. Used by Monero to hide the actual sender among decoy signers, providing transaction privacy.
How uncommon specific traits are within an NFT collection. Rare trait combinations make NFTs more valuable. Rarity tools calculate scores based on trait frequency to help collectors identify valuable pieces.
A percentage of secondary sale revenue automatically paid to the original NFT creator. Typically 2.5-10%. Royalty enforcement has weakened as marketplaces compete on lower fees.
A token standard on Bitcoin designed to replace BRC-20 with better efficiency. Runes use Bitcoin's UTXO model natively rather than JSON inscriptions, reducing network bloat while enabling Bitcoin tokens.
An Ordinals inscription that references other inscriptions, enabling composable on-chain content. Allows building complex applications, games, and multimedia experiences from smaller inscription components.
An NFT that can be temporarily delegated to another user without transferring ownership. ERC-4907 enables time-limited usage rights, useful for gaming assets, metaverse land, and subscription access.
The regulatory process of formally registering a crypto business with authorities. Requirements vary by jurisdiction: money transmitter licenses (US), VASP registration (EU), or specific crypto licenses.
A token or asset that has completed SEC registration, including full disclosure of business, financials, and risks. Very few crypto tokens have registered as securities due to the complex and costly process.
SEC Regulation D — provides exemptions from registration for private placements. Rule 506(b) and 506(c) are commonly used by crypto projects to raise funds from accredited investors.
SEC Regulation S — exempts offers and sales made outside the US from SEC registration. Some crypto token offerings use Reg S to sell to non-US investors while restricting US participation.
SEC Regulation A+ — allows public offerings up to $75M with simplified registration. Sometimes called a 'mini-IPO.' A few crypto projects have used Reg A+ for broader token distribution.
SEC Regulation Crowdfunding — allows companies to raise up to $5M from the general public through registered platforms. Some crypto projects use Reg CF for community-oriented fundraising.
Replace-By-Fee — a Bitcoin feature allowing an unconfirmed transaction to be replaced with a new version paying a higher fee. Useful for speeding up stuck transactions during high-fee periods.
Return on Investment — the time to recoup mining hardware costs through mining rewards. Depends on hardware efficiency, electricity cost, coin price, and network difficulty. Typically 6-18 months.
Cryptocurrency mining powered by renewable energy sources: hydroelectric, wind, solar, and geothermal. Addresses environmental concerns while often providing the cheapest electricity for mining operations.
Monero's ASIC-resistant proof-of-work algorithm optimized for general-purpose CPUs. Uses random program execution to prevent specialized hardware advantages, keeping mining accessible to everyday computers.
The smallest unit of Bitcoin, equal to 0.00000001 BTC. Named after Bitcoin's creator Satoshi Nakamoto, sats are the practical denomination as BTC's price increases.
A backward-compatible protocol upgrade where old software can still participate but may not validate new transaction types. Bitcoin's SegWit was a notable soft fork that improved transaction capacity.
Short for satoshi — the smallest Bitcoin unit (0.00000001 BTC). 'Stacking sats' means accumulating small Bitcoin amounts. Sats are the practical denomination for everyday transactions.
A 12 or 24-word backup of all wallet private keys, generated via the BIP-39 standard. Can restore your entire wallet on any compatible device. Must be stored securely offline — losing it means losing your funds.
Personally holding and managing your own private keys. A core crypto philosophy ensuring uncensorable control over your assets. Requires responsible key management and backup practices.
U.S. Securities and Exchange Commission — the primary American securities regulator. Has classified many tokens as securities and pursued enforcement actions against exchanges, issuers, and DeFi protocols.
A cryptocurrency pegged to stable assets, typically the US dollar. Types include fiat-backed (USDT, USDC), crypto-collateralized (DAI), and algorithmic. Stablecoins are the primary medium of exchange and liquidity in DeFi.
An independent blockchain running parallel to a main chain, connected via a two-way bridge. Has its own consensus and security — unlike rollups which inherit parent chain security.
Buying and selling cryptocurrencies for immediate delivery at current market prices. The simplest form of crypto trading where you own the actual asset, unlike derivatives.
A trade profiting from price declines. In crypto, shorting involves borrowing and selling an asset to buy it back cheaper later. Futures and margin trading enable short positions.
An automatic order to sell when price drops to a specified level, limiting potential losses. Essential risk management tool — professional traders always set stop losses to protect capital.
The difference between the best bid and best ask price. Tight spreads indicate liquid markets; wide spreads suggest low liquidity. Spreads represent the implicit cost of immediate trading.
The difference between expected and actual execution price. Occurs in volatile or illiquid markets when large orders move the price. DEX trades are particularly susceptible to slippage.
A price level where buying pressure historically prevents further decline. Support levels form because buyers view the price as attractive. Breaking support often triggers accelerated selling.
Simple Moving Average — the arithmetic mean of closing prices over a set period. Treats all data points equally. The 200-day SMA is the most important long-term trend indicator.
A momentum oscillator comparing a closing price to its price range over a period. Values range 0-100; above 80 is overbought, below 20 is oversold. Uses %K and %D lines for signal generation.
A rapid price increase forced by short sellers closing positions. As price rises, shorts face mounting losses and buy to cover, creating a feedback loop of accelerating upward pressure.
A measure of risk-adjusted returns: excess return divided by standard deviation. Higher Sharpe ratios indicate better returns per unit of risk. Above 1.0 is good; above 2.0 is excellent.
Holding positions for days to weeks to capture medium-term price movements. Combines technical and fundamental analysis with lower time commitment than day trading.
Ultra-short-term trading targeting tiny price movements over seconds to minutes. Requires low fees, high liquidity, and fast execution. Profits come from many small wins accumulating over time.
Self-executing code deployed on a blockchain that automatically enforces agreements when predefined conditions are met. The foundation of DeFi, NFTs, and dApps. Ethereum pioneered smart contracts in 2015.
Locking cryptocurrency to support blockchain operations (validation, security) in exchange for rewards. Proof-of-stake networks require validators to stake tokens. Returns typically range 4-15% APY depending on the network.
A penalty mechanism in PoS networks that destroys a portion of a validator's staked tokens for malicious behavior (double signing) or prolonged downtime. Slashing aligns validator incentives with network security.
An automated DeFi playbook executed by a vault — depositing into lending protocols, farming governance tokens, rebalancing positions, or compounding rewards to maximize returns.
A tokenized derivative that mirrors the price of a real-world or crypto asset without requiring ownership of the underlying. Enables trading stocks, commodities, and forex on-chain.
An MEV exploit where an attacker front-runs a user's DEX trade with a buy, lets the victim's trade push the price up, then sells at the inflated price — profiting at the user's expense.
An entity running algorithms to identify and extract MEV opportunities from the mempool — arbitrage, liquidations, and sandwich attacks. Searchers compete to capture value from pending transactions.
A model where multiple protocols share the security of a base layer rather than bootstrapping their own. Ethereum's restaking ecosystem and Polkadot's shared security model are leading implementations.
Splitting a blockchain into multiple parallel chains (shards) that process transactions simultaneously, dramatically increasing throughput. Each shard handles a subset of the network's workload. Ethereum's roadmap includes danksharding.
A wallet controlled by a smart contract rather than a simple private key. Supports programmable logic: multi-sig, spending limits, session keys, social recovery, and gas abstraction.
The most popular programming language for Ethereum smart contracts. Statically-typed, object-oriented, influenced by JavaScript and C++. Used to write DeFi protocols, NFTs, DAOs, and most EVM dApps.
An open API indexing blockchain data into a queryable format using The Graph protocol. Developers define what data to index and how to transform it. Subgraphs power most major DeFi frontends.
An off-chain scaling solution where participants transact privately, only submitting the final state to the blockchain. Enables instant, free transactions between parties. Bitcoin's Lightning Network uses state channels.
Simplified Payment Verification — a method allowing lightweight clients to verify transactions using Merkle proofs without a full copy of the blockchain. Described in Bitcoin's whitepaper for mobile wallet use.
A cryptographic hash summarizing the entire state of a blockchain at a specific block. Included in each block header, the state root enables verification that any account or storage data is correct.
The cryptographic method used to create and verify digital signatures on a blockchain. Different chains use different schemes: Bitcoin uses ECDSA, Ethereum supports ECDSA, and many newer chains use EdDSA.
A digital signature scheme enabling signature aggregation and multi-sig efficiency. Bitcoin's Taproot upgrade added Schnorr signatures, improving privacy and reducing multi-sig transaction costs.
A cryptographic scheme splitting a secret (like a private key) into multiple shares where a minimum threshold is needed to reconstruct it. 3-of-5 sharing means any 3 shares recover the key.
The specific elliptic curve used by Bitcoin and Ethereum for key generation and digital signatures. Chosen for its efficiency and security properties. The backbone of most blockchain cryptography.
Securely storing your wallet's recovery phrase offline. Best practices include metal backups (fire/water resistant), multiple locations, and never storing digitally. Losing your seed phrase means losing access permanently.
Manipulating people into revealing sensitive information or taking compromising actions. In crypto, includes impersonating support staff, fake investment groups, and urgency-based scams pressuring quick decisions.
An attack where a hacker transfers your phone number to their SIM card by social engineering your mobile carrier. Allows intercepting SMS 2FA codes and accessing accounts. Mitigated by hardware 2FA.
Tricking users into signing seemingly harmless messages that actually authorize token transfers or approvals. Common in fake NFT mints, airdrops, and dApp connection requests. Always read what you're signing.
Compromising a software dependency used by a target application. In crypto, attackers have injected malicious code into npm packages, Ledger's ConnectKit library, and other widely-used developer tools.
A professional security review of smart contract code by specialized firms (Certik, OpenZeppelin, Trail of Bits). Audits identify vulnerabilities before deployment but don't guarantee security.
A privacy technique generating a one-time address for each transaction. The receiver publishes a meta-address; senders derive unique addresses from it. Prevents linking multiple payments to the same recipient.
Splitting a seed phrase into multiple shares using Shamir's Secret Sharing. Requires a minimum threshold (e.g., 3-of-5) to reconstruct. Trezor supports Shamir Backup natively as SLIP-39.
A wallet recovery mechanism where trusted contacts (guardians) can collectively approve wallet restoration. Eliminates seed phrase dependency while maintaining self-custody through distributed trust.
Any NFT sale after the initial mint. The secondary market is where most NFT trading occurs. Creator royalties are earned from secondary sales, providing ongoing revenue to artists.
Buying multiple NFTs from a collection's floor price, rapidly purchasing the cheapest listings. Sweeping indicates strong buying interest and quickly raises the floor price. Whale sweeps signal conviction.
In Ordinals theory, specific satoshi ranges have historical significance (from early blocks, halving blocks, etc.) making them collectible. Rare sats are hunted and traded by collectors.
A non-transferable NFT permanently bound to a wallet address. Used for credentials, reputation, certifications, and identity. Proposed by Vitalik Buterin for building decentralized society.
Soulbound Token — a non-transferable token serving as a verifiable credential. SBTs represent achievements, memberships, or identity claims that should not be bought or sold.
A token issued by a creator, community, or brand representing social capital and access. Social tokens can gate content, enable governance, and create incentive alignment between creators and supporters.
The U.S. Securities and Exchange Commission — primary regulator of securities markets. Has classified many crypto tokens as unregistered securities and pursued enforcement against major exchanges.
Suspicious Activity Report — a report filed by financial institutions with regulators when transactions appear potentially related to money laundering, fraud, or other financial crimes.
Government-imposed restrictions prohibiting financial transactions with designated individuals, entities, or countries. OFAC sanctions apply to crypto — transacting with sanctioned addresses is a federal crime.
A token classified as a security under applicable law, subject to securities regulations. Security tokens represent investment contracts and must comply with registration or exemption requirements.
A financial instrument representing ownership, debt, or rights. In crypto, the SEC uses the Howey Test to determine if tokens are securities subject to registration and disclosure requirements.
A tax method identifying exactly which tokens are sold by their purchase lot. Provides maximum flexibility for tax optimization by choosing the most advantageous cost basis for each sale.
The US tax form summarizing total capital gains and losses from all sources including crypto. References Form 8949 details. Filed as part of the annual 1040 tax return.
The requirement that a business operating in a jurisdiction has genuine economic activity there — offices, employees, decision-making. Anti-avoidance rules require substance to prevent empty shell companies.
Emerging legal frameworks recognizing smart contracts as legally binding agreements. Some jurisdictions grant smart contracts equal legal status to traditional contracts under specific conditions.
Specific rules governing stablecoin issuance, reserves, and redemption. MiCA requires 1:1 reserve backing and restricts non-compliant stablecoins. US legislation is in development.
Tax treatment of staking rewards — most jurisdictions tax staking income when received at fair market value. Debate exists over whether staking creates new property (taxable) or is a return on existing property.
Mining independently without joining a pool. Offers full block rewards but with very inconsistent income — may go weeks or months without finding a block. Only viable with substantial hash rate.
A strategy where a miner withholds discovered blocks, releasing them strategically to waste other miners' work. Theoretically profitable for miners with >33% hash rate. A known but rarely observed attack vector.
The protocol used for communication between mining software and mining pools. Stratum V2 improves on V1 with better security, efficiency, and allows miners to construct their own block templates.
Energy produced in remote locations without adequate transmission infrastructure to reach consumers. Mining can monetize stranded energy (remote hydro, flared gas) that would otherwise be wasted.
Secure Hash Algorithm 256-bit — the cryptographic hash function used by Bitcoin's proof-of-work. Produces a fixed 256-bit output from any input. Bitcoin ASICs are designed specifically to compute SHA-256 rapidly.
A memory-intensive hash algorithm used by Litecoin and Dogecoin. Originally designed to be ASIC-resistant (requiring significant RAM), though Scrypt ASICs were eventually developed.
A separate blockchain for testing and development without risking real funds. Testnet tokens have no monetary value. Examples include Bitcoin Testnet and Ethereum's Sepolia network.
The economic design of a cryptocurrency: supply schedule, distribution, inflation/deflation mechanisms, utility, governance, and incentive structures. Sound tokenomics align interests of all stakeholders.
All coins that currently exist, including reserves and locked tokens, but excluding permanently burned coins. Always greater than or equal to circulating supply.
The recorded time of block creation. Ensures chronological ordering and is critical for time-locked contracts, protocol rules, and difficulty adjustments.
Operating without requiring trust between participants or in a central authority. Blockchain enables trustless interactions through cryptographic proofs and consensus, allowing strangers to transact securely.
An automatic order to sell when price reaches a target level, securing gains. Used with stop losses to create a complete trade plan with defined risk-reward parameters.
A dynamic stop loss that moves with the price in your favor but stays fixed when price reverses. Locks in profits during strong trends while allowing positions to ride momentum.
A straight line connecting successive highs (downtrend) or lows (uptrend) on a chart. Trend lines help identify the market's direction and potential reversal points.
A consolidation pattern with converging trend lines. Ascending triangles are bullish, descending are bearish, and symmetrical can break either way. Volume typically decreases during formation and surges on breakout.
Total Value Locked — the total dollar value of assets deposited in a DeFi protocol or across all of DeFi. TVL is the primary metric for measuring DeFi adoption and protocol size.
A smart contract delay between a governance vote passing and the approved changes taking effect. Gives users time to exit if they disagree with changes. Typical delays: 24-72 hours.
A pool of funds managed by a DAO or protocol, typically holding native tokens, stablecoins, and strategic assets. Treasuries fund development, grants, liquidity incentives, and operational expenses.
Permanently removing tokens from circulation by sending them to an unrecoverable address. Burns reduce supply, potentially increasing value per remaining token. Ethereum burns ETH through EIP-1559.
A BFT consensus engine providing instant finality used by Cosmos ecosystem chains. Validators take turns proposing blocks with 2/3+ approval required. Powers the Inter-Blockchain Communication protocol.
A proxy pattern where the admin and users interact with different implementations. Admin calls go to the proxy's upgrade functions; user calls are delegated to the implementation. OpenZeppelin's most common pattern.
Time-Weighted Average Price — the average price of an asset over a specified time period. Used by DEXs and oracles to provide manipulation-resistant pricing by smoothing out short-term volatility.
A Merkle root hash of all transactions in a block. Enables efficient proof that a specific transaction was included in a block without downloading all transactions.
A signature scheme requiring a minimum number (threshold) of participants to sign. A 3-of-5 threshold means any 3 of 5 keyholders can authorize. More efficient on-chain than traditional multi-sig.
Time-based One-Time Password — a 2FA method generating 6-digit codes that change every 30 seconds. More secure than SMS-based 2FA because it's not vulnerable to SIM swap attacks.
Permission granted to a smart contract to spend tokens from your wallet. Required for DEX trades and DeFi interactions. Each approval is per-token, per-contract. Review and revoke regularly.
Previewing the exact outcome of a transaction before signing it. Tools like Tenderly, Pocket Universe, and Wallet Guard simulate transactions showing token balance changes, helping detect malicious actions.
The Onion Router — a privacy network routing traffic through multiple encrypted relays. Provides stronger anonymity than VPNs. Some crypto wallets and nodes can connect through Tor for enhanced privacy.
An Ethereum mixer using zero-knowledge proofs to break transaction links. Sanctioned by the US Treasury in 2022, making its use illegal for US persons. The sanctions sparked major crypto privacy debates.
The link pointing to an NFT's metadata file, typically a JSON document containing the name, description, image URL, and attributes. Can point to IPFS, Arweave, or centralized servers.
An individual attribute of an NFT within a collection — background color, clothing, accessories, expression. Each trait has a frequency percentage. Rare traits significantly increase an NFT's value.
Moving an NFT from one wallet to another. Can be a sale, gift, or movement between your own wallets. Transfers are recorded on-chain and change the token's ownership record.
A blockchain-based event ticket that prevents counterfeiting, enables secondary market trading with creator royalties, and can evolve into a collectible commemorating attendance.
A FATF requirement that financial institutions share originator and beneficiary information for transfers above a threshold. Applied to crypto, VASPs must exchange customer data for qualifying transactions.
An entity maintaining records of security ownership and managing transfers. Token issuers of security tokens may need registered transfer agents to track ownership and ensure compliance.
Regulatory requirements to report crypto gains, losses, and transactions to tax authorities. Many jurisdictions require exchanges to report user activities, and individuals must track and report their own trading.
Strategically selling crypto at a loss to offset capital gains, reducing tax liability. The sold asset can potentially be repurchased (subject to wash sale rules in some jurisdictions).
International agreements between countries governing tax treatment, information sharing, and regulatory cooperation for financial services including crypto activities.
A jurisdiction with minimal or zero tax on crypto gains. Popular among crypto entities: UAE, Singapore, Portugal (historically), Cayman Islands. Tax planning must comply with home country rules.
The legal categorization of tokens as securities, commodities, currencies, or utility tokens. Classification determines which regulations apply and which agencies have oversight authority.
Payment from users to miners/validators for including their transaction in a block. Fees incentivize transaction processing and become increasingly important as block rewards decrease through halvings.
Automatic performance reduction when mining hardware reaches unsafe temperatures. Proper cooling (fans, immersion) prevents throttling and maintains maximum hash rate. A critical concern for mining operations.
Ethereum's term for valid blocks not in the main chain. Unlike Bitcoin orphans, uncle blocks receive partial rewards, incentivizing mining participation even with occasional missed blocks.
Withdrawing previously staked cryptocurrency. Most protocols impose an unbonding period (7-28 days) during which tokens are locked and earn no rewards, discouraging frequent unstaking.
The EIP-4337 equivalent of a transaction — a data structure describing a user's intended action. UserOps are sent to bundlers rather than directly to the mempool, enabling smart wallet features.
Universal Upgradeable Proxy Standard — an upgrade pattern where the upgrade logic resides in the implementation contract rather than the proxy. More gas-efficient than transparent proxies with smaller proxy contracts.
Reversing a wrap to restore an NFT to its original form. Unwrapping recovers the original token from its wrapped representation.
A token providing access to a product or service rather than representing an investment. Utility tokens may avoid securities classification but the distinction is often legally contested.
A cryptographic proof demonstrating computation correctness without revealing underlying data. Used by ZK-rollups to prove all batched transactions were executed correctly.
The total amount of a cryptocurrency traded within a specific period, usually 24 hours. High volume indicates strong interest and liquidity; low volume suggests weak conviction and potential for manipulation.
The degree of price fluctuation over time. Crypto is notably volatile — Bitcoin can move 5-10% daily. Measured by metrics like standard deviation and implied volatility from options markets.
A chart overlay showing traded volume at each price level rather than over time. Reveals where the most trading activity occurred, identifying key support/resistance zones called Value Areas.
Volume Weighted Average Price — the average price weighted by volume throughout a trading session. Institutional benchmark: buying below VWAP is considered getting a good price; above VWAP is expensive.
A node operator who stakes tokens and participates in block production and transaction verification on proof-of-stake networks. Validators earn rewards but face slashing penalties for misbehavior or downtime.
The act of using governance tokens to approve or reject protocol proposals. Voting power is typically proportional to token holdings. Some protocols use quadratic voting to balance influence.
A schedule that gradually releases tokens over time rather than all at once. Prevents team members and early investors from dumping tokens immediately. Typical vesting: 1-4 years with a cliff period.
A smart contract that holds deposited assets and executes a specific strategy — yield farming, lending, liquidity provision, or auto-compounding. Yearn Finance popularized DeFi vaults.
A Python-inspired smart contract language for Ethereum emphasizing simplicity, security, and auditability. Deliberately lacks features like inheritance and operator overloading to reduce attack surface.
Verifiable Random Function — a cryptographic function generating provably random numbers on-chain. Chainlink VRF is used by games, NFT mints, and lotteries that require tamper-proof randomness.
A cryptographic proof submitted to Layer 1 confirming that all transactions in a rollup batch are correct. ZK-rollups generate validity proofs; optimistic rollups use fraud proofs instead.
A proposed replacement for Ethereum's Patricia tries using vector commitments for smaller proofs. Verkle trees dramatically reduce the data needed for stateless clients, enabling lighter validators.
A weakness in code, architecture, or process that can be exploited. Smart contract vulnerabilities include reentrancy, integer overflow, missing access controls, and price oracle manipulation.
Virtual Private Network — encrypts internet traffic and masks your IP address. Essential for crypto privacy, especially when using public WiFi. Choose a no-log VPN provider that accepts crypto payments.
NFT-based parcels in blockchain metaverses like The Sandbox, Decentraland, and Otherside. Owners can build experiences, host events, and monetize their land. Prices vary from dollars to millions.
An NFT containing or representing video content. Enables creators to sell limited edition video art, clips, and experiences. Platforms include Glass Protocol and LivePeer.
Virtual Asset Service Provider — the international regulatory term for businesses providing crypto-related services: exchanges, custodians, and transfer services. VASPs must comply with FATF recommendations.
A technical document explaining a project's technology, purpose, tokenomics, and roadmap. Satoshi Nakamoto's 2008 Bitcoin whitepaper established the foundation for the entire cryptocurrency industry.
An entity holding enough cryptocurrency to influence market prices through trades. Bitcoin whales hold 1,000+ BTC. Their movements are closely tracked by on-chain analysts as leading indicators.
We're All Gonna Make It — an optimistic crypto community slogan expressing collective confidence. Used to boost morale during volatile markets and celebrate shared wins.
The smallest Ether denomination, equal to 10⁻¹⁸ ETH. Named after cryptographer Wei Dai. All ETH values in smart contracts are internally denominated in wei for precision.
Software or hardware storing private keys to manage cryptocurrency. Wallets don't store coins directly — they store the keys proving ownership of coins on the blockchain.
A pattern where price converges between two trend lines. Rising wedges are typically bearish; falling wedges are typically bullish. The breakout direction determines the trade.
A market analysis methodology developed by Richard Wyckoff identifying four market phases: accumulation, markup, distribution, and markdown. Used to understand smart money behavior through price and volume analysis.
The percentage of trades that are profitable. A high win rate alone doesn't guarantee profitability — it must be combined with favorable risk-reward ratios. 40-60% win rates are typical for successful traders.
A token on one blockchain representing an asset from another chain. WBTC is Bitcoin wrapped as an ERC-20 on Ethereum. Wrapping enables cross-chain asset usage in DeFi protocols.
A persistent two-way communication protocol enabling real-time blockchain data streaming. Unlike HTTP polling, WebSockets push new blocks, transactions, and events to clients instantly.
An ethical hacker who discovers vulnerabilities and reports them responsibly or returns exploited funds. White hat hackers have saved hundreds of millions in DeFi by intervening during active exploits.
Converting an NFT to a different standard — e.g., wrapping a CryptoPunk (non-standard) as an ERC-721 to use in DeFi. Wrapping enables interoperability with standard marketplace and protocol infrastructure.
A digital fashion item or accessory for metaverse avatars. NFT wearables can be designed, traded, and worn across virtual worlds. Digital fashion is an emerging creator economy.
Selling an asset at a loss and repurchasing it shortly after to claim the tax deduction while maintaining the position. Some jurisdictions have wash sale rules for crypto; others don't yet (varies by country).
Strategically moving crypto across DeFi protocols to maximize returns through trading fees, governance token rewards, and interest. Can involve complex multi-protocol strategies with varying risk levels.
A physical security key providing hardware-based 2FA via USB or NFC. Phishing-resistant because authentication requires physical presence of the key. The gold standard for account security.
An L2 using zero-knowledge proofs to cryptographically verify transaction batches before main-chain submission. Offers faster finality than optimistic rollups. Used by zkSync Era and StarkNet.
A cryptographic method proving a statement is true without revealing the underlying information. ZKPs enable privacy and scalability: proving transactions are valid without exposing amounts, addresses, or other details.
Zero-Knowledge Succinct Non-Interactive Argument of Knowledge — compact ZK proofs that are small and fast to verify. Used by Zcash for privacy and by ZK-rollups for Ethereum scaling. Requires a trusted setup.
Zero-Knowledge Scalable Transparent Argument of Knowledge — ZK proofs that don't require a trusted setup and are quantum-resistant. Larger than SNARKs but more secure. Used by StarkNet.
A property of proof systems where one party proves knowledge of information without revealing the information itself. Enables privacy (proving you have enough funds without showing your balance) and scalability.