Bitcoin

Crypto terms that actually show up in a wallet.

Most glossaries list every protocol word. This one covers the terms you meet the first time you send, receive, or wait for a payment.

If you want the illustrated overview of hashing and signatures, start with the big picture. This page stays on the user vocabulary: keys, fees, confirmations, and the difference between an exchange balance and coins you can spend yourself.

Wallet, private key and seed

Trezor hardware wallet showing Confirm transaction and a receiving address on its screen
A Trezor confirming a send on the device itself. The address is on the screen you hold. A hot wallet does the same job inside a phone or browser that stays online.

A wallet is software or a device that holds the keys used to authorize payments. It is not a box of coins. The network stores balances; the wallet stores the secret that can move them.

The private key is that secret. Anyone who has it can spend. The matching public key is how the network checks a signature without learning the private key. A seed phrase (recovery phrase) is a human-readable backup that can rebuild those keys. A swap site, a card issuer, or a support chat never needs it.

Open notebook with a fountain pen, the way a recovery phrase gets written down
Write the recovery phrase on paper or metal you control. Do not screenshot it. Do not type it into a website.

If you lose the seed and the device, the coins are gone. If someone else copies the seed, they can empty the wallet later, even if you still have the device. That is why a hardware wallet helps for savings and a hot wallet is for amounts you can afford to operate with daily. The next guide covers that choice in how to start using crypto.

Address

Ledger Nano S hardware wallet on a wooden table
A Ledger Nano S. Addresses come from the keys on the device, not from the metal case. Safe to share an address. Never share the seed. Photo: Wikimedia Commons, CC BY-SA 4.0.

An address is the string you paste when someone should pay you. Bitcoin addresses often start with bc1. Ethereum and most EVM chains use a 0x hex string. Solana addresses are Base58 strings of similar length to a public key.

Sending to the right format on the wrong network can lose funds. USDC on Ethereum is not the same asset as USDC on Solana or Base. The wallet that generated the address is the one that can spend what arrives there, provided you sent on a network that wallet actually supports.

Gas, fees and why a payment sits

Night gas station with pumps under a lit canopy
A fee is a bid for block space, the same way a pump price is a bid for fuel. Pay too little and the payment can wait.

A fee pays the computers that include your payment in a block. Ethereum calls this gas: you pay a base fee that is burned and a tip to the proposer. Bitcoin miners rank transactions by fee rate. Solana charges a small signature fee and, for some actions, a priority fee.

Fees move with demand. A transfer of the same dollar amount can cost cents one hour and much more the next. A wallet that estimates a fee is guessing from current conditions, not promising inclusion.

Mempool and block

Warehouse aisles packed with boxes waiting to be picked
Unconfirmed payments wait in a mempool, each node’s local queue, not one global inbox. They sit until a block picks them up.

After you sign, your wallet broadcasts the transaction. Nodes that accept it keep a copy in a mempool (memory pool): a waiting room of valid payments that are not yet in a block. There is no single shared mempool. Each node has its own view.

A block is a batch of transactions plus a header that links it to the previous block. Bitcoin targets about ten minutes between blocks. Ethereum slots are 12 seconds. Solana produces slots on the order of a few hundred milliseconds; the official explorer on 20 September 2026 showed a one-minute average slot time near 268 ms.

Confirmation and confirmation time

Looking up at stacked office towers
Each new block sits on the last. How many you wait for is a policy, not a law of physics.

Confirmation time is the wait from broadcast until a payment is buried under enough later blocks that you are willing to treat it as settled. Inclusion in one block is the first confirmation. Every block after that adds one more. Explorers such as Etherscan print that count next to the transaction. Solana explorers usually show a status (processed, confirmed, finalized) rather than a large integer.

How many confirmations “matter” depends on the chain and on who is taking the risk. Checked 20 September 2026:

NetworkWhat one confirmation isTypical wait people actually use
BitcoinThe payment is in a block. New blocks target about 10 minutes.Small trusted payments often take 1 confirmation. Exchanges commonly wait for 3 to 6. Six confirmations is about an hour and is the usual high-value convention. The protocol never declares absolute finality.
EthereumA slot is 12 seconds. The first block in an epoch of 32 slots is a checkpoint.Inclusion is one slot. Economic finality needs two epochs of supermajority votes, about 12.8 minutes. Many services credit after a handful of blocks; large bridges wait for finality. Source: ethereum.org proof of stake.
SolanaA slot. Commitment has three levels: processed, confirmed, finalized.Processed is optimistic and sub-second. Confirmed usually means votes from roughly two-thirds of stake (a few slots). Finalized waits for 32 confirmed slots, on the order of 8 to 13 seconds in 2026 measurements. Circle’s CCTP docs, checked the same week, use 2 to 3 slots for fast transfers and 32 for standard finality.
Confirmation time on Bitcoin, Ethereum and SolanaBitcoin waits through several ten-minute blocks. Ethereum reaches economic finality after two epochs. Solana moves from processed to confirmed to finalized in seconds. BITCOIN · ABOUT 10 MINUTES PER BLOCK included +1 +2 6 conf. Six confirmations is the usual exchange convention, about one hour. Not a protocol guarantee. ETHEREUM · 12 SECOND SLOTS, 32 SLOTS PER EPOCH in a slot justified finalized Two epochs of supermajority votes. About 12.8 minutes. Reverting that burns a large amount of stake. SOLANA · PROCESSED, CONFIRMED, FINALIZED processed confirmed finalized Finalized is 32 confirmed slots. Seconds, not hours. Still wait for finalized before treating a large payment as done.
Confirmation time is a wait you choose. The chain only tells you how deep the payment is.

