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

# LP Incentives

> Reward programs for liquidity providers

## Overview

Centuari offers incentive programs to attract and retain liquidity providers, improving order book depth for all users.

## Current Programs

### Liquidity Mining

<Info>
  **Status**: Coming Soon

  Earn CENT tokens for providing liquidity to the order book.
</Info>

Expected structure:

* Rewards based on order volume and time in book
* Higher rewards for tighter spreads
* Bonus for priority markets (new maturities, new assets)

### Market Maker Program

For professional market makers:

| Tier     | Monthly Volume | Benefits                          |
| -------- | -------------- | --------------------------------- |
| Bronze   | \$1M+          | Basic API access                  |
| Silver   | \$10M+         | Priority support, reduced latency |
| Gold     | \$50M+         | Fee rebates, direct line to team  |
| Platinum | \$100M+        | Custom terms, co-marketing        |

<Card title="Apply for MM Program" icon="rocket" href="mailto:mm@centuari.io">
  Contact our market maker relations team
</Card>

## Reward Calculation (Preview)

```
Liquidity Mining Formula:

Your Rewards = (Your Score / Total Score) × Epoch Rewards

Score = Σ (Order Size × Time in Book × Spread Factor)

Spread Factor:
  <25bps spread: 1.5x
  25-50bps spread: 1.2x
  50-100bps spread: 1.0x
  >100bps spread: 0.8x
```

## Qualifying Orders

To earn incentives, orders must:

* Be within 100bps of mid-market
* Remain in book for minimum duration (e.g., 1 hour)
* Meet minimum size (\$1,000+)
* Not be wash trading or self-dealing

## Anti-Gaming Measures

<Warning>
  Wash trading, circular orders, or other manipulation disqualifies from incentives and may result in bans.
</Warning>

Detection includes:

* Order pattern analysis
* Counter-party relationship mapping
* Statistical anomaly detection

## Future Incentives

Planned programs:

* **Referral Rewards**: Earn for bringing new LPs
* **Consistency Bonus**: Extra rewards for continuous provision
* **New Market Boost**: Higher rewards for new asset pairs

## How to Participate

<Steps>
  <Step title="Start LP Activity">
    Begin providing liquidity (see [Getting Started](./getting-started))
  </Step>

  <Step title="Register for Program">
    When launched, register your address for incentives
  </Step>

  <Step title="Track Rewards">
    View accrued rewards in dashboard
  </Step>

  <Step title="Claim">
    Claim rewards periodically (weekly/monthly)
  </Step>
</Steps>

## FAQs

<AccordionGroup>
  <Accordion title="When do incentives launch?">
    Liquidity mining is expected to launch with mainnet. Check announcements for dates.
  </Accordion>

  <Accordion title="Can I earn without being a full LP?">
    One-sided provision (lend-only or borrow-only) may earn partial incentives in certain programs.
  </Accordion>

  <Accordion title="Are incentives taxable?">
    Likely yes, as income. Consult a tax professional.
  </Accordion>
</AccordionGroup>

<Card title="Join Discord for Updates" icon="discord" href="https://discord.gg/centuari">
  Be first to know when incentives launch
</Card>
