DeFi stands for decentralized finance. The label is doing a lot of work. Let us unpack what it actually delivers, what it does not, and where the money is today.
The core idea
Traditional finance runs on institutions. When you send money, take out a loan, or trade a stock, some company holds your assets and processes the transaction. Their software runs on their servers. If they disappear, your account disappears with them.
DeFi runs on smart contracts: programs that live on a blockchain and execute automatically when their conditions are met. No company holds your assets while a smart contract manages them — you hold your keys, the contract holds funds only for as long as the trade takes. Anyone with the right wallet address can use the same contract in the same way. Its source code is public, so anyone can audit exactly what it does.
TradFi vs DeFi, side by side
The building block: liquidity pools
Take a moment on this. Almost every DeFi service is built out of one primitive: a smart contract that holds two (or more) tokens, and lets anyone swap one for the other at a price its math dictates.
The most common formula is x × y = k, called a constant product. If the pool holds X units of USDC and Y units of ETH, their product k must stay constant after every trade. That means the more USDC you put in, the more ETH the pool gives you — but each additional USDC gets you slightly less ETH, because the ratio shifts. That is where the price comes from.
No order book. No broker. Just math. Anyone can add liquidity to the pool and earn a share of the trading fees. Anyone can trade against it.
What people actually build with pools
How much money runs through this
Impermanent loss — the LP catch nobody warns you about early enough
If you provide liquidity to a two-token pool, you earn fees. You also carry a risk: when the price ratio of the two tokens moves, your position rebalances automatically. If ETH doubles against USDC while you are in the pool, you end up with less ETH and more USDC than if you had just held. The gap between holding and providing liquidity is called impermanent loss — impermanent only in name, because the moment you withdraw, it becomes real.
What DeFi does not have
- Deposit insurance. If a protocol gets hacked and drained, there is no FDIC. You are your own bank.
- Reversibility. Send to the wrong address, sign the wrong transaction — the funds are gone.
- Identity verification of who you are trading against. Great for privacy. Also great for scams, sanctions violations, and getting front-run by MEV bots.
- A human to call. If the interface breaks or a contract behaves unexpectedly, your options are: understand the code yourself, or wait for the team to respond in Discord.
The uncomfortable summary
Where to go from here
- Wallets & Keys — the layer below DeFi
- Coming soon: Impermanent loss, actually explained — the math and how to hedge it
Koinlytics