What is DeFi?
Decentralized finance rebuilds lending, trading, and stablecoins as open-source smart contracts — no bank, no paperwork, no intermediary.
DeFi — short for decentralized finance — is the umbrella term for financial services built on public blockchains. Exchanges, loans, interest accounts, derivatives, and insurance all exist as smart contracts that anyone with a wallet can use, without opening an account or signing paperwork.
The core primitives
Three building blocks make up most of DeFi today:
Automated market makers (AMMs). Instead of an order book, an AMM holds two assets in a liquidity pool and prices them with a math formula (Uniswap's x·y=k is the classic). Anyone can deposit into the pool to earn a share of trading fees, and anyone can swap against it instantly. Uniswap, Curve, and Balancer are the canonical examples.
Over-collateralized lending. Protocols like Aave and MakerDAO let users deposit crypto as collateral and borrow against it. If the value of your collateral falls too close to your debt, the position is automatically liquidated — a keeper bot repays your loan and seizes the collateral at a discount. No credit check, but also no mercy.
Stablecoins. Dollar-pegged tokens like USDC, USDT, and DAI are the oil that keeps DeFi running. Traders use them to price assets, lenders use them to denominate loans, and users use them to park value without leaving the chain.
Composability
DeFi's superpower is that every protocol can plug into every other protocol. Deposit USDC into Aave, borrow ETH against it, swap the ETH for another token on Uniswap, and stake it in a yield vault — all in a single transaction, with no human in the loop. Developers call this "money legos." It is also how a single buggy contract can cascade into losses across half a dozen protocols.
The risks, stated plainly
Smart contracts can have bugs, and bugs can be exploited. Oracles that feed price data can be manipulated. Governance tokens can be captured by a whale. Yields that look like 40 percent often hide a token that is about to dump. "Not your keys, not your coins" applies inside DeFi, too: leaving funds in a contract is trusting that contract's code and its admins.
Why it matters
At its best, DeFi offers financial services to anyone with an internet connection, priced transparently and executed without gatekeepers. At its worst, it is a gambling arcade. Serious users treat it like any other financial tool: understand the mechanism, size the risk, and never lend out more than you can afford to lose.
More explainers
What is Bitcoin?
The original cryptocurrency: a peer-to-peer cash system secured by proof-of-work and a capped supply of 21 million coins.
What is Ethereum?
A programmable blockchain that executes smart contracts and powers most of DeFi, NFTs, and the rollup ecosystem.
What is an ICO?
An initial coin offering is a token sale used to bootstrap a crypto project — famous for funding Ethereum in 2014 and notorious for the 2017 bubble.