> For the complete documentation index, see [llms.txt](https://vaultbook.gauntlet.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vaultbook.gauntlet.xyz/vaults/morpho-vaults/vault-fees.md).

# Vault Fees

Gauntlet keeps fees competitive across all Morpho vaults. The fee structure differs between Morpho v1 and v2.

## Morpho v1

Morpho v1 vaults use a single performance-based fee. There is no management fee component.

**Performance Fee** — a percentage of the actual interest accrued onchain from the underlying variable rate markets. Capped at 50% of generated interest. The performance fee applies to native yield only and is not charged on rewards earned through incentive campaigns.

The fee rate and recipient are controlled by the vault owner. Changes take effect immediately with no timelock delay.

## Morpho v2

Morpho v2 vaults introduce a dual-fee model managed by the Curator. Both fee parameters are subject to timelock protections, meaning changes do not take effect immediately — this protects depositors from sudden fee increases.

**Performance Fee** — a percentage of vault-generated yield from allocated assets. Capped at 50% of generated interest. As with v1, this applies to native yield only.

**Management Fee** — an annual fee charged on total deposited assets. Capped at 5% per year. It accrues incrementally during interest calculations rather than as a lump-sum charge.

## Fee Collection

Fees in both v1 and v2 are collected by minting new vault shares to the designated fee recipient rather than withdrawing principal. Recipients must actively call `redeem()` to convert shares into the underlying asset — fees are not automatically transferred to a wallet.


---

# 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://vaultbook.gauntlet.xyz/vaults/morpho-vaults/vault-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.
