# Fees

{% hint style="info" %}
There will be a total Protocol fee of 1% Uniswap fees\* for all vaults created using Alpha Vaults.&#x20;

\*For example, if a vault manager created a vault that received $100 fees from Uniswap, the vault receives $99 and Charm receives $1.
{% endhint %}

{% hint style="info" %}
There are no exit fees, performance fees, management fees, or any other fees.
{% endhint %}

{% hint style="success" %}
Fees will be clearly displayed in the vault's front-end, and [verifiable](https://github.com/charmfinance/alpha-vaults-v2-contracts) on-chain.
{% endhint %}

{% hint style="info" %}
Vault Managers can set their [own fee](/charm/manage-liquidity/user-guides/walkthroughs/edit-vault.md#setting-manager-fee) for managing liquidity.
{% 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://learn.charm.fi/charm/manage-liquidity/fees.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.
