# Fee Schedule

| Fee Parameter            | Value | Notes |
| ------------------------ | ----- | ----- |
| `FixedDepositFeePercent` | 0%    |       |
| `FixedExitFeePercent`    | 2%    |       |
| `LevFactor`              | N/A   |       |
| `Protocol Fee`           | 2%    |       |

{% hint style="info" %}
`FixedExitFeePercent` *is a vault operational cost for entering and unwinding leveraged positions. This is incurred upon a user burning their vault shares for the underlying reserves at exit.*&#x20;

*The vault fees do not go to the Origami Treasury.*&#x20;

*For leveraged vaults, 2% of the exiting vault shares are burned and not returned to the user. By burning these shares, reserve per share will increased for the remaining vault depositors.*
{% endhint %}


---

# 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.origami.finance/the-second-fold-v2/collection-and-vault-user-guides/what-are-collections/lovinfrared-collection/oribgt-smart-leverage-tulipa-cluster/fee-schedule.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.
