Glossary
Comprehensive glossary of terms
91 termsKnowledge map
Drag nodes, hover to see connections, click to jump to the definition.A
- Address
- A blockchain address is a unique string of characters that works like an account number, telling the network exactly where to send cryptocurrency. It's generated from your public key through cryptographic hashing, which means sharing it publicly doesn't expose the private key that proves you own the funds. Anyone can send crypto to an address, but only the person holding the matching private key can spend what's there. A Bitcoin address looks something like `1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa`, and you'd hand it out the same way you'd share an email address.
- Airdrop
- An airdrop is when a blockchain project sends free tokens directly to wallet addresses, usually to reward early users or drum up attention for a new protocol. To qualify, you often need to already hold a specific token or complete small tasks like following a social account. Uniswap's 2020 airdrop is a good example: every wallet that had ever used the platform received 400 UNI tokens, worth roughly $1,200 at the time, giving real users an actual stake in governing the protocol.
- Algorithm
- In blockchain, an algorithm is the set of mathematical rules that determines how transactions get verified and how new blocks join the chain. It's what lets thousands of strangers agree on a single version of the ledger without trusting each other, a process called consensus. Bitcoin runs on the SHA-256 algorithm, which powers its Proof of Work system: computers race to solve a computationally hard puzzle, and whoever wins adds the next block and earns a Bitcoin reward.
- Altcoin
- Altcoin is shorthand for any cryptocurrency that isn't Bitcoin. Because Bitcoin came first, everything built afterward on different networks with different goals gets that label. Some altcoins aim for faster transactions, others power entire ecosystems of decentralized apps. Ethereum is probably the most well-known example; it introduced smart contracts, self-executing agreements written directly into the blockchain, which let developers build applications without handing control to a central company.
- AML
- AML, or Anti-Money Laundering, refers to the rules and procedures that stop criminals from running dirty money through crypto systems to make it look legitimate. Because blockchain transactions are pseudonymous, bad actors have tried to obscure the origin of funds by bouncing them through chains of addresses or swapping between coins. To counter this, regulators require exchanges to run KYC identity checks, monitor transactions, and report suspicious activity. If a user on an exchange suddenly fans out 50 large transfers to dozens of unknown wallets in a short window, an AML system would flag that pattern and likely freeze the account until someone can explain it.
- Arbitrage
- Crypto arbitrage is buying a digital asset on one exchange where it's priced lower and selling it on another where it's priced higher, capturing the gap as profit. Because crypto trades across hundreds of independent platforms simultaneously, small price differences open up constantly. If Bitcoin sits at $60,000 on Exchange A and $60,300 on Exchange B, a trader who buys on A and sells on B nets $300 per coin before fees. Those windows close fast, though, because traders piling in quickly push prices back into alignment.
- ATH
- ATH stands for All-Time High, the single highest price a cryptocurrency has ever traded at. Investors use it as a reference point to understand where current prices stand relative to peak value. If Bitcoin's ATH is $73,000 and it's trading at $60,000 today, it's still below ATH. When a coin punches through its previous record and sets a new one, traders say it's in price discovery, meaning there's no historical ceiling left to act as resistance.
- Atomic Swap
- An atomic swap lets two people trade different cryptocurrencies directly with each other, no exchange required. What makes it trustworthy is the "atomic" guarantee: the trade either completes for both sides or cancels entirely, so there's no way one person loses their coins while the other walks away empty-handed. This is enforced by a Hash Time-Locked Contract, a time-limited cryptographic lock that requires both parties to confirm within a set window. In practice, if Alice swaps Bitcoin for Bob's Litecoin and Bob claims the Bitcoin, that act automatically reveals the secret Alice needs to claim her Litecoin. If either party stalls, both coins return to their original owners.
B
- Bear Market
- A bear market is a sustained price decline, generally 20% or more from recent highs, where fear and negative sentiment drive investors to sell, which pushes prices down further in a self-reinforcing loop. Crypto bear markets can be brutal. Bitcoin hit roughly $69,000 in November 2021 and was sitting near $16,000 by late 2022, a drop of over 75%. These periods can drag on for months or years, and while they're painful for anyone who bought near the top, long-term investors often treat them as a chance to accumulate at lower prices.
- Bitcoin
- Bitcoin is a decentralized digital currency with no bank or government behind it, relying instead on a public ledger called the blockchain to record every transaction across a network of computers worldwide. Satoshi Nakamoto, an anonymous person or group, launched it in 2009. Miners verify transactions by solving complex mathematical puzzles, which earns them newly created Bitcoin and keeps the network honest. So if you send 0.01 BTC to a friend, that transfer gets broadcast to the network, confirmed by miners, and written permanently into the blockchain where anyone can audit it but nobody can erase it.
- Block
- A block is a batch of recent transactions bundled together and permanently written to the blockchain, the shared ledger maintained by thousands of computers at once. Each block carries a timestamp, its transaction data, and a cryptographic fingerprint of the block before it, which is exactly how the chain holds together. Alter one block and every block after it breaks, which makes tampering obvious and effectively pointless. When you send Bitcoin to someone, your transaction gets grouped with others into a block, verified by the network, and appended to the chain for anyone to inspect.
- Blockchain
- A blockchain is a shared digital ledger stored simultaneously on thousands of computers, where records are grouped into blocks and each block is cryptographically locked to the one before it. No single person or company controls it, and rewriting history would mean redoing the cryptographic work on every subsequent block across all those machines at once. When you send Bitcoin to someone, that transaction gets bundled into a block, verified by the network, and added to the chain permanently, visible to anyone and practically impossible to alter after the fact.
- Block Explorer
- A block explorer is a website that lets you search the blockchain the same way Google lets you search the web, showing transaction histories, wallet balances, and confirmation statuses for any entry on the ledger. It works because blockchain data is public by design, so anyone can read it without special access. Send some Bitcoin and you can immediately paste the transaction ID into a tool like blockchain.com to see whether miners have confirmed it and how many blocks have been added on top of it since.
- Block Reward
- A block reward is the cryptocurrency a miner earns for successfully adding a new block of transactions to the chain, and it's the main incentive that keeps networks like Bitcoin running. It combines freshly created coins with the transaction fees users paid for that batch of transfers. Bitcoin launched with a 50 BTC reward per block, but that amount halves roughly every four years through a scheduled event called the halving. As of 2024, miners earn 3.125 BTC per block.
- Bull Market
- A bull market is a sustained stretch where crypto prices keep climbing and investors broadly expect them to climb further, usually defined as a rise of 20% or more from recent lows. Positive sentiment feeds on itself during these periods: rising prices attract more buyers, which pushes prices higher still. The 2020 to 2021 cycle is a clear example, with Bitcoin running from around $10,000 all the way to nearly $69,000 as institutional money entered and retail interest surged.
- Byzantine Fault Tolerance
- Byzantine Fault Tolerance is a network's ability to keep reaching correct decisions even when some of its participants are lying, crashing, or actively trying to cause chaos. The name comes from a thought experiment about generals who must coordinate an attack despite knowing some of their own number are traitors. In blockchain terms, it means the network can still agree on which transactions are valid even if a portion of nodes go rogue. Tendermint, the consensus engine behind Cosmos, is a practical example: as long as fewer than one third of validators are acting dishonestly, the rest can agree on the true state of the ledger and reject any fraudulent transactions.
C
- CeFi
- CeFi, short for Centralized Finance, means crypto services run by a company that acts as an intermediary, holding your funds and managing transactions on your behalf much like a traditional bank does. Unlike decentralized protocols where smart contracts run autonomously, CeFi requires you to trust that the company is managing your assets responsibly and won't misuse them. Coinbase and Binance are the clearest examples: you deposit crypto, the exchange holds the private keys that prove ownership, and you interact through their interface. You get convenience and customer support in exchange for giving up direct control over your funds.
- Cold Wallet
- A cold wallet stores your private keys completely offline, which means malware and remote hackers simply have no path to reach them. It's widely considered the safest way to hold crypto you don't plan to move anytime soon. Ledger and Trezor make the most popular versions, small hardware devices that store your keys and sign transactions internally without ever exposing them to your computer or the internet. If you're holding a meaningful amount of Bitcoin, keeping it on a hardware wallet rather than an exchange is the obvious call.
- Consensus Mechanism
- A consensus mechanism is how a decentralized network gets thousands of independent computers to agree on which transactions are valid and in what order they happened, with no central authority calling the shots. It's really solving the fundamental question of how strangers trust a shared record. Bitcoin's approach is Proof of Work, where miners race to solve a mathematical puzzle and the winner earns the right to add the next block, making fraud so computationally expensive it's not worth attempting. Ethereum takes a different route with Proof of Stake, where validators lock up their own cryptocurrency as collateral and lose it if they try to cheat.
- Cryptocurrency
- Cryptocurrency is digital money secured by cryptography rather than by a government or bank. It runs on a blockchain, a decentralized network of computers that collectively verify and record every transaction according to shared rules, so no single authority can manipulate the ledger. Bitcoin is the most well-known example: two people anywhere in the world can send value directly to each other without a bank processing or approving the transfer.
- Cryptography
- Cryptography is the use of mathematical techniques to secure information, making it unreadable to anyone who doesn't hold the right key. In crypto, it does two things: it ensures transactions can't be tampered with, and it proves ownership without leaking private data. When you send Bitcoin, your private key generates a digital signature that confirms you authorized the transaction without ever exposing the key itself, which is how a public, trustless network stays secure without a bank overseeing it.
D
- DAO
- A DAO (Decentralized Autonomous Organization) is an organization whose rules live in smart contracts on a blockchain rather than in the hands of a CEO or board. Members hold governance tokens that carry voting rights on decisions like how to allocate funds or update the protocol's rules. MakerDAO is a working example: holders of the MKR token vote on parameters of the DAI stablecoin system, including interest rates and acceptable collateral types, and because those rules run on a public blockchain, no single person can override the outcome.
- DApp
- A DApp (Decentralized Application) runs on a blockchain instead of servers owned by a company, so there's no central authority that controls or can shut it down. Its logic lives in smart contracts, code stored on-chain that executes automatically when certain conditions are met. Uniswap is a good example: it lets users swap cryptocurrencies peer-to-peer through smart contracts, with no exchange company sitting in the middle. Even if the original developers disappeared tomorrow, the protocol would keep running.
- DeFi
- DeFi, short for Decentralized Finance, is financial services rebuilt on blockchain networks without banks, brokers, or any traditional intermediary. Smart contracts handle the rules automatically, so the process is code-enforced rather than institution-enforced. On Aave, for instance, you can lend your crypto and earn interest directly from borrowers with no bank taking a cut. Anyone with an internet connection and a crypto wallet can participate, regardless of where they live or whether they have a bank account.
- DEX
- A DEX (Decentralized Exchange) lets you trade cryptocurrencies directly from your own wallet, without handing custody of your funds to a central company. Smart contracts handle trade execution automatically, so there's no exchange holding your money or approving your transactions. On Uniswap, you can swap ETH for USDC straight from your wallet and the contract settles it instantly. The tradeoff is real: you stay in control of your funds at all times, but there's no customer support team to call if something goes wrong.
- Digital Signature
- A digital signature is a cryptographic proof that a specific party authorized a message or transaction, without exposing their secret key. It relies on a key pair: your private key signs the data, and your public key lets anyone verify that signature is genuine. When you send Bitcoin, your wallet signs the transaction with your private key, and the network checks it against your public key before approving the transfer. Nobody can forge your signature or alter the transaction data after it's been signed.
- Double Spend
- A double spend is an attempt to spend the same cryptocurrency twice, essentially reusing digital money that should only exist in one place. Physical cash can't be copied, but digital data can, so blockchain networks use consensus mechanisms to confirm each transaction is valid before it becomes permanent. If Alice has 1 Bitcoin and tries to send it to both Bob and Carol at the same time, the network accepts one transaction and rejects the other. Bitcoin's proof-of-work system makes rewriting transaction history computationally expensive, which is what makes a successful double spend so difficult in practice.
- DYOR
- DYOR stands for "Do Your Own Research," a straightforward warning that you shouldn't make investment or technical decisions based on social media hype or influencer tips alone. It means reading a project's whitepaper, checking the team's track record, and understanding the tokenomics before putting any money in. Before buying a token someone promoted on Reddit, a DYOR approach means pulling up the project's GitHub to check for real development activity, looking up the founders, and verifying the contract on a block explorer like Etherscan rather than taking the post at face value.
E
- Encryption
- Encryption converts readable data into a scrambled format using mathematical algorithms, so only someone with the right key can decode it. In blockchain, it secures transactions and protects wallet ownership: when you send Bitcoin, your private key encrypts a digital signature proving you authorized the transfer without revealing the key itself. Transaction data can be publicly visible on the blockchain while still being secure, because only the intended recipient can access the funds.
- ERC-20
- ERC-20 is a technical standard for creating fungible tokens on Ethereum, meaning every token of the same type is identical and interchangeable, the same way one dollar bill is worth exactly as much as any other. It defines a shared set of rules for things like transferring tokens and tracking balances, so any ERC-20 token works automatically with wallets, exchanges, and other smart contracts without needing custom integration. USDC, the digital dollar stablecoin, is a good example: because it follows the ERC-20 standard, you can store it in the same Ethereum wallet you use for any other token and trade it on decentralized exchanges without any special setup.
F
- Fiat Currency
- Fiat currency is government-issued money that holds value because a government declares it legal tender, not because it's backed by something physical like gold. In crypto, the term mostly comes up to distinguish traditional money from decentralized digital assets. When you buy Bitcoin on an exchange using US dollars or euros, those dollars and euros are fiat. Unlike Bitcoin, which has a fixed supply baked into its code, fiat currency can be printed in unlimited quantities by central banks, and that's a big reason many people look to crypto as an alternative store of value.
- Fork
- A fork happens when a blockchain's software protocol changes in a way that causes the chain to split into two separate paths. Soft forks are backward-compatible, so older nodes can still participate, but a hard fork creates a permanent split where nodes must upgrade or stay stuck on the old chain. Bitcoin Cash is a textbook example: in 2017, developers hard-forked Bitcoin to increase the block size limit, and the result was two separate currencies, the original Bitcoin (BTC) and the new Bitcoin Cash (BCH), each continuing on its own chain from that point forward.
- FUD
- FUD stands for Fear, Uncertainty, and Doubt, and it describes the spread of negative or misleading information designed to make people distrust or sell a cryptocurrency. It can be deliberate manipulation or just unverified rumors that take on a life of their own. A false report that a government is banning Bitcoin, for instance, can trigger panic selling and a sharp price drop before anyone confirms whether it's actually true. Spotting FUD is a useful skill; it trains you to verify claims before making emotional decisions.
G
- Gas
- Gas measures the computational effort required to execute operations on Ethereum, and it's the fee you pay validators, the computers that process and confirm transactions, to compensate them for the resources they use. The more complex the operation, the more gas it takes. A simple ETH transfer costs around 21,000 gas units, while interacting with a smart contract can run several times higher depending on how much computation the contract requires.
- Genesis Block
- The Genesis Block is the very first block in a blockchain, the foundation everything else is built on. Every block references the one before it, but the Genesis Block has no predecessor, so it's hardcoded directly into the software. Bitcoin's Genesis Block, created by Satoshi Nakamoto on January 3, 2009, includes the message 'The Times 03/Jan/2009 Chancellor on brink of second bailout for banks' as both a timestamp and a pointed piece of commentary. Because it's embedded in the software itself, it's permanent and serves as the anchor of trust for the entire chain.
H
- Hash
- A hash is a fixed-length string of characters produced by running data through a mathematical function called a hash algorithm. No matter how large or small the input is, the output is always the same length, and even a one-character change produces a completely different result. That property makes hashes essential for blockchain integrity: each block stores the hash of the block before it, so tampering with any block changes its hash and breaks the chain. Change 'Hello' to 'hello' in SHA-256, for example, and you get an entirely different hash, making any forgery immediately detectable.
- Hash Rate
- Hash rate measures the computational power a network or a single mining device is throwing at the work of processing transactions and securing a blockchain. It counts how many cryptographic calculations, called hashes, can be performed per second. A higher hash rate means a more secure network, because an attacker would need to out-compute every honest participant combined. A Bitcoin miner running at 100 terahashes per second (TH/s) is performing 100 trillion calculations every second just trying to find the next valid block.
- HODL
- HODL started as a typo in a 2013 Bitcoin forum post where someone misspelled 'hold,' and the crypto community liked it enough to keep it. It means holding your cryptocurrency through price swings rather than selling, based on the belief that long-term conviction beats trying to time the market. Anyone who bought Bitcoin in 2017 and HODLed through the 80% crash in 2018 would have seen serious gains by 2021, compared to someone who panic-sold near the bottom.
- Hot Wallet
- A hot wallet is a cryptocurrency wallet that's connected to the internet, which makes it convenient for frequent transactions but more exposed to hacks and theft than an offline alternative. Think of it like carrying cash in your pocket instead of locking it in a safe. When you store Bitcoin on an exchange like Coinbase or in a browser wallet like MetaMask, that balance sits in a hot wallet: quick to access and spend, but facing the same online threats any internet-connected account does.
I
- ICO
- An ICO, or Initial Coin Offering, is how blockchain projects raise money by selling newly created tokens to early investors, usually in exchange for Bitcoin or Ethereum. Think of it as the crypto version of an IPO, except buyers get digital tokens instead of shares, and those tokens might grant access to a future product or service. Ethereum did exactly this in 2014, selling ETH to supporters before the network even launched and using that capital to build the platform. It worked out, but plenty of ICOs don't, so the risk is real.
- Impermanent Loss
- Impermanent loss is what happens to liquidity providers in an AMM pool like Uniswap when the price ratio of their deposited tokens drifts from what it was at deposit time. The "impermanent" part means the loss can vanish if prices return to their original ratio, but lock in a withdrawal while they're still diverged and it becomes permanent. Say you deposit ETH and USDC into a 50/50 pool when ETH is worth $1,000, then ETH climbs to $2,000. The pool automatically sells some of your ETH to rebalance, so you end up holding less ETH than if you'd just kept it in your wallet, and that gap in value is your impermanent loss.
K
- KYC
- KYC stands for "Know Your Customer," and it's the identity verification process exchanges run before letting you trade or withdraw funds. You'll typically submit a government-issued ID, proof of address, and sometimes a selfie. Regulators require it to keep money laundering and fraud off the platform. When you sign up for Coinbase and upload a passport photo before your first trade, that's KYC.
L
- Layer 1
- A Layer 1 is the base blockchain itself, the foundational protocol responsible for transaction validation, consensus, and storing data directly on-chain. It sets the ground rules: how blocks get added, how the network stays secure, and what everyone else builds on top of. Bitcoin and Ethereum are the clearest examples. When you send ETH directly on the Ethereum network, that transaction settles on Layer 1. Layer 2 solutions sit on top of L1s to improve speed or cut costs, but they always rely on the L1 for final security and settlement.
- Layer 2
- A Layer 2 is a secondary network built on top of a base blockchain that processes transactions off the main chain, then periodically settles the final results back to it. The idea is to let the Layer 1 focus on security and decentralization while the Layer 2 handles the transaction volume. Bitcoin's Lightning Network is the classic example: two users open a private payment channel, exchange thousands of transactions instantly and cheaply, then close the channel so only the final balance gets recorded on the Bitcoin blockchain.
- Leverage
- Leverage means borrowing funds to control a position larger than your own capital would allow. It's expressed as a ratio, so 10x leverage lets you control $10,000 worth of crypto with just $1,000 of your own money. That cuts both ways: a 10% price move in your favor doubles your money, but a 10% move against you wipes it out entirely. Most exchanges protect themselves by automatically liquidating your position before your losses exceed what you deposited.
- Lightning Network
- The Lightning Network is a Layer 2 payment protocol built on Bitcoin that lets two parties open a private channel and send transactions back and forth instantly with near-zero fees, no main-chain recording required. Only the opening and closing of the channel actually hit the blockchain. Imagine you and a coffee shop each load $50 worth of Bitcoin into a shared channel. You could buy coffee there every day for months, and only the final balance ever gets settled on-chain. That makes tiny, frequent payments practical on Bitcoin, which on its own has slower confirmations and fees that don't suit $4 purchases.
- Liquidity
- Liquidity is how easily you can buy or sell a cryptocurrency without moving its price. In a highly liquid market, lots of buyers and sellers are active, so large trades clear quickly at stable prices. In a low-liquidity market, a single mid-sized order can send the price swinging. Bitcoin is the clearest example of high liquidity: you can sell $10,000 worth in seconds near the current price. A newly launched token with a thin order book might drop 20% just from one moderately sized sell.
M
- Mainnet
- Mainnet, short for main network, is the live blockchain where real transactions happen and the cryptocurrency carries actual monetary value. It's the production environment, as opposed to a testnet, which is a sandbox developers use to experiment with tokens that are worth nothing. Every Bitcoin transaction you've ever sent happened on the Bitcoin mainnet, permanent, public, and involving real money. For any blockchain project, a mainnet launch is a significant milestone, a signal that the team believes the technology is ready for the real world.
- Market Cap
- Market cap is the total value of a cryptocurrency, calculated by multiplying the current price by the number of coins in circulation. It's a fast way to compare the relative size of different assets without getting distracted by price alone. A coin priced at $10 with 100 million coins in circulation has a $1 billion market cap. That matters because a token trading at $0.001 with 10 trillion units outstanding can represent a much larger network than an expensive coin with limited supply, and market cap makes that comparison clear.
- Mempool
- Short for "memory pool," the mempool is a holding area where unconfirmed transactions wait before a miner or validator picks them up and writes them into a block. Think of it as a queue where fee size determines your place in line. During periods of heavy network traffic, a low-fee Bitcoin transaction can sit there for hours while thousands of higher-paying transactions jump ahead, and if congestion gets bad enough, it may get dropped entirely.
- Merkle Tree
- A Merkle tree is a hash-based data structure that lets you verify whether a specific piece of data belongs to a larger set without examining the whole thing. Every transaction in a Bitcoin block gets hashed, those hashes get paired and hashed again, and the process repeats until you're left with one value called the Merkle root, stored in the block header. That design means a lightweight wallet can confirm a transaction exists in a block by checking just a handful of hashes along the path to the root, rather than downloading the entire block.
- Mining
- Mining is how new transactions get validated and permanently recorded on a proof-of-work blockchain, with miners competing to solve a computationally hard puzzle in exchange for a cryptocurrency reward. Solving the puzzle is expensive by design: it's what makes double-spending impractical and keeps the ledger trustworthy. When you send Bitcoin to someone, a miner verifies that you actually have the funds, bundles your transaction into a block, and earns a small amount of Bitcoin for doing so.
- Mnemonic Phrase
- A mnemonic phrase (also called a seed phrase or recovery phrase) is a list of 12 to 24 ordinary words that encodes the master private key for a cryptocurrency wallet. Anyone who has those words can restore full access to the wallet and every coin in it on any compatible device, which makes it both a powerful backup and a serious security responsibility. A typical example looks like: `witch collapse practice feed shame open despair creek road again ice least`. Write it down, store it offline, and guard it carefully because losing it means permanent loss of access to your funds.
- Moon
- "Moon" or "mooning" describes a cryptocurrency's price rising sharply and fast, often to record highs. You'll hear traders ask "when moon?" as shorthand for wondering when a coin's value will take off. If Bitcoin climbs from $30,000 to $60,000 in a matter of weeks, the community will say it's mooning. The word captures the image of a price chart shooting upward like a rocket.
N
- NFT
- An NFT, or Non-Fungible Token, is a unique digital record on a blockchain that establishes verifiable ownership of a specific item. Unlike a dollar bill, which is interchangeable with any other dollar bill, each NFT is one-of-a-kind and can't be swapped on a like-for-like basis. An artist can mint an NFT tied to a digital painting, and whoever buys it holds a publicly verifiable ownership record, even though the image itself can still be viewed or copied by anyone.
- Node
- A node is any computer that joins a blockchain network by keeping a full copy of the ledger and exchanging transaction and block data with other participants. That distributed structure is what makes blockchains decentralized: no single server is in charge. When you send Bitcoin, your transaction broadcasts to thousands of nodes worldwide, each independently checking that you have sufficient funds before passing it along. Running your own node means you don't have to trust anyone else's version of the chain.
- Nonce
- Short for "number used once," a nonce is a value miners increment repeatedly, hashing the block data each time, until the output meets the network's difficulty target (in Bitcoin, that means a hash starting with a required number of leading zeros). A modern mining rig might test billions of nonce values per second before landing on a valid one. Finding that value proves the miner did real computational work, and it's what makes rewriting blockchain history so expensive: you'd have to redo that work for every block that followed.
O
- OHLCV
- OHLCV stands for Open, High, Low, Close, and Volume, the five data points that summarize price action for a given time period on a candlestick chart. Open is where price started, High and Low mark the extremes reached, Close is where it ended, and Volume is the total amount traded. A one-hour Bitcoin candle might read Open: $30,000, High: $30,500, Low: $29,800, Close: $30,200, Volume: 500 BTC, giving you an instant picture of how price moved and how actively the market participated. Traders use these data points to spot patterns that may signal where price is headed next.
- On-chain
- "On-chain" means a transaction or piece of data has been recorded directly on a public blockchain and verified by the network. Once it's there, it's permanent: changing it would require rewriting every subsequent block across thousands of independent nodes, which makes it effectively tamper-proof. When you send Bitcoin, that transfer gets broadcast to the network, confirmed by miners, and written into the blockchain's history where anyone can look it up at any time.
- Open Source
- Open source in cryptocurrency means the underlying code is publicly available for anyone to read, audit, modify, and distribute. This transparency lets developers worldwide inspect the software for bugs or vulnerabilities and build on top of it without needing permission from anyone. Bitcoin is a practical example: its entire codebase lives on GitHub, so you can verify exactly how transactions are validated and new coins are created, rather than taking a company's word for it.
- Oracle
- An oracle is a service that connects a blockchain to the outside world by feeding real-world data into smart contracts, which otherwise have no way to access information beyond the chain itself. Blockchains are deterministic and isolated by design, so they can't natively fetch prices, weather data, or sports scores; oracles bridge that gap. A decentralized lending protocol, for instance, might use an oracle to pull the current price of ETH and automatically liquidate a loan if the collateral value drops too low.
P
- P2P
- P2P (peer-to-peer) means transactions happen directly between two parties, with no bank or payment processor in the middle. Every participant connects to a shared network where each node helps verify and record transactions. When you send Bitcoin to a friend, thousands of independent computers worldwide confirm the transfer instead of a single institution like PayPal or a bank, which means no central authority can freeze, reverse, or gatekeep it.
- Private Key
- A private key is a secret 256-bit number that proves ownership of a cryptocurrency wallet and authorizes every transaction you make. Anyone who holds it controls the funds, so it must never be shared with anyone. It's similar to a bank PIN, except there's no bank to reset it if you lose it: lose the key, lose the funds, permanently. When you send Bitcoin, your private key cryptographically signs the transaction to prove it came from you, without ever exposing the key itself.
- Proof of Stake
- Proof of Stake is a consensus mechanism where, instead of competing with raw computing power, participants lock up their own cryptocurrency as collateral to earn the right to validate transactions. The more coins you stake, the higher your chances of being chosen to confirm the next block and collect the reward. Validators who try to cheat the system lose a portion of their staked coins, which creates a real financial incentive to play by the rules. On Ethereum, for example, validators must stake at least 32 ETH and earn small ETH rewards for each block they help confirm.
- Proof of Work
- Proof of Work is a consensus mechanism that requires miners to expend real computational effort to validate transactions and add new blocks to a blockchain. They compete to solve a mathematical puzzle: finding a number that, when combined with block data and run through a cryptographic hash function, produces an output below a specific target value. The first miner to find a valid solution broadcasts it to the network, earns a block reward of newly minted Bitcoin, and gets their block added to the chain. On Bitcoin, this difficulty adjusts roughly every two weeks to keep new blocks arriving about every 10 minutes, no matter how much total computing power is on the network.
- Protocol
- A protocol in blockchain is the rulebook that defines how participants communicate, validate transactions, and agree on a shared record. Think of it like the rules of a board game: everyone has to follow them, or the whole thing falls apart. Bitcoin's protocol, for example, requires new blocks to meet a specific proof-of-work difficulty target before being added to the chain, which prevents fraud and keeps all nodes aligned on the same history. Ethereum's protocol goes further by adding rules for executing smart contracts, self-running code that triggers automatically when predefined conditions are met.
- Public Key
- A public key is a cryptographic address you can share freely with anyone; it works like an account number that others use to send you cryptocurrency. It's mathematically derived from your private key, but the math only runs one way, so nobody can reverse-engineer your private key from it. When someone wants to send you Bitcoin, they send it to your public key or a shortened version called a wallet address, the same way you'd hand someone your email address to receive a message.
R
- Ring Signature
- A ring signature is a cryptographic technique that lets a user sign a transaction on behalf of a group, making it impossible for outside observers to determine which specific member actually signed it. It's like a joint statement from a committee: you can verify that one of them signed it, but not which one. In Monero, a sender's transaction gets bundled with several other users' public keys called decoys, so anyone watching the blockchain sees a group of possible senders rather than a single identifiable source. This breaks the transaction trail and protects sender privacy without relying on any trusted third party.
S
- Satoshi
- A Satoshi is the smallest unit of Bitcoin, named after its pseudonymous creator Satoshi Nakamoto. One Bitcoin equals 100,000,000 Satoshis (sats), so you can transact in tiny fractions without dealing in long strings of decimals. If Bitcoin is priced at $100,000, one Satoshi is worth $0.001, about a tenth of a cent, which makes small everyday purchases practical on the network.
- Seed Phrase
- A seed phrase (also called a recovery phrase) is a sequence of 12 to 24 common words that acts as the master key to your cryptocurrency wallet, capable of restoring access to all your funds if a device is lost or reset. These words come from a standardized list and encode the private keys that control your assets. A real example looks like: `apple sunset river cloud drift marble ocean fence lion tower pulse grain`. Anyone who gets hold of this phrase owns your funds, so write it down on paper and store it somewhere only you can find.
- Self-custody
- Self-custody means you hold the private keys to your cryptocurrency yourself, rather than leaving that job to an exchange or other third party. If your Bitcoin sits on Coinbase, Coinbase controls the keys and therefore the funds. It's not your keys, not your coins. A practical example: instead of keeping Ethereum on an exchange, you transfer it to a hardware wallet like a Ledger, which stores your private key offline where no one else can reach it.
- Sidechain
- A sidechain is a separate blockchain that runs alongside a main chain like Bitcoin or Ethereum, connected through a two-way bridge so assets can move freely between them. Developers use it to run faster transactions or lower fees without touching the rules or security of the main chain. Polygon is a good real-world example: you can send tokens there for a fraction of Ethereum's fees, then withdraw them back to Ethereum mainnet whenever you're ready.
- Slippage
- Slippage is the gap between the price you expected to pay for a token and the price you actually paid once the trade settled. Crypto markets move fast, and thin liquidity means the price can shift in the seconds between you submitting a transaction and it getting confirmed on-chain. If you set out to buy 1 ETH at $3,000 but the trade fills at $3,045, that's $45 (1.5%) of slippage. Most decentralized exchanges let you set a slippage tolerance that cancels the trade automatically if the price moves beyond a threshold you're comfortable with.
- Smart Contract
- A smart contract is a self-executing program stored on a blockchain that enforces the terms of an agreement in code, with no middleman needed to oversee it. Once deployed, nobody can alter it, which is exactly what makes it trustworthy. A clear example: a smart contract can hold a buyer's payment in escrow and release it to the seller only after a delivery confirmation is recorded on-chain, cutting out the bank or lawyer who would normally manage that process.
- Stablecoin
- A stablecoin is a cryptocurrency pegged to a stable asset, usually a fiat currency like the US dollar, so its price doesn't swing the way Bitcoin or Ethereum's does. That predictability makes it genuinely useful for everyday transactions, savings, and moving money across borders. USDC is a straightforward example: 1 USDC is designed to always equal $1, backed by actual dollar reserves. In DeFi apps, stablecoins let you earn interest or participate in lending without betting on volatile price swings.
- Staking
- Staking means locking up some of your cryptocurrency to help validate transactions on a Proof of Stake blockchain, and earning rewards in return for doing so. Rather than relying on raw computing power, the network picks validators based on how much crypto they've committed. If you stake 10 ETH on Ethereum, you contribute to securing the network and earn a percentage yield on your staked amount over time. It's similar to a savings account: your funds are temporarily locked up, but they're earning interest while they work.
- Stealth Address
- A stealth address is a one-time address that a sender generates on behalf of a recipient, so every transaction lands at a fresh address even though only the recipient can ever claim those funds. Outside observers see a scattered set of unrelated addresses instead of a single reusable one, which breaks the link between a recipient's identity and their on-chain activity. The recipient holds a private spend key that lets them scan the blockchain, spot which transactions belong to them, and spend those funds. In practice, Alice publishes one stealth meta-address, and every time Bob sends her crypto he derives a unique one-time address from it that only Alice's key can recognize and unlock.
T
- Testnet
- A testnet is a separate blockchain environment that mirrors a real network but runs on worthless tokens, so developers can build and break things without risking real money. It lets teams deploy smart contracts and run stress tests under realistic conditions before going live on mainnet. Before launching a new decentralized exchange on Ethereum, for instance, a team would first release it on the Sepolia testnet, simulate trades, and hunt for bugs using free test ETH that carries no actual value.
- Token
- A token is a digital asset built on top of an existing blockchain using smart contracts, representing value, ownership, or access rights. Unlike coins like Bitcoin or Ether, which are native to their own networks, tokens piggyback on another blockchain's infrastructure. USDC is a good example: it's an Ethereum-based token pegged to one US dollar, built on the ERC-20 standard, and it moves around entirely within Ethereum's ecosystem without needing its own independent network.
- Tokenomics
- Tokenomics is the economic design behind a cryptocurrency: how it's created, distributed, and what gives people a reason to hold or use it. Total supply, minting schedules, and built-in incentives all shape a token's long-term behavior. Bitcoin is the classic case , hard-capped at 21 million coins, with mining rewards that halve roughly every four years, a deliberate scarcity mechanism that's baked into the protocol from day one.
- TVL
- TVL, or Total Value Locked, measures the total amount of cryptocurrency deposited into a DeFi protocol at any given moment. Think of it the way you'd think about a bank's total deposits: a higher TVL generally signals more user trust and platform activity. If 10,000 users each deposit $1,000 worth of ETH into a lending protocol like Aave, that protocol's TVL sits at $10 million , a quick benchmark for comparing platforms against each other.
U
- UTXO
- A UTXO (Unspent Transaction Output) is Bitcoin's way of tracking ownership instead of maintaining traditional account balances. Every transaction consumes existing UTXOs and generates new ones. Send 0.3 BTC from a 1 BTC UTXO, and your original is destroyed: a new 0.3 BTC UTXO goes to the recipient and a 0.7 BTC UTXO comes back to you as change. Your wallet balance is just the sum of every UTXO currently assigned to your addresses.
V
- Validator
- A validator is a network participant who verifies that transactions are legitimate and adds them to the blockchain. On proof-of-stake networks like Ethereum, validators stake their own cryptocurrency as collateral rather than burning energy like Bitcoin miners do , and the network can slash that stake if they act dishonestly, which keeps behavior in check. Anyone who locks up 32 ETH can become an Ethereum validator and earn a percentage yield for helping secure the network.
W
- Wallet
- A crypto wallet stores the cryptographic keys that prove you own digital assets on a blockchain: a private key (your secret) and a public key (your shareable address). It doesn't hold coins the way a leather wallet holds cash , the coins always live on the blockchain, and your wallet just gives you the authority to move them. Lose your private key and you lose access to your funds permanently; there's no customer support line to call.
- Web3
- Web3 is a vision of the internet where users own their data and digital assets directly, rather than handing control to platforms like Google or Meta. You interact using a crypto wallet you control instead of logging into a service that can suspend or delete your account. Buy a digital item in a Web3 game and it lives on the blockchain as an NFT , the developer can't take it away, and it doesn't vanish if they shut the servers down. The core shift is from company-controlled accounts to open, trustless protocols.
- Whitepaper
- A whitepaper is the technical document a crypto project releases to explain the problem it's solving, how the technology works, and why the approach holds up. It's part blueprint, part pitch , something developers, investors, and users can scrutinize before committing to anything. Satoshi Nakamoto's 2008 Bitcoin whitepaper is the benchmark: nine pages describing a peer-to-peer cash system that cuts out trusted third parties like banks entirely.
Y
- Yield Farming
- Yield farming means putting idle cryptocurrency to work inside DeFi protocols to earn passive income. You deposit funds into a liquidity pool , a shared pot that powers trading or lending on a platform , and earn rewards in return, usually paid in the platform's native token or a cut of transaction fees. Deposit $1,000 of USDC into Aave, for instance, and you might earn 5-10% APY as the protocol lends those funds to borrowers. The catch is real: smart contract bugs can drain pools, and reward tokens can lose value fast.
Z
- Zero Knowledge Proof
- A Zero Knowledge Proof (ZKP) is a cryptographic technique that lets you prove you know something without revealing what that something is. In blockchain, that means verifying a transaction is valid without exposing the sender, receiver, or amount involved. Zcash uses ZKPs so users can prove they have enough funds to complete a transaction without disclosing their actual balance or wallet address , keeping the public verifiability blockchains need while still protecting user privacy.
- zkRollup
- A zkRollup (zero-knowledge rollup) is a Layer 2 scaling solution that bundles hundreds of transactions off the main blockchain, then submits a single compressed proof back to it. That proof is a cryptographic receipt confirming every bundled transaction is valid without exposing their individual details, so the main chain trusts it without re-executing anything. The result is dramatically higher throughput and lower fees than processing each transaction on-chain. For example, instead of Ethereum handling 1,000 token transfers one by one, a zkRollup like zkSync processes them off-chain and posts one proof to Ethereum, delivering the same security guarantee at a fraction of the cost.
#
- 51% Attack
- A 51% attack happens when a single entity seizes control of more than half of a blockchain network's computing power, known as hash rate, giving them the ability to rewrite transaction history. That level of control lets the attacker reverse their own transactions and spend the same cryptocurrency twice, a problem called double spending. Picture an attacker sending Bitcoin to an exchange, converting it to another currency, then rewriting the blockchain to erase the original send and pocket both the Bitcoin and the traded funds. Smaller blockchains are the most exposed, since acquiring 51% of a modest network's hash rate costs a fraction of what it would take on Bitcoin.
No terms match your filter.