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

# Curators

> Create and manage lending vaults and markets on Kamino

## Overview

Kamino Curators create and manage lending infrastructure on Solana. Curators can deploy **lending vaults** that route depositor capital across reserves, or create **lending markets** that enable peer-to-pool borrowing and lending for specific asset ecosystems.

**Vaults** accept a single deposit token, distribute capital across reserves according to your allocation weights and caps, and issue share tokens to depositors. You control allocation strategy, fee structure, risk parameters, and rewards distribution — all managed through [manage.kamino.com](https://manage.kamino.com).

**Markets** are isolated lending environments with their own reserves, risk parameters, and oracle configurations. Market curators configure reserve parameters (LTV, liquidation thresholds, interest rate curves), manage oracle feeds, and set market-wide settings via the Kamino CLI.

## What You Can Do

### Vaults

<CardGroup cols={2}>
  <Card title="Create vaults" icon="vault" href="/docs/curators/vaults/guides/create-a-vault">
    Deploy vaults with custom fee structures, deposit parameters, and security settings.
  </Card>

  <Card title="Configure allocations" icon="sliders-horizontal" href="/docs/curators/vaults/guides/configure-allocations">
    Distribute capital across lending reserves using relative weights, caps, and Conditional allocation logic.
  </Card>

  <Card title="Configure farms" icon="gift" href="/docs/curators/vaults/guides/configure-farms">
    Attach the Vault Farm, Insurance Pool farm, and Autocompound Farm for reward distribution.
  </Card>

  <Card title="Set up the Insurance Pool" icon="shield-halved" href="/docs/curators/vaults/guides/set-up-insurance-pool">
    Configure the loss backstop and trigger the Kamino match.
  </Card>
</CardGroup>

### Markets

<CardGroup cols={2}>
  <Card title="Create Markets" icon="building-columns" href="/docs/curators/markets/creating-a-market">
    Deploy isolated lending markets with custom risk parameters and reserve configurations.
  </Card>

  <Card title="Manage Reserves" icon="circle-half-stroke" href="/docs/curators/markets/reserve-management">
    Add reserves, configure LTV ratios, liquidation thresholds, and interest rate curves.
  </Card>

  <Card title="Configure Market Rewards" icon="sprout" href="/docs/curators/markets/farms-and-rewards">
    Set up collateral and debt farms to distribute rewards to depositors and borrowers.
  </Card>

  <Card title="Market Settings" icon="sliders-horizontal" href="/docs/curators/markets/market-settings">
    Manage market-wide parameters, oracle configurations, and ownership via CLI.
  </Card>
</CardGroup>

## Getting Started

### For Vaults

<Steps>
  <Step title="Create a Vault">
    Configure your vault's deposit token, receipt token, fees, and advanced parameters on [manage.kamino.com](https://manage.kamino.com). See [Create a vault](/docs/curators/vaults/guides/create-a-vault).
  </Step>

  <Step title="Complete post-creation setup">
    Configure allocations, set up the Insurance Pool, enable Whitelisted Reserves, attach farms, and transfer admin to a multisig. See the [Vaults overview](/docs/curators/vaults) for the full guide list.
  </Step>

  <Step title="Manage Ongoing Operations">
    Adjust allocations, update fees, manage rewards, and sync vault state as needed.
  </Step>
</Steps>

### For Markets

<Steps>
  <Step title="Create a Market">
    Deploy a new lending market using the Kamino CLI. See [Creating a Market](/docs/curators/markets/creating-a-market).
  </Step>

  <Step title="Add Reserves">
    Configure and add token reserves with LTV ratios, rate curves, and oracle feeds. See [Initial Setup](/docs/curators/markets/initial-setup).
  </Step>

  <Step title="Transfer to Multisig">
    Transfer market ownership to a Squads multisig before going live. All subsequent operations use multisig mode.
  </Step>
</Steps>

## Reference

<CardGroup cols={2}>
  <Card title="Vault Parameters" icon="table" href="/docs/curators/reference/parameters">
    Complete reference for all vault, allocation, and farm parameters.
  </Card>

  <Card title="Vault Glossary" icon="book" href="/docs/curators/reference/glossary">
    Definitions for key vault terms.
  </Card>

  <Card title="Reserve Parameters" icon="table" href="/docs/curators/markets/reserve-parameters">
    Complete reference for all reserve configuration parameters.
  </Card>

  <Card title="Market Glossary" icon="book" href="/docs/curators/markets/glossary">
    Definitions for key market and lending terms.
  </Card>
</CardGroup>

<Info>
  All vault operations are managed via [manage.kamino.com](https://manage.kamino.com) and executed through [Squads](https://squads.so) multisig. Market operations use the Kamino CLI with multisig mode after initial setup.
</Info>
