Skip to content

Glossary

DeFi (Decentralized Finance)

Financial services built on blockchain that operate without traditional intermediaries.

cryptobeginner2026-02-25

DeFi (Decentralized Finance)

DeFi, short for Decentralized Finance, refers to financial services and applications built on public blockchains—primarily Ethereum—that operate through software (smart contracts) rather than traditional institutions like banks, brokerages, or exchanges. Anyone with a crypto wallet and an internet connection can access DeFi protocols without opening an account, submitting identification, or seeking approval from any company.

How DeFi Differs from Traditional Finance

Traditional Finance (TradFi)DeFi
IntermediaryBanks, brokers, exchangesSmart contracts on a blockchain
AccessRequires account approval, KYCOpen to any wallet address
HoursBusiness hours, weekdays24/7/365
CustodyInstitution holds your assetsYou hold your own assets
TransparencyInternal records, audited annuallyAll transactions public on-chain
JurisdictionRegulated by country of operationBorderless by design

Smart contracts as a bank

A smart contract is code that runs automatically when predetermined conditions are met. In DeFi, it replaces the loan officer, the exchange clerk, and the clearing house. When you deposit collateral and borrow against it, the smart contract manages the entire process—no human approval required. If you fail to maintain sufficient collateral, the contract automatically liquidates your position.

Main DeFi Categories

Lending and Borrowing

Protocols like Aave and Compound allow users to:

  • Lend crypto assets to earn interest (APY paid by borrowers)
  • Borrow against crypto collateral without selling holdings

Loans are over-collateralized—you typically must deposit $150 worth of crypto to borrow $100 worth—eliminating the need for credit checks.

Decentralized Exchanges (DEX)

Platforms like Uniswap and Curve allow peer-to-peer token trading without a centralized order book. Instead, liquidity is provided by users who deposit token pairs into pools and earn trading fees in return.

Staking and Yield Farming

  • Staking: Locking tokens in a protocol to support network security or governance, earning rewards in return
  • Yield farming: Moving assets across multiple protocols to maximize returns—often involving higher complexity and risk

Stablecoins

Algorithmically or collateral-backed tokens pegged to fiat currencies (typically USD) that allow users to transact in DeFi without exposure to crypto price volatility.

Smart Contract Risk

All DeFi activity depends on smart contracts behaving as intended. Unlike traditional software that can be patched by a company, smart contracts deployed to a blockchain are often immutable—bugs cannot easily be fixed after launch.

Code is law—for better and worse

Smart contract vulnerabilities have resulted in hundreds of millions of dollars in losses. Audited protocols reduce (but do not eliminate) this risk. Before using any DeFi protocol, check whether independent security firms have audited the code and review the audit findings.

Common Risks in DeFi

Hacks and Exploits

Attackers identify vulnerabilities in smart contract code—price oracle manipulation, reentrancy attacks, flash loan exploits—and drain protocol funds. There is no deposit insurance or recourse equivalent to FDIC protection.

Rug Pulls

Anonymous developers launch a protocol, attract liquidity from users, then withdraw all funds and disappear. Rug pulls are more common with unaudited, new protocols promising extremely high yields.

Impermanent Loss

Liquidity providers in DEX pools face a risk unique to DeFi: if token prices diverge significantly from when they deposited, they may end up with less value than if they had simply held the tokens. The loss is "impermanent" in that it reverses if prices return to the original ratio—but often it does not.

Liquidation Risk

Borrowers who let their collateral ratio fall below the required threshold face automatic liquidation, potentially at unfavorable prices during volatile markets.

Getting Started Safely

  1. Start with audited, established protocols with long track records (Aave, Uniswap, Compound)
  2. Use small amounts initially to understand mechanics before committing significant capital
  3. Understand the specific risks of each protocol before depositing
  4. Keep your wallet seed phrase secure—there is no account recovery in DeFi
  5. Be skeptical of unusually high APY—sustainable yields rarely exceed 10-15% in mature protocols

Related Terms

  • Blockchain: The infrastructure layer that makes DeFi possible
  • Staking: One of the most common DeFi activities for earning yield
  • Wallet: Required to interact with any DeFi protocol
  • Token: The assets that flow through DeFi protocols
  • Liquidity: Essential for DeFi markets to function; provided by users rather than institutions