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

# Why Fixed Rate?

> Understanding the volatility problem in DeFi lending and how fixed rates solve it

## The Problem with Variable Rates

Traditional DeFi lending protocols like Aave and Compound use variable interest rates that fluctuate based on utilization. While this works for the protocol, it creates significant problems for users.

### Rate Volatility is Extreme

<Warning>
  Variable rates in DeFi can swing **78%+ in a single day**. This makes financial planning nearly impossible.
</Warning>

| Protocol      | Average Daily Volatility | Max Single-Day Swing |
| ------------- | ------------------------ | -------------------- |
| Aave USDC     | 15-25%                   | 78%                  |
| Compound USDC | 12-20%                   | 65%                  |
| Centuari      | **0%**                   | **0%**               |

### Real Consequences

<CardGroup cols={2}>
  <Card title="For Lenders" icon="chart-line-down">
    You deposit expecting 8% APY. A week later, rates drop to 2%. Your yield projections are worthless.
  </Card>

  <Card title="For Borrowers" icon="triangle-exclamation">
    You borrow at 5% APY for a leveraged trade. Rates spike to 25%. Your position becomes unprofitable, or worse, liquidated.
  </Card>
</CardGroup>

## 80% of Liquidations Are Rate-Driven

<Info>
  Research shows that **80% of DeFi liquidations** occur not because collateral prices dropped, but because borrowing rates spiked unexpectedly.
</Info>

When rates surge:

1. Borrower's health factor deteriorates faster than anticipated
2. They have no time to add collateral or repay
3. Liquidation bots execute before borrowers can react

Fixed rates eliminate this entire category of risk.

## Why Institutions Need Fixed Rates

Traditional finance operates almost entirely on fixed rates. Here's why:

<AccordionGroup>
  <Accordion title="Financial Planning" icon="calculator">
    CFOs need to know exact interest expenses for quarterly reports. Variable rates make this impossible.
  </Accordion>

  <Accordion title="Regulatory Compliance" icon="scale-balanced">
    Many jurisdictions require clear disclosure of borrowing costs. Variable rates complicate compliance.
  </Accordion>

  <Accordion title="Risk Management" icon="shield-halved">
    Hedging strategies require predictable cash flows. Variable rates introduce unhedgeable interest rate risk.
  </Accordion>

  <Accordion title="Audit Requirements" icon="clipboard-check">
    Auditors need to verify expected vs. actual returns. Variable rates create reconciliation nightmares.
  </Accordion>
</AccordionGroup>

## User Research: What People Actually Want

We surveyed DeFi users and traditional finance users to understand their preferences:

<Tabs>
  <Tab title="DeFi Users">
    * **67%** prefer fixed rates over variable
    * **75%** want tradable/tokenized loan positions
    * **60%** find DeFi terminology confusing
    * Top concerns: rate volatility, liquidation risk
  </Tab>

  <Tab title="Traditional Users">
    * **83%** prefer fixed rates
    * **82%** cite security/scams as top concern
    * **53%** want to use real-world assets as collateral
    * Top concerns: security, complexity, trust
  </Tab>
</Tabs>

## The Centuari Solution

Centuari brings fixed-rate lending to DeFi with:

<Steps>
  <Step title="Lock Your Rate">
    Choose your fixed interest rate at the time of lending or borrowing. It never changes.
  </Step>

  <Step title="Set Your Maturity">
    Pick when your position matures. Plan your finances with certainty.
  </Step>

  <Step title="Stay Composable">
    Your position is tokenized as CBT. Trade it, collateralize it, or hold to maturity.
  </Step>
</Steps>

## Fixed Rate Benefits

| Benefit             | Variable Rate            | Fixed Rate (Centuari) |
| ------------------- | ------------------------ | --------------------- |
| Rate predictability | ❌ Changes constantly     | ✅ Locked at entry     |
| Financial planning  | ❌ Impossible             | ✅ Exact projections   |
| Liquidation risk    | ⚠️ Rate spikes cause 80% | ✅ Eliminated          |
| Institution-ready   | ❌ Compliance issues      | ✅ TradFi compatible   |
| Sleep at night      | ❌ Constant monitoring    | ✅ Set and forget      |

<Card title="Ready to experience fixed rates?" icon="rocket" href="/user-guides/lenders/getting-started">
  Get started with Centuari
</Card>
