DeFi Vocabulary: 50 Essential Terms from AMMs to Yield Farming

Master the essential DeFi vocabulary: 50 terms covering AMMs, liquidity pools, yield farming, staking, bridges, lending protocols, and professional English usage for Web3.

Decentralised Finance (DeFi) has developed its own dense vocabulary — a mixture of traditional finance terminology adapted to blockchain context and entirely new concepts that have no traditional equivalent. For blockchain developers, smart contract engineers, and Web3 professionals working in international environments, mastering this vocabulary is essential for reading documentation, writing proposals, and communicating with global teams. This guide covers 50 essential DeFi terms in detail.


Foundational DeFi Concepts

1. DeFi (Decentralised Finance)

Financial applications built on public blockchains that operate without centralised intermediaries (banks, brokers, exchanges). DeFi protocols are governed by smart contracts.

“DeFi protocols processed over $1 trillion in transactions in 2024, demonstrating significant market adoption despite persistent smart contract risk.”


2. Protocol

A DeFi protocol is a set of smart contracts that implement a specific financial function — lending, trading, yielding. Examples: Uniswap (trading), Aave (lending), Curve (stablecoin trading).


3. Smart Contract

A smart contract is self-executing code deployed on a blockchain. It automatically enforces the rules of a DeFi protocol without human intermediaries.


4. TVL (Total Value Locked)

TVL is the total value of assets deposited in a DeFi protocol, denominated in USD. Used as a key measure of a protocol’s scale and adoption.

“Aave’s TVL reached $15B at its peak — a measure of how much trust the market placed in the protocol’s smart contracts.”


5. Gas / Gas Fees

Gas is the unit measuring computational effort required to execute transactions on Ethereum. Gas fees are paid by users and fluctuate with network demand.

“High gas fees during peak network usage drove many DeFi users to Layer 2 networks and alternative chains where fees are orders of magnitude lower.”


Liquidity and Trading

6. AMM (Automated Market Maker)

An AMM is a type of decentralised exchange that uses smart contracts and mathematical pricing formulas (rather than order books) to enable token swaps. Uniswap popularised the constant product formula: $x \cdot y = k$


7. Liquidity Pool

A liquidity pool is a smart contract holding two or more tokens that enables AMM-based trading. Users called liquidity providers (LPs) deposit tokens; traders swap against the pool.


8. Liquidity Provider (LP)

An LP deposits tokens into a liquidity pool and in return receives LP tokens representing their share. LPs earn trading fees proportional to their share.


9. LP Tokens

LP tokens are ERC-20 tokens issued to liquidity providers as proof of their pool share. They can be redeemed to withdraw the underlying liquidity plus accrued fees.


10. Impermanent Loss

Impermanent loss is the temporary reduction in value that liquidity providers experience compared to simply holding tokens when the price ratio between the two pooled assets changes.

“An LP who deposited ETH-USDC at a 50/50 ratio experienced significant impermanent loss when ETH tripled in price — they would have been better off holding ETH outright.”

The loss is “impermanent” because it reverses if prices return to original ratios.


11. Slippage

Slippage is the difference between the expected price of a trade and the price at which it executes, caused by pool depth and trade size.


12. Price Impact

Price impact is the percentage change in an asset’s price caused by a trade. Large trades in shallow pools cause high price impact.


13. DEX (Decentralised Exchange)

A DEX enables peer-to-peer trading of tokens without a centralised authority. Examples: Uniswap, Curve, dYdX.


14. Order Book DEX

A DEX that uses traditional bid/ask order books rather than AMM pricing. Requires higher liquidity to function well. Examples: dYdX, Serum.


15. Concentrated Liquidity

A Uniswap V3 feature allowing LPs to concentrate their liquidity within a specific price range, improving capital efficiency.

“With concentrated liquidity, an LP can provide the equivalent depth of a full-range position with far less capital — but only if the price stays within their selected range.”


Lending and Borrowing

16. Collateral

Collateral in DeFi lending is the asset a borrower deposits to secure a loan. If the collateral value falls below the required ratio, the position is liquidated.


17. Overcollateralisation

DeFi loans are typically overcollateralised — you must deposit more value than you borrow. A $1,000 ETH deposit might allow a $700 USDC borrowing.


18. LTV (Loan-to-Value)

LTV ratio is the loan amount as a percentage of collateral value. Higher LTV = more leverage, more liquidation risk.


19. Liquidation

When collateral value falls below the required threshold, a liquidation occurs — third parties (liquidators) repay part of the loan and seize the collateral at a discount.


20. Health Factor

A health factor is a numerical score representing how close a lending position is to liquidation. In Aave: health factor < 1.0 triggers liquidation.


