Skip to main content
Running a fixed-rate reserve introduces a few risk surfaces that don’t exist for floating reserves. This page is the framework for thinking about them and the parameters you control to manage them.

Risk-mitigation matrix

Pricing the rate

The fixed rate you set should fall in a corridor:
  • Floor: the floating reserve’s expected average borrow rate over the term — below this and lenders prefer floating.
  • Ceiling: what borrowers will actually accept — above this and demand evaporates.
Read the floating reserve’s recent borrow-rate history (over a duration matching your fixed term) and add the term premium you observe in adjacent cells of the rate grid. If you’re the first reserve at that duration, start near the floating rate’s recent average and adjust as demand develops.

Calibrating windows

Two windows work together — the pre-expiration rollover window and the post-expiration liquidation throttle.
  • Rollover window should be long enough that the keeper can rollover an entire maturity cohort even under network congestion. Default suggestion: 24 hours. Shorter than 4 hours starts risking missed cohorts.
  • Liquidation throttle should be long enough that a borrower who missed the rollover window has time to come back, repay, and exit cleanly. Default suggestion: 2–7 days. Shorter creates a cliff; longer means matured capital sits unproductive.
Together, the two define the borrower’s “off-ramp” between voluntary action and forced liquidation. A reasonable shape: rollover window 24h, throttle 3 days, bonus ramp from 50 bps at term-end to 500 bps over the throttle duration.

Calibrating bonuses

The liquidator’s incentive ramp is governed by three reserve-level parameters:
  • min_deleveraging_bonus_bps — what a liquidator earns at term-end + 0 seconds.
  • deleveraging_bonus_increase_bps_per_day — how fast the bonus grows.
  • max_liquidation_bonus_bps — the cap.
Set these such that:
  • The bonus is just attractive enough at the start of the throttle that a fast liquidator will take action.
  • The bonus grows enough across the throttle window that a slow liquidator is incentivised to act before others outrun them.
  • The cap is high enough to ensure the liquidation actually clears even on adverse market movement.
Mirror your floating-reserve liquidation-bonus shape, then tune slightly — protocol-enforced liquidations typically warrant slightly higher bonuses since they’re not price-driven.

Coordinating with vault curators

Vaults are the primary source of fixed-rate liquidity (both Standard and Conditional). Operational coordination matters:
  • Communicate parameter changes ahead of the lock time so vault curators can adjust.
  • Surface new fixed-rate reserves through your curator-relations channel before going live, so vault curators can plan allocation strategy.
  • Confirm vault versions support withdrawal-queue accounting before enabling the queue features. Vaults running older kvault versions cannot interact correctly with queued tickets.

What’s next

Reserve Configuration

Back to the reserve creation walkthrough.

Allocator's view

How vault curators allocate into the reserves you create.