Automated Market Maker (AMM)
DeFiSimple Definition
A smart contract that holds liquidity pools of tokens and automatically quotes prices for traders based on a mathematical formula, rather than using a traditional order book.
Technical Explanation
AMMs eliminate the need for centralized market makers. They rely on Liquidity Providers (LPs) who deposit token pairs into a pool. The most common pricing algorithm is the Constant Product Formula (x * y = k), ensuring that the pool can always provide a quote, adjusting price exponentially as the ratio of tokens shifts.
Why It Matters
AMMs are the foundational trading infrastructure of Decentralized Finance (DeFi), allowing permissionless, 24/7 trading without a centralized matching engine.
Common Misunderstanding
Providing liquidity to an AMM is not risk-free yield. It exposes the provider to Impermanent Loss if the relative price of the two deposited tokens diverges significantly.
Bitcoin (BTC)
CryptoSimple Definition
The first decentralized cryptocurrency, created by the pseudonymous Satoshi Nakamoto in 2008. It operates as a peer-to-peer electronic cash system without central authority.
Technical Explanation
Bitcoin utilizes a Proof-of-Work (PoW) consensus mechanism and a distributed ledger (blockchain). Its monetary policy is strictly hardcoded, capped at a maximum supply of 21 million coins, with issuance halving approximately every four years.
Why It Matters
It proved that digital scarcity and decentralized consensus were possible, birthing the entire cryptocurrency industry. It is currently viewed by institutions primarily as a decentralized store of value.
Blockchain
BlockchainSimple Definition
A digital public ledger where transactions are recorded across a network of computers. Once recorded, the data cannot be altered without changing all subsequent blocks.
Technical Explanation
A distributed database maintained by a network of nodes. Data is grouped into "blocks." Each block contains a cryptographic hash of the previous block, creating an unbroken, immutable chain. Consensus mechanisms (like PoW or PoS) ensure all nodes agree on the ledger's valid state.
Why It Matters
It solves the "double-spending" problem for digital assets without requiring a trusted central clearinghouse like a bank.
Candlestick (OHLC)
TradingSimple Definition
A graphical representation of price movement over a specific period of time, showing where the price opened, closed, and the highest and lowest points it reached.
Technical Explanation
Composed of a Body and Wicks (Shadows). The body represents the Open and Close. If Close > Open, it is bullish (green). If Close < Open, it is bearish (red). The wicks represent the absolute High and Low of that period, visually indicating price rejection and intraday volatility.
Why It Matters
It provides much more psychological and structural market data than a simple line chart, revealing who is in control of the market and where liquidity resides.
DeFi (Decentralized Finance)
DeFiSimple Definition
An ecosystem of financial applications built on blockchain networks that operate without traditional centralized intermediaries like banks or brokerages.
Technical Explanation
DeFi utilizes non-custodial smart contracts to replicate and innovate financial primitives: lending, borrowing, trading (DEXs), and derivatives. Users interact directly with the protocols via self-custody wallets, maintaining total control of their assets.
Common Misunderstanding
DeFi is not risk-free. It removes counterparty risk of a centralized exchange but replaces it with Smart Contract Risk (the risk of bugs or exploits in the code).
Ethereum (ETH)
CryptoSimple Definition
The leading decentralized, open-source blockchain with smart contract functionality. Ether (ETH) is the native cryptocurrency of the platform.
Technical Explanation
Operating as a global, Turing-complete virtual machine (EVM), Ethereum transitioned to Proof-of-Stake (PoS) in 2022. It serves as the foundational infrastructure for DeFi, NFTs, and Layer 2 scaling networks (Rollups).
Why It Matters
If Bitcoin is digital gold, Ethereum is the decentralized digital economy, processing the vast majority of global smart-contract value.
Leverage
TradingSimple Definition
Using borrowed capital to increase the potential return of an investment. It multiplies both profits and losses.
Technical Explanation
By posting a smaller amount of initial capital (Margin), a trader can open a much larger Notional Position. For example, with 10x leverage, $1,000 controls a $10,000 position. A 10% move against the position will deplete the entire initial margin, resulting in Liquidation.
Common Misunderstanding
Leverage does not alter the market edge of a strategy. It only accelerates the outcome. High leverage dramatically reduces the distance to structural invalidation.
Liquidity
ExchangesSimple Definition
How easily and quickly an asset can be bought or sold in the market without causing a significant change in its price.
Technical Explanation
High liquidity means there is a deep Order Book with thick volume at multiple price levels, resulting in a tight Spread. Low liquidity causes Slippage, where a large market order eats through the thin order book and executes at progressively worse prices.
Used In
Evaluating exchange health, token viability, and determining maximum safe position sizes for trading.
Private Key
Wallets & SecSimple Definition
A secure alphanumeric password that allows a user to access and manage their cryptocurrency. It acts as the ultimate proof of ownership.
Technical Explanation
A mathematically generated, highly secure cryptographic secret. It is used to generate cryptographic Signatures that prove to the blockchain network that the holder has the authority to spend the assets associated with the corresponding Public Key/Address.
Common Misunderstanding
If you lose your private key, you lose your assets. If someone else sees your private key, they own your assets. It must never be shared or entered into unverified websites.
Smart Contract
BlockchainSimple Definition
A self-executing program stored on a blockchain that automatically runs when predetermined conditions are met.
Technical Explanation
Code deployed to a decentralized virtual machine (like the EVM). It encapsulates business logic and state. Because it runs on the blockchain, execution is deterministic, transparent, and irreversible. It forms the backbone of NFTs, tokens (ERC-20), and all DeFi protocols.
Risk Concept
Smart Contract Risk: If the code contains a bug or logical exploit, attackers can drain the funds held by the contract. Blockchain immutability means these transactions cannot be reversed by customer support.
Stablecoin
CryptoSimple Definition
A type of cryptocurrency designed to maintain a stable value, usually pegged 1:1 to a fiat currency like the US Dollar.
Technical Explanation
Stablecoins bridge fiat value into the blockchain ecosystem. Fiat-Backed stablecoins (e.g., USDC, USDT) hold traditional reserves (cash, treasuries) off-chain. Crypto-Collateralized stablecoins (e.g., DAI) use overcollateralized on-chain assets. Algorithmic stablecoins attempt to maintain the peg via code and arbitrage incentives.
Why It Matters
They provide traders with a safe haven from crypto volatility without having to convert back to a traditional bank account, serving as the primary quote currency in global crypto markets.