> For the complete documentation index, see [llms.txt](https://docs.aftermath.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aftermath.finance/perpetuals/vaults/for-curators.md).

# For Curators

### Why should I create a vault?

Vault curators earn a performance fee on profits generated by their strategy. This fee is configurable by the curator and is collected automatically when depositors withdraw at a profit.

Vaults provide curators with:

* **Increased Capital.** Access to pooled capital beyond your own funds to execute larger strategies.
* **Fee Income.** Earn a percentage of profits without taking on additional risk.
* **Community Building.** Vaults can be a powerful tool for traders to share strategies with their community and build a following.

### How do I create a vault?

Vault creation is completely permissionless: **anyone is able to create a vault directly through our frontend**. You must provide the following info when creating a vault:

1. Vault name and description
2. \[Optional] Curator name, logo, and custom url (e.g., website)
3. Performance fee
4. Deposit lock period: How long deposits are locked before users can request withdrawal
5. Force withdraw delay: Time users must wait after requesting withdrawal before they can force withdraw

{% hint style="info" %}
We recommend that vault curators set all optional metadata to provide the most context for their potential depositors
{% endhint %}

### How do I manage my vault?

On our perpetuals page, click the account selector in the top left of the navigation bar. A modal will appear with two tabs: **Accounts** and **Vaults**.

Select the **Vaults** tab to view your vaults. Click on the vault you want to trade on behalf of. Once selected, all trades you make will apply to your vault, and everything on the Trade page will reflect your vault's positions, equity, and available collateral.

To switch back to your personal account, open the account selector again, navigate to the **Accounts** tab, and select your account.

### Processing Withdrawals

When depositors request withdrawals, you have until the `force_withdraw_delay` elapses to process them. Processing withdrawals yourself allows you to:

* Rebalance positions optimally according to your strategy
* Avoid suboptimal forced liquidations
* Maintain intended position sizing for remaining depositors

If you fail to process a withdrawal before the force withdrawal delay expires, depositors (or Aftermath on their behalf) can force withdraw, which may close positions at market prices without regard to your strategy.

{% hint style="info" %}
We recommend that vault curators process all pending withdraw requests before they can be force withdrawn
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aftermath.finance/perpetuals/vaults/for-curators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
