Key Takeaways: Lending, Borrowing, and Yield

Core Concepts

1. Overcollateralized Lending Serves a Different Purpose Than Traditional Lending

DeFi borrowers already have capital — they borrow to avoid selling (tax efficiency), maintain price exposure (staying long), and access composable capital for yield strategies. The "why borrow money you already have?" question has rational answers rooted in how crypto-native actors manage capital. Overcollateralization is necessary because DeFi has no identity, no credit scores, and no legal recourse — the collateral is the only guarantee.

2. Interest Rates Are Set by an Algorithm, Not a Committee

The utilization-based interest rate model (the "kink model") uses a single input — what percentage of the pool is borrowed — to determine both borrow and supply rates. Below optimal utilization (~80%), rates increase gently. Above it, they spike dramatically. This self-correcting mechanism keeps pools balanced: high rates attract new supply and encourage repayment, low rates encourage borrowing and discourage idle capital.

3. The Health Factor Is the Borrower's Vital Sign

Health Factor = (Collateral Value x Liquidation Threshold) / Total Debt. Above 1.0, the position is safe. Below 1.0, it is liquidatable. Health factors are dynamic — they change with every price tick of the collateral asset. A "safe" health factor of 1.5 can become 0.8 in hours during a market crash. Monitoring and managing health factors is the most critical skill for DeFi borrowers.

4. Flash Loans Are the Most Novel Financial Instrument in DeFi

Flash loans allow borrowing any amount with zero collateral, as long as repayment occurs within the same transaction. If repayment fails, everything reverts. This is possible because blockchain transactions are atomic — all or nothing. Flash loans enable capital-free arbitrage, collateral swaps, and self-liquidation (constructive) as well as oracle manipulation and vulnerability exploitation (destructive). They cannot exist outside of blockchain systems.

5. Liquidation Is a Feature, Not a Failure

The liquidation mechanism is what keeps lending protocols solvent. Liquidators — typically automated bots — repay a portion of undercollateralized debt in exchange for collateral at a discount (the liquidation penalty, typically 5-10%). When liquidations work properly, bad positions are cleared efficiently. When they fail (as in Black Thursday 2020), the entire system is threatened. Cascading liquidations — where liquidation selling pushes prices lower, triggering more liquidations — are the primary systemic risk.

6. Real Yield vs. Inflationary Yield Is the Key Sustainability Metric

Real yield comes from protocol revenue — fees paid by users for actual services. Inflationary yield comes from token emissions — newly minted governance tokens distributed to users. A protocol advertising 20% APY but generating only 2% in real revenue is paying the other 18% through dilution. When token prices decline (as farmers sell their rewards), the "yield" disappears. Sustainable protocols generate revenue that exceeds or at least approaches their token emissions.

7. The Risk Stack Is Deep and Layered

Using a DeFi lending protocol means simultaneously accepting smart contract risk (bugs in code), oracle risk (manipulated price feeds), governance risk (bad parameter decisions), liquidity risk (inability to withdraw), systemic risk (cascading failures across composable protocols), and regulatory risk (legal uncertainty). Each layer has produced real losses in the billions. No single audit, insurance product, or risk metric covers all layers.

Key Formulas

Formula Definition
Utilization Rate = Total Borrows / Total Deposits Percentage of pool assets currently borrowed
Borrow Rate (below kink) = Base + (U / U_optimal) x Slope1 Interest rate in the normal zone
Borrow Rate (above kink) = Base + Slope1 + ((U - U_optimal) / (1 - U_optimal)) x Slope2 Interest rate in the penalty zone
Supply Rate = Borrow Rate x Utilization x (1 - Reserve Factor) What depositors earn
Health Factor = (Collateral x Liquidation Threshold) / Debt Position safety metric; liquidatable below 1.0
Real Yield = (Protocol Revenue - Token Emissions) / TVL True, sustainable yield metric

Protocol Comparison Summary

Aspect Compound Aave
Launched 2018 2020 (v1)
Receipt tokens cTokens (exchange rate model) aTokens (rebasing balance model)
Flash loans No (removed in v3) Yes (0.05% fee)
Rate types Variable only Variable + stable
v3 philosophy Simplify (single borrowable asset per market) Expand (isolation mode, e-mode, portals)
Innovation claim Invented pool-based lending model Invented flash loans, led on features

Common Misconceptions

  1. "DeFi lending is risk-free passive income." Every deposit carries smart contract, oracle, and liquidity risk. Multiple protocols have lost user funds.

  2. "A high APY means a good investment." Most high APYs are fueled by inflationary token emissions, not sustainable revenue. High APYs often predict future token price declines.

  3. "Flash loans are primarily used for exploits." The vast majority of flash loan volume is legitimate arbitrage and position management. Exploits are dramatic but infrequent.

  4. "Overcollateralization makes DeFi lending safe." It makes the protocol relatively safe. Individual borrowers can still lose their entire collateral to liquidation during rapid price declines.

  5. "Audited protocols are secure." Euler Finance was audited by multiple reputable firms and lost $197 million. Audits reduce risk but do not eliminate it.

Looking Ahead

The concepts in this chapter — overcollateralization, health factors, interest rate curves, flash loans, liquidation, real yield — form the mechanical foundation for everything else in DeFi. In Chapter 24, we will see the same overcollateralization and liquidation mechanics applied to creating stablecoins (MakerDAO's DAI). In later chapters, these primitives reappear in derivatives protocols, structured products, and cross-chain lending. Understanding the lending machine is understanding DeFi's engine.