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

# Getting Started as a Vault Curator

> Create and manage yield strategy vaults

<Warning>
  **Coming Soon** - Mutual Fund Vaults is an upcoming feature. The vault curator program will open when the feature launches. Further details will be available at that time.
</Warning>

## Overview

Vault curators create and manage Mutual Fund Vaults on Centuari. You design the strategy, depositors provide capital, and you earn fees for successful management.

## Why Become a Curator?

<CardGroup cols={2}>
  <Card title="Earn Fees" icon="coins">
    Management and performance fees on AUM
  </Card>

  <Card title="Build Reputation" icon="star">
    Establish yourself as a DeFi strategist
  </Card>

  <Card title="Scale Impact" icon="expand">
    Manage larger capital than personal holdings
  </Card>

  <Card title="Infrastructure Provided" icon="cubes">
    Use Centuari's audited vault system
  </Card>
</CardGroup>

## Requirements

<Steps>
  <Step title="Login">
    Visit [app-staging.centuari.finance](https://app-staging.centuari.finance) and login using any of these methods:

    * **Wallets**: MetaMask, Coinbase Wallet, WalletConnect, Rabby
    * **Social**: Google, Twitter/X, Discord
    * **Email**: Passwordless email login

    <Info>
      Centuari uses **Privy** for authentication, giving you flexible login options whether you prefer wallets or social accounts.
    </Info>
  </Step>

  <Step title="Capital Stake">
    Deposit minimum 1% of initial vault size (min \$10,000)
  </Step>

  <Step title="Legality Agreement">
    Sign the required legality agreement
  </Step>

  <Step title="Strategy Documentation">
    Detailed strategy description and risk parameters
  </Step>

  <Step title="Track Record">
    Verifiable DeFi experience (recommended)
  </Step>
</Steps>

## Application Process

<Steps>
  <Step title="Submit Application">
    Complete form with:

    * Background information
    * Proposed strategy
    * Target market and users
    * Fee structure
  </Step>

  <Step title="Review Period">
    Team reviews (1-2 weeks):

    * Strategy viability
    * Risk assessment
    * Track record verification
  </Step>

  <Step title="Approval">
    If approved:

    * Receive curator credentials
    * Access vault creation tools
  </Step>

  <Step title="Deploy Stake">
    Deposit your curator stake
  </Step>

  <Step title="Launch Vault">
    Create vault and begin accepting deposits
  </Step>
</Steps>

## Creating Your First Vault

<Steps>
  <Step title="Choose Strategy Type">
    Select from:

    * Fixed Rate Focus
    * Yield Optimized
    * RWA Enhanced
    * Custom
  </Step>

  <Step title="Set Parameters">
    Configure:

    * Allowed protocols and allocations
    * Risk limits (concentration, maturity)
    * Fee structure
  </Step>

  <Step title="Write Description">
    Clear explanation of:

    * What the vault does
    * Target returns and risk
    * Your approach
  </Step>

  <Step title="Deploy Stake">
    Deposit your curator stake (1% minimum)
  </Step>

  <Step title="Launch">
    Vault goes live for deposits
  </Step>
</Steps>

## Curator Economics

### Fee Revenue

| Fee Type    | Typical Range   | When Earned             |
| ----------- | --------------- | ----------------------- |
| Management  | 0.5-2% annually | Continuously on AUM     |
| Performance | 10-20%          | On profits above hurdle |

### Example Earnings

```
Vault AUM: $1,000,000
Management Fee: 1%
Performance Fee: 20% above 5% hurdle
Vault Returns: 12%

Annual Revenue:
  Management: $1,000,000 × 1% = $10,000
  Performance: ($120,000 - $50,000) × 20% = $14,000
  Total: $24,000

Your take: $24,000 on ~$10,000 stake = 240% ROI
```

## Responsibilities

### Daily

* Monitor positions and health factors
* Check withdrawal queue
* Review market conditions

### Weekly

* Assess strategy performance
* Consider rebalancing needs
* Update depositors if needed

### At Key Events

* Execute rebalancing
* Manage maturing positions
* Handle large deposits/withdrawals

## Curator Stake

Your stake serves multiple purposes:

| Purpose     | How It Works                      |
| ----------- | --------------------------------- |
| Alignment   | You win/lose alongside depositors |
| First Loss  | Your stake absorbs losses first   |
| Credibility | Shows commitment to strategy      |
| Security    | Slashed for negligence            |

<Warning>
  Your stake can be slashed for rule violations, negligent management, or extended inactivity.
</Warning>

## Getting Started Checklist

* [ ] Review [Curator Parameters](./curator-parameters)
* [ ] Understand [Risk Parameters](./risk-parameters)
* [ ] Plan your strategy
* [ ] Prepare application materials
* [ ] Submit application
* [ ] Await approval
* [ ] Deploy stake and launch

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Vault" icon="plus" href="./create-vault">
    Detailed vault creation guide
  </Card>

  <Card title="Risk Parameters" icon="shield" href="./risk-parameters">
    Understanding risk settings
  </Card>

  <Card title="Rebalancing" icon="scale-balanced" href="./rebalancing">
    Managing vault allocations
  </Card>

  <Card title="Performance Fees" icon="percent" href="./performance-fees">
    Fee calculation and claiming
  </Card>
</CardGroup>

<Card title="Apply to Become a Curator" icon="user-plus" href="https://app-staging.centuari.finance/curator-apply">
  Start your application
</Card>
