Where to start with DeFi
A short, opinionated reading path through the catalog — zero to comfortable with DeFi, in the right order, with the right detours.
DeFi is the part of crypto where people lose the most money fastest, mostly because they skip the boring part — understanding what a liquidity pool actually does — and jump straight to chasing yields. This path is the opposite. Concepts first, mechanism second, then a small amount of practice with money you can afford to set on fire. If you haven't done the Ethereum reading path yet, do that first; DeFi without Ethereum is like trying to learn jazz without knowing what a chord is.
Step 1 — Understand what DeFi is actually trying to do
Start with How to DeFi: Beginner. It's the cleanest survey of the landscape — lending, DEXs, stablecoins, derivatives — written for people who've heard the words but can't yet draw the diagram. The book ages quickly because the protocols it names change every cycle, but the categories don't. Read it for the taxonomy, not the specific apps.
If you want a wider lens that includes non-financial token use cases, Token Economy by Shermin Voshmgir covers the broader design space. It's drier than How to DeFi but better at explaining why tokens are a primitive in the first place.
Step 2 — Understand the mechanism
Now go back to Mastering Ethereum and read the DeFi-relevant chapters: the EVM, gas, tokens (ERC-20 in particular), and the chapter on decentralized applications. You don't need to compile anything. You do need to understand why a smart contract is just code that anyone can call, and why that single property is what makes lending pools, DEXs, and stablecoins possible without an intermediary.
For the protocols themselves — AMMs, liquidations, oracles, lending curves — Finematics is the best video resource we know of. The explainers are short, visual, and don't try to sell you anything. Watch the AMM, lending, and stablecoin episodes back to back. That's an afternoon well spent.
Step 3 — Practice with money you can lose
Set up a wallet. Bridge a small amount to an L2 — under a hundred dollars total, this is tuition. Make one swap on a DEX. Deposit a small position in a blue-chip lending market. Then withdraw it. The point is not to make money; the point is to feel the gas, the slippage, the approval flow, the slight panic when a transaction is pending. None of that is in the books.
While you're doing this, subscribe to Bankless. The weekly podcast is the most reliable way to stay current on what protocols are launching, what's getting exploited, and what's actually being used versus farmed. Skip the price-speculation episodes; the protocol interviews are the value.
What to skip on day one
Yield farming, leverage, perps, anything that calls itself "ve(3,3)" or invokes "real yield," and any protocol younger than six months. Also skip the entire "DeFi 2.0" / "DeFi 3.0" discourse — it's almost entirely marketing. You're not missing anything; the protocols that survive your beginner period will still be there when you're ready.
The single most expensive mistake new DeFi users make is providing liquidity to a pool without understanding impermanent loss. Don't do that until you can explain, out loud and unprompted, exactly what happens to your position when the price of one of the assets doubles. If you can't, you're not ready yet — and that's fine. Re-read the AMM chapter and the Finematics episode. The whole point of this path is that the concepts are cheap and the mistakes are expensive, so do the concepts first.
What to do after
Once the base layer makes sense, the frontier moves to specific protocols, cross-chain mechanics, intent-based architectures, and the long-running argument about whether L2s fragment Ethereum or scale it. None of that belongs in a beginner path. Come back to the catalog in six months; we'll have updated picks. For now: small positions, big curiosity, no leverage.