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

# Yield Optimization

> Advanced strategies for maximizing fixed-rate lending returns

## Overview

This guide covers strategies for experienced lenders who want to optimize their fixed-rate yields beyond basic lending.

## Strategy 1: Rate Laddering

Spread orders across multiple rates to balance fill speed with yield:

```
Total Capital: $100,000 USDC

Laddered Orders:
├── $25,000 @ 8.5% (aggressive - may take days)
├── $25,000 @ 8.0% (market rate - hours)
├── $25,000 @ 7.5% (below market - quick fill)
└── $25,000 @ 7.0% (very conservative - instant)

Result: Blended ~7.75% with most capital deployed quickly
```

**When to use**: When you have a large amount and want both speed and rate optimization.

## Strategy 2: Maturity Laddering

Spread across different maturities for liquidity management:

```
Total Capital: $100,000 USDC

Maturity Ladder:
├── $25,000 @ 30 days (short-term)
├── $25,000 @ 60 days
├── $25,000 @ 90 days
└── $25,000 @ 180 days (long-term)

Result: ~$25,000 matures every 30-60 days
```

**Benefits**:

* Regular liquidity events
* Reduces reinvestment risk
* Can respond to rate changes

## Strategy 3: Yield Curve Trading

Exploit rate differences across maturities:

<Tabs>
  <Tab title="Normal Curve">
    **Longer maturities = higher rates**

    Strategy: Lock in longer maturities when spread is wide

    Example:

    * 30-day: 7.0%
    * 180-day: 8.5% (150bp premium)
    * Lock in 180-day if premium is historically high
  </Tab>

  <Tab title="Inverted Curve">
    **Shorter maturities = higher rates**

    Strategy: Use short-term + auto-rollover to capture higher rates repeatedly

    Example:

    * 30-day: 8.5%
    * 180-day: 7.5%
    * Roll 30-day positions for higher compounded return
  </Tab>
</Tabs>

## Strategy 4: Cross-Currency Optimization

Compare rates across stablecoin markets:

```
Current Rates (90-day):
├── USDC: 7.5%
├── USDT: 8.0%
└── DAI: 7.8%

Strategy: Lend USDT for +50bps over USDC
```

**Consideration**: Different stablecoins have different risk profiles. Weigh yield vs. risk.

## Strategy 5: Vault + Direct Hybrid

Combine vault automation with direct positions:

```
Total Capital: $100,000

Allocation:
├── $70,000 in Vault (hands-off, diversified)
└── $30,000 Direct (your rate, your terms)

Why: Get vault benefits while keeping some capital for opportunities
```

## Strategy 6: CBT Arbitrage

Buy underpriced CBT on secondary markets:

<Steps>
  <Step title="Identify Opportunity">
    CBT trading below fair value (e.g., 0.96 vs 0.97 fair)
  </Step>

  <Step title="Purchase">
    Buy discounted CBT on order book
  </Step>

  <Step title="Hold to Maturity">
    Redeem at \$1 for risk-free profit
  </Step>
</Steps>

**Example**:

```
CBT fair value: $0.970
Market price: $0.960 (1% discount)
Buy 10,000 CBT for $9,600

At maturity: Redeem for $10,000
Profit: $400 (4.2% return for 90-day hold = 17% APY)
```

## Strategy 7: Auto-Rollover Optimization

Configure auto-rollover for compounding:

```
Initial: $10,000 at 8% for 90 days
  Quarter 1: +$197 → $10,197

Auto-roll at 8%:
  Quarter 2: +$200 → $10,397
  Quarter 3: +$203 → $10,600
  Quarter 4: +$207 → $10,807

Annual return with compounding: 8.07%
vs. Simple interest: 8.00%
```

With target rate setting:

```
Target Rate: 7.5% minimum

If market rate is 7.8%: Rolls at 7.8%
If market rate is 7.2%: Returns to wallet (below target)
```

## Monitoring & Adjustments

### Daily Checks

* [ ] Review market rates
* [ ] Check pending orders
* [ ] Monitor position health
* [ ] Track vault performance

### Weekly Reviews

* [ ] Compare rates across maturities
* [ ] Assess strategy performance
* [ ] Consider rebalancing
* [ ] Review upcoming maturities

### Tracking Performance

| Metric         | Calculate                              |
| -------------- | -------------------------------------- |
| Blended APY    | Total yield / Average capital deployed |
| Fill Rate      | Orders filled / Orders placed          |
| Time to Fill   | Average days from order to match       |
| CBT Efficiency | Actual vs theoretical CBT returns      |

## Risk Management

<Warning>
  Higher yields often come with higher risks. Always consider:
</Warning>

| Risk          | Mitigation                            |
| ------------- | ------------------------------------- |
| Concentration | Diversify across positions and vaults |
| Liquidity     | Keep portion in shorter maturities    |
| Rate          | Use laddering to average rates        |
| Protocol      | Monitor protocol health and audits    |

## Tools & Resources

### Order Book Analysis

Check depth at each rate level:

```
Borrow Demand:
8.5%: $50,000  ← Low demand
8.0%: $200,000 ← Good demand
7.5%: $500,000 ← High demand

Your best bet: 7.8-8.0% for quick fill with good rate
```

### Rate History

View historical rates to inform decisions:

* Last 7 days average
* Last 30 days range
* Seasonal patterns

## FAQs

<AccordionGroup>
  <Accordion title="Should I wait for higher rates?">
    Time in the market often beats timing the market. Consider deploying at current rates while keeping some capital for opportunities.
  </Accordion>

  <Accordion title="How much should I diversify?">
    Depends on portfolio size. For \<$50k, 2-3 positions is sufficient. For &gt;$100k, consider 5-10+ positions across maturities.
  </Accordion>

  <Accordion title="When should I exit early?">
    If rates have increased significantly (>200bps) and you have long remaining maturity, early exit + re-lend at higher rate may be worthwhile.
  </Accordion>
</AccordionGroup>

<Card title="Start Optimizing" icon="chart-line" href="https://app-staging.centuari.finance">
  Apply these strategies in the app
</Card>
