# Vaults

Vaults in Pit Finance function like high-yield savings accounts for your crypto assets on the Sei Network. When you deposit assets into a Vault, they are automatically routed through smart contract-driven strategies that invest in various DeFi platforms such as liquidity pools, lending protocols, and staking opportunities. These strategies are designed to maximize returns by continuously optimizing and compounding your earnings.

<figure><img src="/files/T8HWw5hgp4LsMZQFUETT" alt=""><figcaption></figcaption></figure>

### Vault Fee Structure

* **Deposit/Withdrawal Fee:** 0%
  * No fee is charged on deposits or withdrawals.
* **Management Fee:** 0%
  * This fee (currently at 0%), typically a flat rate charged on Vault deposits annually, is extracted by minting new shares of the Vault, slightly diluting the holdings of all participants. The fee is calculated based on the time elapsed since the previous harvest and applied at the next harvest.
* **Performance Fee:** 5% (on rewards)
  * A 5% fee is deducted from the yield earned each time a Vault harvests its strategy.


---

# 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.pit.finance/products/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.
