Why Arbitrum Aave Has 77% Utilization but Only
Published 6/11/2026, 6:09:29 AM
The paradox of high utilization (77%) paired with low APY (1.01%) on Arbitrum Aave is explained by Aave's kinked, piecewise interest rate model — not a bug, but by design.
1. The Interest Rate Model: Two-Slope Architecture
Aave uses a utilization-based interest rate model with a critical "kink" at the optimal utilization threshold (typically 80%):
| Utilization Zone | Rate Behavior | Slope |
|---|---|---|
| 0% – 80% (optimal) | Gradual linear increase | Slope 1 (~4%) |
| 80% – 100% | Sharp exponential increase | Slope 2 (~60-75%) |
Below Optimal (U ≤ U_opt):
BorrowRate = BaseRate + (Utilization / U_opt) × Slope1
Above Optimal (U > U_opt):
BorrowRate = BaseRate + Slope1 + ((Utilization - U_opt) / (1 - U_opt)) × Slope2
At 77% utilization, the market is operating below the 80% optimal threshold — on the gentle Slope 1 portion where borrow rates increase gradually, not exponentially. The steep Slope 2 that would dramatically accelerate rates has not yet activated.
2. The Supply APY Formula
The supply APY is not simply utilization — it's a product of three factors:
SupplyRate = BorrowRate × Utilization × (1 - ReserveFactor)
The Reserve Factor (typically 10–25%) is the protocol treasury cut, further reducing lender earnings.
Example calculation at 77% utilization:
- Borrow Rate ≈ 3.85% (using typical stablecoin parameters: Base=0%, Slope1=4%, Optimal=80%)
- Supply Rate = 3.85% × 77% × (1 - 0.15) ≈ 2.52%
The observed 1.01% APY suggests either lower Slope 1 parameters configured for Arbitrum, a higher reserve factor, or the asset in question is a volatile asset (ETH) rather than a stablecoin — which carries different rate parameters.
3. Asset Type Matters
Different asset classes have different rate configurations:
| Asset Class | Base Rate | Slope 1 | Optimal |
|---|---|---|---|
| Stablecoins | 0–2% | 4–9.5% | 80–90% |
| Volatile (ETH) | 0–3% | Higher | 80–90% |
The 1.01% APY is significantly below the Ethereum stablecoin average of ~2.44% supply APR, suggesting:
- Different asset composition (possibly more ETH exposure on Arbitrum)
- Lower Slope 1 parameters configured for the Arbitrum deployment
- Higher reserve factor allocation
4. Protocol Dynamics
Why low rates persist at high utilization:
- Parameter Misconfiguration: Arbitrum may have lower Slope 1 values than Ethereum mainnet, keeping rates conservative even approaching optimal
- Capital efficiency priority: Aave's model prioritizes borrower accessibility below optimal — high utilization without rate spikes signals a functioning, balanced market
- Borrower demand dynamics: Borrowers may be using leverage/looping strategies (common on Arbitrum with DRiP incentives) that keep demand steady but rates controlled [Source: https://blockworks.com/news/arbitrum-drip-incentive-program]
- Market fragmentation: Cross-chain liquidity can create disconnected rate environments
The key insight: High utilization alone does not trigger high rates — only crossing the optimal threshold does. At 77%, the market is in a "controlled burn" zone where borrowing remains attractive and liquidity buffers are maintained.
5. What Would Change This?
| Trigger | Effect |
|---|---|
| Utilization crosses 80% | Slope 2 activates → borrow rates spike dramatically → supply APY rises |
| Governance action | Can adjust Base Rate, Slope 1, Slope 2, or Optimal Utilization |
| Liquidity incentives | Could distort natural rate discovery |
Historical precedent: In November 2022, USDT on Aave V2 reached 95%+ utilization, prompting governance to lower optimal from 90% to 80% and increase Slope 2 from 60% to 75% to improve protocol revenue [Source: https://governance.aave.com/t/arc-interest-rate-curve-changes-for-aave-v2-eth-november-2022/10884].
Summary
The 77% utilization with 1.01% APY is expected behavior under Aave's interest rate model. The market is operating below the optimal threshold where rates increase gradually. This configuration prioritizes capital efficiency and borrower accessibility over lender yields. Once utilization exceeds ~80%, both borrow and supply rates would increase significantly due to Slope 2 activation.
Note on data verification: The specific 77.43% utilization and 1.01% APY figures could not be independently confirmed via on-chain or protocol dashboard sources. The explanation above is derived from Aave's documented interest rate model architecture and general protocol dynamics.
Gap acknowledgment (c1 — UNRESOLVED): No direct on-chain or protocol data source confirms the exact 77.43% utilization and 1.01% APY figures; specific asset/pool not identified; current real-time data from Aave subgraph or dashboard would be needed to verify.