> ## Documentation Index
> Fetch the complete documentation index at: https://kamino.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Fixed Rates

> Creating and configuring fixed-rate reserves and the market-level settings that govern them

Fixed-rate reserves are a distinct reserve type within a Kamino lending market. Each fixed-rate reserve has a constant borrow rate and a fixed term (e.g. `USDC 5.5% 3M`) and exists alongside the floating-rate reserve for the same debt token. This section is for **market managers** — the curators who create reserves, set rates and terms, configure rollover and liquidation windows, and decide when fixed-rate features go live on a market.

For the allocator-side view (curators allocating capital into fixed-rate reserves), see [Fixed Rates (Vaults)](/curators/vaults/fixed-rates).

## Read in this order

<CardGroup cols={2}>
  <Card title="Reserve Configuration" icon="sliders" href="/curators/markets/fixed-rates/reserve-configuration">
    Anatomy of a fixed-rate reserve, the four fields that pin rate and term, and how to create one via CLI.
  </Card>

  <Card title="Market Settings" icon="toggle-on" href="/curators/markets/fixed-rates/market-settings">
    Feature flags, rollover windows, the post-maturity liquidation throttle, and the recommended enablement sequence.
  </Card>

  <Card title="Lifecycle Operations" icon="timeline" href="/curators/markets/fixed-rates/lifecycle-operations">
    Updating an existing reserve, what can and cannot be changed, soft and hard sunsetting, and operational notes.
  </Card>

  <Card title="Risk Considerations" icon="shield" href="/curators/markets/fixed-rates/risk">
    Risks specific to running fixed-rate reserves and how to set parameters that mitigate them.
  </Card>
</CardGroup>
