> For the complete documentation index, see [llms.txt](https://docs.vectis.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectis.finance/miscellaneous/terms-and-fees.md).

# Terms and Fees

## Performance Fee

A performance fee will be applied on profits, which is realized daily and when the depositor engages in actions such as deposits, withdrawal requests, or withdrawals

<table><thead><tr><th width="267.27734375">Strategy</th><th width="159.22265625">Performance Fee</th><th width="158.11328125">Management Fee   (Annually)</th><th width="152.5234375">Withdrawal Fee</th></tr></thead><tbody><tr><td>JLP HyperLoop Vault</td><td>25%</td><td>2%</td><td>0.3%</td></tr><tr><td>UltraX Arbitrage V2</td><td>20% </td><td>2%</td><td>0.3%</td></tr><tr><td>Market Neutral Long Short Vault</td><td>10%</td><td>0</td><td>0.2%</td></tr><tr><td>HyperPack Arbitrage</td><td>20%</td><td>2%</td><td>0</td></tr></tbody></table>

## Redemption Period

Deposited funds are generally subject to a 24-hour redemption period. While users may request withdrawals at any time, assets only become available after this 24-hour window—and any profits accrued during that period are forfeited.

* Multi-Lend Strategy Vault: 10-minute redemption period for maximum flexibility (profits earned during those 10 minutes are forfeited).
* DriftPack Arbitrage Vault: 48-hour redemption period to ensure the best execution rates when closing positions (profits earned during those 48 hours are forfeited).


---

# 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.vectis.finance/miscellaneous/terms-and-fees.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.
