# Fee Schedule

| Fee Parameter          | Value | Notes                |
| ---------------------- | ----- | -------------------- |
| `minDepositFeePercent` | 0%    | Dynamic Fee applies. |
| `minExitFeePercent`    | 2%    | Dynamic Fee applies. |
| `LevFactor`            | 10    |                      |
| `Protocol Fee`         | 2%    |                      |

{% hint style="info" %}
The Deposit and Exit modal will always show you the vault fee that is applicable. If the current Dynamic Deposit or Exit fee is higher than the `minimumFee` outlined in the [Vault Fee Schedule](https://docs.origami.finance/the-second-fold-v2/vault-fee-schedule), the higher of the two Fees will be applied. See [How Fees Are calculated](https://docs.origami.finance/the-second-fold-v2/what-fees-we-collect/deposit-and-exit-fee) to learn more.
{% endhint %}

{% hint style="info" %}
*100% of Deposit and Exit Fees accrue as surplus vault reserves to current vault shareholders and not to Origami Protocol Treasury.*
{% 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/deprecated-vaults/pt-susde-mar-2025-7x/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.
