Non-custodial
Users hold their own keys. Assets remain under user control; protocols cannot unilaterally seize funds.
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.
Figures are illustrative order-of-magnitude references. See Resources for live data sources.
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.
Users hold their own keys. Assets remain under user control; protocols cannot unilaterally seize funds.
No applications, no KYC gate at the protocol layer. Identity is a wallet address; access is global.
Balances, flows, and contract logic are public. Risks can be measured directly from on-chain data.
Protocols interoperate atomically within a single transaction — the "money Legos" property.
The building blocks that compose into the rest of the DeFi stack.
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
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
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
Perpetual futures, options, and structured products executed on-chain. Margining, funding, and settlement are enforced by smart contracts and oracles.
GMX · Synthetix · Lyra · Hyperliquid
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 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
From wallet signature to on-chain settlement — the lifecycle of an interaction.
A self-custodial wallet (e.g., MetaMask, Rabby, a hardware device) generates a signed message proving control of an address. No account creation required.
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.
The user signs with their private key. The key never leaves the device. The signed payload is broadcast to the network's mempool.
Validators (or sequencers on L2s) include the transaction in a block. The contract executes deterministically; state is updated atomically.
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.
A representative selection of well-known protocols, organized by category.
| Protocol | Category | Chains | Defining idea |
|---|---|---|---|
| Uniswap | DEX / AMM | Ethereum, L2s, multi-chain | Constant-product and concentrated liquidity market making |
| Curve | DEX / StableSwap | Ethereum, many EVMs | AMM optimized for pegged and correlated assets |
| Aave | Lending | Ethereum, L2s, multi-chain | Pooled over-collateralized borrowing with variable rates |
| MakerDAO / Sky | CDP & Stablecoin | Ethereum | Decentralized stablecoin (DAI) backed by diversified collateral |
| Lido | Liquid Staking | Ethereum | Tokenized staked ETH (stETH) for composable yield |
| Chainlink | Oracles | Cross-chain | Decentralized price and data feeds via aggregated reporters |
| GMX | Perpetuals | Arbitrum, Avalanche | Pool-backed perpetuals with multi-asset GLP liquidity |
| EigenLayer | Restaking | Ethereum | Repurposing staked ETH security for additional services |
Inclusion is illustrative and not an endorsement. Always review each protocol's documentation, audits, and governance.
DeFi removes some risks and introduces others. Treat the following with seriousness proportional to your exposure.
Bugs or exploitable logic can lead to irreversible loss. Mitigate by preferring audited, battle-tested contracts and sizing exposure conservatively in newer systems.
Mispriced feeds or manipulated reporters can cause bad liquidations, undercollateralized loans, or drained pools. Understand what oracle each protocol depends on.
Cross-chain bridges have historically been among the largest attack surfaces. Assess their trust model — multisig, light client, ZK — before moving meaningful value.
Leveraged positions can be forcibly closed at volatile prices. Maintain conservative health factors and monitor collateral ratios continuously.
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.
The legal treatment of tokens, protocols, and participants varies by jurisdiction and evolves rapidly. Keep informed; nothing here is legal advice.
Plain-language definitions for frequently encountered terms.
Primary sources, dashboards, and documentation worth bookmarking.
The Ethereum Foundation's introduction to DeFi, concepts, and getting started.
Open dashboard for TVL, yields, fees, and protocol analytics across chains.
Reference implementation of a modern decentralized lending protocol.
The AMM that popularized on-chain spot trading and concentrated liquidity.
Oracle design, data feeds, and cross-chain messaging fundamentals.
Postmortems of major DeFi exploits — essential reading for risk intuition.