21. Interest Rate Model

DeFi lending protocols use algorithmic interest rate models that adjust rates based on utilisation. High demand for borrowing increases interest rates.


22. Utilisation Rate

The percentage of total deposited assets currently being borrowed. Drives the algorithmic interest rate.


23. Flash Loan

An uncollateralised loan that must be borrowed and repaid within a single transaction. Used for arbitrage, collateral swaps, and self-liquidation.


Yield and Rewards

24. Yield

Yield is the return earned from a DeFi activity — providing liquidity, staking, or lending. Expressed as APY or APR.


25. APY (Annual Percentage Yield)

APY includes compound interest — the effect of re-investing earnings. Higher than APR if compounding occurs frequently.


26. APR (Annual Percentage Rate)

APR is the simple annual return without compounding. Used when returns are distributed periodically rather than continuously compounded.


27. Yield Farming

Yield farming is actively moving capital between DeFi protocols to maximise return — chasing the highest APY across protocols.

“At the height of DeFi Summer in 2020, yield farmers were earning thousands of percent APY — though most of the yield was paid in governance tokens with rapidly depreciating value.”


28. Liquidity Mining

Liquidity mining is a protocol mechanism that rewards liquidity providers or early users with governance tokens in addition to trading fees.


29. Governance Token

A governance token grants holders the right to vote on protocol decisions. Also sometimes used as a yield reward — creating complex reflexive incentive dynamics.


30. Staking

Staking is locking tokens in a smart contract to earn rewards. In Proof-of-Stake blockchains, validators stake tokens as a security deposit. In DeFi, protocols offer staking for various purposes.


31. Compounding

Compounding is the process of re-investing earned yield to increase the principal and generate higher future returns.


32. Auto-compounder

A vault or strategy that automatically compounds rewards on behalf of depositors, typically charging a performance fee.


Bridges and Cross-Chain

33. Bridge

A bridge is a protocol enabling transfer of tokens or data between two different blockchains. Bridges are among the most frequently exploited components in DeFi.


34. Wrapped Token

A wrapped token is a token on one blockchain that represents an asset from another. Example: WBTC is an ERC-20 token on Ethereum backed 1:1 by real Bitcoin.


35. Layer 2 (L2)

Layer 2 networks process transactions off the Ethereum main chain and settle the results on Ethereum. Examples: Arbitrum, Optimism, zkSync. Lower fees, higher throughput.


36. Cross-chain

Cross-chain refers to operations, assets, or messages that span multiple blockchains.


Risk and Security

37. Rug Pull

A rug pull is an exit scam where developers drain a protocol’s treasury or liquidity, abandoning the project. Common in anonymous, unaudited projects.


38. Honeypot

A honeypot is a token or contract designed to allow purchase but not sale — trapping buyers.


39. Smart Contract Risk

Smart contract risk is the probability that a protocol’s code contains bugs or vulnerabilities that could result in fund loss.


40. Audit

A security audit is a professional review of smart contract code by specialist firms. Does not guarantee safety but significantly reduces risk.


41. Bug Bounty

A bug bounty is a reward offered to white-hat researchers who responsibly disclose vulnerabilities. Typical ranges: $10K–$1M+ for critical findings.


42. Exploit

An exploit is the successful use of a vulnerability to extract funds or manipulate a protocol.


Advanced Mechanisms

43. Tokenomics

Tokenomics is the economic design of a token system — supply schedule, distribution, incentives, and vesting.


44. Vesting

Vesting is the gradual release of locked tokens over time. Prevents early dumping by founders and investors.


45. Escrow

A smart contract-enforced escrow holds funds until specific conditions are met.


46. Oracle

A blockchain oracle is a service that provides external real-world data (prices, events) to smart contracts. Examples: Chainlink, Pyth.


47. TWAP (Time-Weighted Average Price)

A TWAP is a price calculated as the average over a time window — resistant to single-block manipulation, making it safer for on-chain price feeds.


48. Rebase

A rebase mechanism automatically adjusts token supply to target a price peg. Used by algorithmic stablecoins.


49. Algorithmic Stablecoin

A stablecoin that maintains its peg using algorithms and incentives rather than direct collateral backing. High risk — the Terra/Luna collapse in 2022 demonstrated systemic failure modes.


50. Real Yield

Real yield refers to protocol revenue distributed to token holders from actual economic activity (trading fees, borrowing interest) — as opposed to inflation of a governance token.

“The ‘real yield’ narrative emerged as a response to unsustainable token emissions — investors began preferring protocols generating genuine revenue over those paying yield purely through token inflation.”


Practice

Reinforce your DeFi vocabulary with the Blockchain exercise set and explore the full Blockchain Developer learning path.