> For the complete documentation index, see [llms.txt](https://learn.charm.fi/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.charm.fi/cn/ti-gong-liu-dong-xing/shou-xu-fei.md).

# 手续费

{% hint style="info" %}
Charm总是对所有的[<mark style="color:purple;">社区金库</mark>](/cn/ti-gong-liu-dong-xing/she-qu-jin-ku.md)收取1%的Uniswap手续费。

例如，如果某金库管理者创建了一个金库，该金库从Uniswap获得手续费收入100美元，那么金库的存币者将获得99美元， Charm则获得1美元。
{% endhint %}

{% hint style="info" %}
除非另行说明，Charm总是对所有的[<mark style="color:purple;">Charm金库</mark>](/cn/ti-gong-liu-dong-xing/charm-jin-ku.md)收取5%的Uniswap手续费。

例如，如果某金库从Uniswap获得100美元的手续费，那么该金库的存币者将获得95美元，Charm则获得5美元。
{% endhint %}

{% hint style="warning" %}
社区金库的管理者可对其社区金库自行设定额外的费用。

例如，如果某用户创建了一个金库，并将其管理费设置为5%，那么当该金库从Uniswap获得手续费收入100美元时，金库的存币者将获得94美元， 该用户获得5美元，Charm则获得1美元。
{% endhint %}

{% hint style="info" %}
不收取任何提取费用、业绩费、管理费或任何其他费用。
{% endhint %}

{% hint style="success" %}
每个金库的总费用都将在Alpha Vaults 的网页上清晰显示，并且可以在链上[<mark style="color:purple;">验证</mark>](https://github.com/charmfinance/alpha-vaults-v2-contracts)。
{% endhint %}


---

# 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://learn.charm.fi/cn/ti-gong-liu-dong-xing/shou-xu-fei.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.
