A Professional Guide

Decentralized Finance, demystified.

DeFi is an open, programmable financial system built on public blockchains. It replaces trusted intermediaries with transparent smart contracts — enabling lending, trading, derivatives, and settlement to operate 24/7 without gatekeepers.

Total Value Locked
$80B+
Active Protocols
3,000+
Supported Chains
100+
Uptime
24 / 7 / 365

Figures are illustrative order-of-magnitude references. See Resources for live data sources.

What is DeFi?

An introduction to the ideas, incentives, and infrastructure behind open finance.

Decentralized Finance (DeFi) is an ecosystem of financial applications that run on permissionless blockchains — most notably Ethereum — and coordinate without centralized operators. Instead of a bank, brokerage, or exchange acting as custodian and intermediary, users interact directly with smart contracts: self-executing code whose logic and state are publicly verifiable.

The result is a financial stack that is open (anyone with a wallet can participate), composable (protocols plug into one another like APIs), and transparent (every position, rate, and transaction is on-chain and auditable). These properties enable new market structures — automated market makers, flash loans, programmable vaults — that have no traditional equivalent.

Non-custodial

Users hold their own keys. Assets remain under user control; protocols cannot unilaterally seize funds.

Permissionless

No applications, no KYC gate at the protocol layer. Identity is a wallet address; access is global.

Transparent

Balances, flows, and contract logic are public. Risks can be measured directly from on-chain data.

Composable

Protocols interoperate atomically within a single transaction — the "money Legos" property.

Core primitives

The building blocks that compose into the rest of the DeFi stack.

Stablecoins

Tokens engineered to track a reference price — typically the US dollar. Fiat-backed (USDC, USDT), crypto-collateralized (DAI), and algorithmic designs trade off capital efficiency, transparency, and tail-risk in different ways.

USDC · DAI · USDT · FRAX · crvUSD

Decentralized Exchanges (DEXs)

Venues where assets trade without a central order book operator. Automated Market Makers (AMMs) price assets algorithmically from on-chain liquidity pools, while order-book DEXs replicate traditional matching on-chain or via co-processors.

Uniswap · Curve · Balancer · dYdX

Lending Markets

Pooled or peer-to-peer markets where suppliers deposit assets to earn interest and borrowers post collateral to borrow. Interest rates adjust algorithmically to pool utilization.

Aave · Compound · Morpho · Spark

Derivatives

Perpetual futures, options, and structured products executed on-chain. Margining, funding, and settlement are enforced by smart contracts and oracles.

GMX · Synthetix · Lyra · Hyperliquid

Liquid Staking

Staked assets are tokenized as liquid receipts (e.g., stETH) that can be traded, lent, or used as collateral — unlocking capital efficiency for proof-of-stake networks.

Lido · Rocket Pool · Jito · EtherFi

Oracles & Bridges

Oracles deliver external data (prices, proofs) on-chain. Bridges move value between chains. Both are critical infrastructure and historically, common sources of systemic risk.

Chainlink · Pyth · LayerZero · Wormhole

How a DeFi transaction works

From wallet signature to on-chain settlement — the lifecycle of an interaction.

  1. 01

    Connect a wallet

    A self-custodial wallet (e.g., MetaMask, Rabby, a hardware device) generates a signed message proving control of an address. No account creation required.

  2. 02

    Approve & construct

    The app builds a transaction calling a smart contract — such as swap() on a DEX or borrow() on a lending market — using the user's on-chain balances.

  3. 03

    Sign locally

    The user signs with their private key. The key never leaves the device. The signed payload is broadcast to the network's mempool.

  4. 04

    Validate & settle

    Validators (or sequencers on L2s) include the transaction in a block. The contract executes deterministically; state is updated atomically.

  5. 05

    Compose

    Output state (e.g., a receipt token) can be immediately used by another protocol in the same or a subsequent transaction — this is composability in action.

Protocols at a glance

A representative selection of well-known protocols, organized by category.

Protocol Category Chains Defining idea
UniswapDEX / AMMEthereum, L2s, multi-chainConstant-product and concentrated liquidity market making
CurveDEX / StableSwapEthereum, many EVMsAMM optimized for pegged and correlated assets
AaveLendingEthereum, L2s, multi-chainPooled over-collateralized borrowing with variable rates
MakerDAO / SkyCDP & StablecoinEthereumDecentralized stablecoin (DAI) backed by diversified collateral
LidoLiquid StakingEthereumTokenized staked ETH (stETH) for composable yield
ChainlinkOraclesCross-chainDecentralized price and data feeds via aggregated reporters
GMXPerpetualsArbitrum, AvalanchePool-backed perpetuals with multi-asset GLP liquidity
EigenLayerRestakingEthereumRepurposing staked ETH security for additional services

Inclusion is illustrative and not an endorsement. Always review each protocol's documentation, audits, and governance.

Risks you must understand

DeFi removes some risks and introduces others. Treat the following with seriousness proportional to your exposure.

Smart-contract risk

Bugs or exploitable logic can lead to irreversible loss. Mitigate by preferring audited, battle-tested contracts and sizing exposure conservatively in newer systems.

Oracle risk

Mispriced feeds or manipulated reporters can cause bad liquidations, undercollateralized loans, or drained pools. Understand what oracle each protocol depends on.

Bridge risk

Cross-chain bridges have historically been among the largest attack surfaces. Assess their trust model — multisig, light client, ZK — before moving meaningful value.

Liquidation risk

Leveraged positions can be forcibly closed at volatile prices. Maintain conservative health factors and monitor collateral ratios continuously.

Key-management risk

Self-custody means you are the bank. Loss of a seed phrase is loss of funds. Use hardware wallets, consider multisig, and rehearse recovery procedures.

Regulatory risk

The legal treatment of tokens, protocols, and participants varies by jurisdiction and evolves rapidly. Keep informed; nothing here is legal advice.

Glossary

Plain-language definitions for frequently encountered terms.

AMM
Automated Market Maker — a smart contract that prices trades from a liquidity pool using a deterministic formula.
APY / APR
Annualized yield or rate. APY assumes compounding; APR does not.
Collateralization Ratio
The value of collateral divided by the value of debt. Falls as collateral prices drop or debt accrues.
Flash Loan
An uncollateralized loan that must be borrowed and repaid inside a single transaction.
Gas
The fee paid to validators to include a transaction. Priced in the network's native token.
Impermanent Loss
Opportunity cost experienced by liquidity providers when pool composition diverges from simply holding the assets.
Liquidation
Forced closure of an under-collateralized position to protect the protocol's solvency.
Slippage
The difference between expected and executed trade price, usually due to liquidity depth.
TVL
Total Value Locked — aggregate value of assets deposited in a protocol or ecosystem.
Yield Farming
Strategies that combine lending, liquidity provision, and incentives to maximize return.