# Curation Vaults

Curation is how lender capital gets allocated across Fira's floating rate markets. Lenders deposit assets into curated vaults. A designated curator decides where that capital goes — which markets, what allocation, under what constraints. Depositors earn yield passively. Curators earn fees for their oversight.

## Curators

A curator manages one or more vaults with the objective of optimizing risk-adjusted returns for depositors. The role is strategic, not operational:

| Responsibility            | Description                                                                                                |
| ------------------------- | ---------------------------------------------------------------------------------------------------------- |
| **Strategy definition**   | Establishing the vault's mandate — which assets, markets, and strategies are eligible                      |
| **Risk framework**        | Setting exposure caps, concentration limits, and risk constraints                                          |
| **Allocator appointment** | Designating who executes portfolio adjustments within the strategy. The curator may also act as allocator. |
| **Vault parameters**      | Defining fee structures, access controls, and compliance requirements                                      |

Curator-initiated changes are subject to a **timelock**. Depositors have time to review proposed changes and withdraw if they disagree.

## How Vaults Work

1. **Depositor** provides assets (e.g., USDC) to a curated vault
2. **Curator** defines the allocation strategy across eligible markets
3. **Allocator** executes capital deployment according to the strategy
4. **Yield** accrues from multiple sources — trading fees, fixed-rate spreads, floating-rate interest, rehypothecation
5. **Depositor** can withdraw at any time, subject to available liquidity

The vault issues shares representing the depositor's proportional claim on the total assets under management.

## Related

* [Floating-Rate Markets](/protocol/floating-rate-markets.md) — Variable-rate lending
* [Whitepaper](/resources/whitepaper.md) — Complete description


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fira.money/protocol/curation-vaults.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
