APR (Annual Percentage Rate)

DeFi Updated Mar 2026

What is APR?

APR (Annual Percentage Rate) is the yearly interest rate applied to borrowed or lent assets, expressed as a simple percentage without compounding. In DeFi, APR appears everywhere: staking rewards, lending protocols, liquidity provision, and yield farming programs. If a protocol advertises “5% APR on USDC,” it means you earn 5% of your principal over a year, paid in installments (typically per block or per day).

APR is the baseline metric for comparing returns across DeFi protocols. However, it can be misleading because it does not account for compounding — the effect of reinvesting earned interest to generate additional returns. APR’s compounding cousin, APY (Annual Percentage Yield), always produces a higher effective return for the same nominal rate when interest is reinvested.

In traditional finance, APR includes fees and costs associated with borrowing (that is why US mortgage APRs are slightly higher than the nominal interest rate). In DeFi, APR typically refers to the raw interest rate without additional fees, making it more straightforward but also easier to manipulate in marketing. A protocol advertising “200% APR” might be paying rewards in a rapidly depreciating token, meaning the real return in dollar terms could be deeply negative.

Understanding APR is critical for any DeFi user. It determines how much you earn on deposits (Aave, Compound, Maker), how much you pay on borrows (overcollateralized loans), and how much you earn for providing liquidity (Uniswap, Curve). The same mechanics that generate 5% APR on stablecoins in a bull market can flip to negative returns in a bear market when token depreciation outweighs nominal interest.

How It Works

Simple Interest Calculation

APR uses simple interest. For a deposit of $1,000 at 10% APR:

  • Annual earnings: $1,000 × 10% = $100
  • Monthly earnings: $100 ÷ 12 = $8.33
  • Daily earnings: $100 ÷ 365 = $0.27

If you withdraw your interest payments as they are distributed, your effective return is exactly 10%. If you reinvest them (compound), your effective return rises to ~10.47% — which would be quoted as 10.47% APY.

APR in Lending Protocols

On platforms like Aave and Compound, APR is dynamically determined by utilization rate — the ratio of borrowed assets to total deposited assets:

Utilization RateAPR BehaviorExample
0–50%Low, rises slowly2–5% APR
50–80%Moderate, rises steeply5–15% APR
80–95%High, rises exponentially15–50% APR
95–100%Near-infinite (liquidity crisis)50%+ APR

The interest rate model uses a piecewise linear (or kinked) function. Below the “kink” (typically ~80% utilization), rates rise gradually. Above the kink, rates rise steeply to incentivize depositors to add liquidity and borrowers to repay. This prevents the protocol from running out of withdrawable funds.

For example, on Aave V3 (Ethereum) as of early 2025:

  • USDC supply APR: ~4–8% (depending on utilization)
  • USDC borrow APR: ~5–10% (slightly higher than supply rate)
  • WETH supply APR: ~1–3%
  • DAI borrow APR: ~5–12%

The spread between supply and borrow APR is the protocol’s revenue (Aave keeps a percentage as a “reserve factor,” typically 10–20%).

APR in Staking

Staking APR represents the annual return from validating transactions on a PoS blockchain:

  • Ethereum: ~3–5% APR (depends on total staked ETH; more stakers = lower per-validator rewards)
  • Solana: ~6–8% APR (inflation-based, decreasing over time)
  • Cardano: ~4–6% APR
  • Cosmos (ATOM): ~10–15% APR
  • Polygon: ~4–6% APR

Staking APR is funded by network inflation and transaction fees. It is not “free money” — inflation dilutes non-stakers, so the real return is APR minus inflation rate.

Variable vs Fixed APR

TypeDescriptionExample Protocols
Variable APRFluctuates with market conditions in real-timeAave, Compound, most DeFi
Fixed APRLocked for a specific term (days to months)Notional Finance, Pendle, Term Finance
Floating with capVariable but with a maximum rateMakerDAO Stability Fee

Variable APR can change every block (every 12 seconds on Ethereum). A position earning 10% APR today might earn 2% tomorrow if utilization drops.

Real-World Examples

Aave V3 USDC lending: In March 2023, during the USDC depeg crisis (caused by Silicon Valley Bank collapse), USDC utilization on Aave spiked to 90%+ as users rushed to borrow USDC. Supply APR briefly hit 50%+ before normalizing to ~8% within 48 hours.

Anchor Protocol (Terra): Anchor offered a fixed 20% APR on UST deposits, subsidized by the protocol’s treasury. When the treasury ran dry in May 2022, the APR was reduced to 15%, triggering a death spiral that wiped out $40B+ in value. This remains the most cautionary tale of unsustainable APR in DeFi.

Lido stETH: Lido issues stETH (staked ETH) that accrues staking rewards. The effective APR is ~3–4%, reflected in the stETH/ETH exchange ratio increasing daily. Users can use stETH as collateral on Aave to borrow more ETH, creating a leveraged staking loop.

Key Risks / Considerations

  • Token depreciation risk: A 500% APR paid in a protocol token is worthless if the token drops 99%. Always calculate returns in a stable unit (USDC/ETH).
  • Smart contract risk: High APR often indicates higher risk. Protocols offering abnormally high returns may have undiscovered vulnerabilities.
  • Impermanent loss: Liquidity provider APR does not account for impermanent loss. A 30% APR may be entirely consumed by IL in volatile pairs.
  • Variable rate risk: Your APR can drop to near-zero if market conditions change. Budgeting based on current APR is dangerous.
  • Protocol fees: Some protocols quote APR before fees. Always check the “net APR” after protocol fees, performance fees, and gas costs.

Frequently Asked Questions

Q: Why is the APR on my deposit different from what was advertised? A: Variable APR changes in real-time based on utilization and market conditions. The rate you see when depositing is a snapshot — it will fluctuate continuously. Check the current rate on the protocol’s dashboard.

Q: Is a higher APR always better? A: No. High APR often correlates with high risk: volatile reward tokens, low-liquidity pools, or unproven protocols. A 5% APR on USDC via Aave is far safer than a 500% APR on a micro-cap token.

Q: How is APR different from APY? A: APR is simple interest (no reinvestment). APY includes compounding (interest on interest). For the same nominal rate, APY is always ≥ APR. The difference is larger when interest compounds more frequently.

Q: Can I lose money while earning APR? A: Absolutely. Token depreciation, impermanent loss, smart contract exploits, and protocol insolvency can all exceed interest earnings. APR is gross return, not net profit.