Sources dated 20 September 2026: Ethereum proof of stake, Circle CCTP finality, Solana explorer cluster stats, Bitcoin’s conventional six-block wait.

Finality

Finality is the point after which reversing a payment would be so expensive or so unlikely that honest software treats the history as settled. Bitcoin never reaches that in the strict sense; confidence just grows with depth. Ethereum finality is economic: two-thirds of stake would have to be slashed to revert a finalized checkpoint. Solana’s finalized commitment is the explorer status you want for a large transfer.

A merchant who releases goods at one confirmation is taking a reorg risk. An exchange that waits for six Bitcoin blocks or for Ethereum finality is buying time. Neither number is magic. It is a tradeoff between speed and the cost of being wrong.

UTXO versus account

Tax forms, a calculator and a check on a desk
Bitcoin tracks coins as unspent slips. Ethereum and Solana track a running balance on an account, closer to this kind of ledger.

Bitcoin uses an unspent transaction output model (UTXO). Each coin you can spend is a discrete output from an earlier payment. You spend whole outputs and receive change. Ethereum and Solana use accounts: a balance lives at an address and a payment subtracts from it.

You do not need the jargon to send. You do need it when a wallet shows several Bitcoin inputs, a change address, or an Ethereum nonce. The nonce is a counter that stops the same Ethereum payment from being replayed.

CEX versus DEX

Stone bank facade with columns
A centralized exchange is a company. It holds a balance in your name, like a bank window. A DEX settles from a wallet you control.

A centralized exchange (CEX) is a company. You deposit, it credits an account, and you withdraw later if the company, your verification status, and the network all allow it. A decentralized exchange (DEX) is software on a chain. You sign a swap from your wallet. You still trust the smart contract, the interface, and the token you receive.

An exchange balance is an IOU. A wallet balance you can sign for is yours until you send it. Mixing those two is how people lose coins to a withdrawal halt or to a phishing site that looks like a DEX.

Stablecoin

Scattered United States one-dollar bills
A stablecoin is a token that aims to stay near one dollar. The method of aiming is the whole product.

A stablecoin is a token designed to stay close to a unit of fiat, usually one US dollar. USDC and USDT are the ones you will see on cards and in DeFi. Some are backed by cash and short-term treasuries held by an issuer. Some, such as Ethena’s USDe, are synthetic: they hedge crypto collateral with short perpetual futures. That design is the subject of the dollar-yield guide.

Stable is a target, not a promise. An issuer can freeze tokens. A synthetic dollar can trade off the peg if the hedge fails. Treat a stablecoin as a tool for moving value, not as a bank deposit.

Staking, stacking and restaking

Lido homepage showing decentralized staking with stETH, 2.3 percent APR and $25.2 billion TVL
lido.fi on 20 September 2026. The page printed 2.3% APR and $25.2B TVL for stETH. That is liquid staking, not restaking.

People say stacking and restacking in chats. Two different things hide under those words.

In Bitcoin, stacking usually means stacking sats: buying more bitcoin. No lock. No protocol yield. You just hold more of the coin.

On Ethereum and Solana, the protocol word is staking. You lock coins so validators can run the chain. You earn a share of issuance and fees. You can also get slashed if the validator you picked misbehaves. Solo Ethereum staking still wants 32 ETH. Most people use a pool and receive a liquid token instead.

Restaking (the thing people call restacking) takes coins that are already staked and points them at extra jobs: oracles, data-availability layers, other services. EigenLayer shipped that marketplace; the public site now reads EigenCloud. You keep Ethereum staking yield and add extra rewards. You also add extra slashing rules. One bug in an extra service can cut the same ETH that was securing Ethereum.

Checked 20 September 2026:

WordWhat you actually doWhat can go wrong
Stacking satsBuy more bitcoin. Not a protocol action.Price. There is no staking yield on bitcoin itself.
StakingLock ETH or SOL so validators can run the chain. Solo ETH still wants 32 ETH.Validator slashing. An unbonding wait before you can spend again.
Liquid stakingDeposit into a pool, receive a token that still earns (stETH, rETH, JitoSOL). Lido's homepage printed 2.3% APR and $25.2B TVL. DefiLlama had Lido at $25.5B. The Lido stETH SMA APR API printed 2.25%.The token can trade off the ETH it represents. You also take the pool's contract risk.
RestakingPoint already-staked ETH (or an LST) at extra services, often through EigenCloud / EigenLayer. DefiLlama TVL $6.85B. ether.fi Stake sat at $4.88B as a large liquid restaking issuer.Each extra service can slash. A liquid restaking token adds the issuer's choices on top.
Staking stacked under liquid staking and restakingBase staking locks ETH to secure Ethereum. Liquid staking wraps that position in a token. Restaking points the same capital at extra services for extra rewards and extra slashing. ONE DEPOSIT, THREE LAYERS restaking · extra services (AVSs) · extra slashing liquid staking token · stETH, rETH, JitoSOL base stake · ETH or SOL locked to run the chain Each layer reuses the layer under it. Rewards stack. So do the ways the principal can be cut.
Restaking is a second job for the same coins. It is not a second bitcoin stack.

Sources dated 20 September 2026: lido.fi (2.3% APR, $25.2B TVL on the homepage), Lido stETH SMA APR (2.25%), DefiLlama protocol TVL for Lido, EigenCloud and ether.fi Stake. EigenLayer slashing has been live since April 2025.

If you want dollar yield rather than ETH yield, that is a different product. Read how I hunt dollar yield.