CL
ChainLens
Glossary

Every crypto term, explained

30 terms. Plain language. No jargon without definition.

Basics

Bitcoinbeginner

The first and largest cryptocurrency, created in 2009 by the pseudonymous Satoshi Nakamoto. Has a fixed supply of 21 million coins and operates on a proof-of-work blockchain. Often compared to 'digita

Blockchainbeginner

A distributed database where new entries are added in 'blocks' and cryptographically linked to previous blocks, making the history tamper-evident. Thousands of computers each hold a full copy, and the

Ethereumbeginner

A programmable blockchain launched in 2015, enabling smart contracts and decentralized applications. ETH is its native currency. Switched from proof-of-work to proof-of-stake in 2022 (The Merge).

Gas Feebeginner

The cost to execute a transaction on a blockchain, paid to the network's validators. Ethereum gas fees vary with network demand — from cents during quiet hours to $50+ during peak congestion.

Miningintermediate

The process of validating new blocks of transactions on a proof-of-work blockchain. Miners compete to solve cryptographic puzzles; the winner adds the next block and receives the block reward. Consume

Private Keybeginner

A large random number (256 bits) that mathematically proves ownership of a wallet address. Anyone with the private key controls the funds. Never share it with anyone, ever.

Seed Phrasebeginner

A sequence of 12 or 24 English words that encodes a wallet's private keys. The seed phrase IS the wallet — anyone who has it can access all funds. Store it offline, never on a phone or cloud.

Walletbeginner

Software or hardware that stores your private keys and lets you send/receive cryptocurrency. The wallet doesn't 'contain' coins — it contains the keys that control coins on the blockchain.

Wallet Addressbeginner

A public identifier for a wallet, derived from its public key. Anyone can send cryptocurrency to your address, but only you (with the private key) can send it out. Ethereum addresses start with '0x';

DeFi

CEX (Centralized Exchange)beginner

An exchange operated by a company that holds customer funds in its own wallets. Faster and easier to use than DEXes, but requires trusting the operator. KYC is standard.

DeFi (Decentralized Finance)intermediate

Financial services (lending, trading, derivatives) built on smart contracts rather than traditional intermediaries like banks. Users keep custody of their assets; protocol rules execute via code.

DEX (Decentralized Exchange)intermediate

An exchange running on smart contracts, where users trade peer-to-peer against liquidity pools or order books without a central custodian. No KYC, but no customer support either.

Impermanent Lossadvanced

The loss liquidity providers experience when the price ratio of pooled assets changes. Not 'lost' until withdrawal — if prices return to deposit-time ratio, the loss disappears. In practice, it's ofte

Liquidity Poolintermediate

A smart contract holding two or more tokens that users can swap between. Pool providers deposit equal values of each token and earn a share of trading fees. Exposes providers to 'impermanent loss'.

Stablecoinbeginner

A cryptocurrency designed to maintain a 1:1 peg with a fiat currency (usually USD). Backed either by fiat reserves (USDT, USDC), crypto collateral (DAI), or algorithmic mechanisms (the failed UST).

Stakingintermediate

Locking cryptocurrency to help validate a proof-of-stake blockchain, in exchange for rewards. Unlike mining, staking doesn't require specialized hardware. Ethereum staking requires 32 ETH minimum to r

Yield Farmingadvanced

The practice of moving capital between DeFi protocols to maximize returns, often by combining lending yields with governance token rewards. Popularized during 'DeFi Summer' 2020.

Security

Technology

Trading