ResearchApril 2026· 5 min read

Interest Rates for Assets That Have Gates

The rate models used across existing lending protocols were built for liquid collateral that can be sold or repaid instantly. When the underlying asset has a redemption gate, the borrower cannot respond to rate signals until the next window opens. The interest model needs to follow the gate schedule, not pool utilization.

1. Different Assets Need Different Rate Models

ETH can be sold in the same block it was borrowed against. A quarterly gated fund share cannot be redeemed for 90 days, may have a lockup, and may cap how much can exit per window. These two assets sit on the same blockchains and can be wrapped in the same token standards, but they have completely different liquidity profiles. The rate model for one should not be copied to the other.

Existing rate models already handle the liquid end of this spectrum well. Utilization curves work for assets that settle instantly or daily. Bank NAV facilities work for monthly funds with stated maturities. The table below maps what exists today.

The gap is at the gated end. Assets with quarterly redemption windows, lockups, or percentage caps on how much can exit per window. The utilization curve assumes the borrower can repay at any time. The bank facility assumes covenant enforcement through counsel. Neither assumption holds when the asset itself dictates when settlement can happen.

The redemption spectrum: from instant settlement to quarterly gates
ETH / WBTC
Window: None
Settlement: Instant (same block)
Rate model: Utilization kink (Aave, Compound)
BlackRock BUIDL
Window: Daily
Settlement: T+0 same day wire
Rate model: Utilization kink (Euler)
Midas mF ONE
Window: Daily + queue
Settlement: Instant with capacity limit
Rate model: Adaptive curve (Morpho)
Monthly fund (TradFi)
Window: 30 days
Settlement: NAV + queue
Rate model: SOFR + spread (bank NAV facility)
Quarterly gated fund
Window: Quarterly
Settlement: NAV + lockup + cap
Rate model: ?
Green: liquid enough for utilization curves. Yellow: daily with limits or monthly gates. Red: quarterly+ gates need a different model.

2. How Utilization Curves Work

The borrow rate is a function of how full the pool is. When most of the capital is idle, borrowing is cheap. As utilization rises toward a target, the rate climbs gently. Above that target, the rate goes vertical. At 100% utilization, borrow rates on major protocols can exceed 75% APR.

Utilization curve: borrow rate by pool utilization (%)
Kink (80%)0%20%40%60%80%0%20%40%60%80%100%

The steep part of the curve does two things. It forces borrowers to repay so depositors can withdraw. And it attracts new deposits by offering higher supply rates when the pool is running low. Both sides of the market respond to the same signal. Aave, Compound, and Morpho all use variations of this model. The details differ but the core mechanic is the same: the rate responds to how full the pool is.

The rate is retroactive and universal. Every borrower in the pool pays the same rate. It changes continuously as utilization moves. A single large withdrawal reprices every open position at once. This works because the borrower can respond instantly. Repay in the same block. Escape the elevated rate. The signal has a feedback loop.

3. Why the Feedback Loop Breaks

When you borrow USDC against ETH on Aave and the rate spikes, you have options. You can repay immediately. You can add collateral. You can move to a cheaper pool. The rate spike is a signal and you have the tools to respond to it in real time.

When you borrow against a quarterly gated fund share and the rate spikes, you cannot do any of those things. The redemption window is 90 days out. The borrower is locked in regardless of what the rate does between windows. Repricing their loan because someone else opened a position in the same pool punishes behavior the borrower has no ability to change. The signal has no feedback loop. What matters is not how full the pool is, but whether this specific borrower is settling on schedule.

4. The Rate Model

Two components. The base rate is SOFR (~3.65% as of this writing), which floats with the market. The spread over SOFR is where the gate logic lives. Starting spread is 300 bps, set at issuance. If demand for the specific asset is high (surge pricing), the spread widens for that position. After issuance, the spread only moves in one direction: up, on each missed redemption window.

The rate does not go up because of how much has been lent across a pool. It goes up based on the windows the lender determines are reasonable for the borrower to exit.

Quarterly gated asset: rate lifecycle from issuance through foreclosure (SOFR at ~3.65%)
1
IssuanceSOFR + 300 bps (or + surge)
Spread set based on current demand. If surge active for this asset, spread widens for this position only.
2
LockedRate fixedDay 0 to 90
Borrower holds the position until the next redemption window. Rate does not change regardless of pool activity or other borrowers.
3
Gate 1 missedSOFR + 600 bpsDay 90
Borrower did not redeem at the first available window. Spread steps up. All in rate: ~9.65%.
4
Gate 2 missedSOFR + 900 bpsDay 180
Second window missed. Spread steps up again. All in rate: ~12.65%.
5
Gate 3 missedForeclosureDay 270
Third window missed. Lender takes control of collateral. Interest accrued: ~15.65% all in.

Interest accrues and capitalizes. No periodic payments. The borrower owes nothing until the position settles.

All in rate through foreclosure: SOFR (~3.65%) + escalating spread per missed window
SOFRForeclosure~15.65%0%3.65%6.65%9.65%12.65%15.65%OpenGate 1Gate 2Gate 3

5. Foreclosure, Not an Open Ended Penalty

Traditional foreclosure is slow. The lender files, negotiates, litigates. It can take 12 to 24 months to seize collateral on a defaulted NAV facility. The borrower sits in default, paying penalty interest, while both sides run up legal fees.

When the collateral sits with a third party custodian and the enforcement rules are preset, foreclosure follows the agreed sequence automatically. After the configured maximum of missed windows, the custodian transfers the asset to the lender. No filing. No negotiation. No 18 month timeline. The lender sells through whatever channel gets the best price and settles the waterfall: principal plus accrued interest first, remainder to the borrower, shortfall absorbed by the borrower's first loss pool. All automated, all verifiable, all immediate. Standardizing this process across every loan removes the bespoke legal cost from each deal. Borrowers get faster origination and tighter spreads because the enforcement is already built.

Sources

[1] Aave V3, Compound V3, Morpho Blue interest rate documentation and pool data.

[2] New York Fed SOFR. CME Group Term SOFR Reference Rates.

[3] BlackRock BUIDL, Ondo OUSG, Midas mF ONE, Aave Horizon, Euler Finance, Flux Finance protocol documentation.

[4] Fund Finance Association. Rede Partners NAV Financing Report 2025. Proskauer 2025.

More Research