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.
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.
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.
- 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.
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.