Reserve Factor

DeFi Updated Jul 2026

What is a Reserve Factor?

The reserve factor is the percentage of borrowers’ interest that a lending protocol keeps for itself, rather than passing on to depositors (suppliers). If a market has a 10% reserve factor, then 10% of all interest paid by borrowers flows into the protocol’s reserve treasury and 90% is distributed to the people who supplied the liquidity. The reserve is the protocol’s primary source of revenue and its first line of defense against bad debt.

Reserve factors are a quiet but essential part of how lending protocols like Aave, Compound, and Maker stay solvent and fund operations. They directly trade off supplier yield against protocol safety and sustainability: a higher reserve factor means lower supplier APY but a bigger insurance pool; a lower reserve factor maximizes supplier yield but leaves the protocol thinner against losses.

How the Reserve Factor Works / Technical Details

Where the Money Flows

In an overcollateralized lending market, borrowers pay a continuously accruing interest rate on their debt. That interest is split:

  • Suppliers earn the majority, proportional to how much they deposited
  • The reserve receives the reserve-factor slice, accumulating in a contract as protocol-owned funds

For example, if borrowers are paying 8% per year on a market and the reserve factor is 15%:

  • Suppliers receive roughly 6.8% (85% of the interest)
  • The reserve accumulates 1.2% (15% of the interest)

(The exact supplier rate also depends on utilization, but the reserve factor is the fundamental split.)

What the Reserve Is Used For

The accumulated reserves serve several purposes:

  • Bad-debt coverage. If a liquidation leaves the protocol undercollateralized (collateral worth less than the debt), the reserve absorbs the shortfall, protecting suppliers from direct losses.
  • Protocol treasury / operations. Funds development, audits, grants, and incentives.
  • Safety incentives. Some protocols use reserves for insurance pools or to reward keepers who trigger liquidations.
  • Governance distribution. Reserves may eventually be used to buy back or distribute the governance token.

Per-Market Calibration

Each asset market has its own reserve factor, set by governance based on the asset’s risk:

Asset TypeTypical Reserve FactorRationale
Stablecoin markets10–20%Lower risk, but still need buffer
Blue-chip (ETH, WBTC)15–25%Moderate volatility
Volatile long-tail tokens25–40%+Higher liquidation/bad-debt risk

Riskier markets carry higher reserve factors because they are more likely to generate bad debt that the reserve must absorb.

Interaction With the Interest Rate Model

The reserve factor works alongside the interest rate model. The model determines the borrow rate as a function of utilization (how much of the supplied liquidity is currently borrowed). The reserve factor then determines what fraction of that borrow rate the protocol keeps. At high utilization, borrow rates spike (encouraging repayment and new deposits); the reserve factor captures a slice of that spike too.

Notable Examples and Patterns

Compound v2 and v3

Compound pioneered the reserve-factor model in v2: a portion of each market’s interest accrued to a Comptroller-held reserve. Compound v3 refined the architecture but kept the core idea — the protocol takes a cut to self-insure. Compound’s reserves have periodically been used for governance-decided buybacks or grants.

Aave’s Safety Module and Reserves

Aave layers a Safety Module (staked AAVE that can be slashed to cover bad debt) on top of its reserves. The reserve factor feeds the protocol treasury, while the Safety Module provides a second, larger backstop. Together they form a multi-tier defense: reserves absorb small shortfalls; the Safety Module covers catastrophic ones.

MakerDAO’s Stability Fees

MakerDAO’s analog is the stability fee — interest charged on DAI loans that accrues to the protocol. It plays the same role as a reserve factor: protocol revenue that doubles as a buffer, which Maker uses to buy and burn MKR or rebuild surplus.

Bad-Debt Events

When extreme volatility (e.g., the March 2020 COVID crash, or the 2022 cascades) caused liquidations to fail or oracles to lag, lending protocols drew on their reserves to cover the resulting bad debt. Markets with higher reserve factors weathered these events with less damage to suppliers.

How to Understand Reserve Factors

For Suppliers

  • A higher reserve factor lowers your yield but means the protocol is building a stronger insurance pool, reducing the chance your deposit takes a haircut during a crisis.
  • Compare supplier APYs across protocols directly rather than looking only at borrow rates — the reserve factor is already baked into the supplier rate.
  • Prefer protocols with healthy, growing reserves and a Safety Module for higher confidence in getting your funds back.

For Protocol Participants / Governance

  • Balance supplier attractiveness against safety. Setting the reserve factor too low chases short-term TVL at the cost of long-term solvency.
  • Monitor the reserve-to-TVL ratio. A shrinking reserve relative to total deposits means weakening insurance.
  • Use reserves transparently. Clear rules for how reserves are spent (insurance vs. buybacks vs. operations) build trust.

Frequently Asked Questions

Q: Is the reserve factor the same as the protocol’s profit? A: Roughly, yes — it’s the protocol’s cut of borrower interest. But it’s also an insurance pool, not pure profit, because it is the first fund used to cover bad debt. A protocol with large reserves is safer, not just more profitable.

Q: Why doesn’t the protocol just charge fees at deposit/withdrawal? A: Taking a slice of ongoing interest (the reserve factor) aligns revenue with usage and risk: the protocol earns more when the market is active and risky, exactly when it needs a bigger buffer.

Q: Can the reserve factor change? A: Yes. Governance adjusts it per market, often raising it for volatile assets during stress and lowering it to attract suppliers in quiet periods. Check current parameters before depositing.