> 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/chang-jian-wen-ti-jie-da.md).

# 常见问题解答

<details>

<summary><strong>为什么我应该用 Alpha Vaults 来提供流动性？</strong></summary>

请参阅[优势](/cn/ti-gong-liu-dong-xing/you-shi.md)部分以获取更多信息。

</details>

<details>

<summary><strong>Alpha Vaults的主要特点是什么？</strong></summary>

* 提供[无限数量](/cn/ti-gong-liu-dong-xing/you-shi.md#wu-xian-liang-de-xuan-ze)的金库选择。
* 使用集中流动性来赚取更高的收益。
* 对无常损失提供[保护](/cn/ti-gong-liu-dong-xing/you-shi.md#geng-you-de-ye-ji-biao-xian)。
* 仅通过[一键点击](/cn/ti-gong-liu-dong-xing/you-shi.md#cao-zuo-jian-yi)即可提供流动性，并可随时进行提取。
* 低[费用](/cn/ti-gong-liu-dong-xing/shou-xu-fei.md)。

</details>

<details>

<summary><strong>Alpha Vaults 和其他流动性管理者之间的区别是什么？</strong></summary>

Alpha Vaults 是提供流动性的最简易、成本最低、安全性和透明度均最高的方式。

</details>

<details>

<summary><strong>Alpha Vaults 的业绩表现如何？</strong></summary>

Alpha Vaults 的网络应用程序为每个金库提供完整的[收益表现图表](broken://spaces/ncWpbfiN022KvH5AGrQq/pages/A6swlvenRC3gRhRC7ktb#performance-charts)。

</details>

<details>

<summary><strong>Alpha Vaults如何收取费用？</strong></summary>

请具体参见[手续费](/cn/ti-gong-liu-dong-xing/shou-xu-fei.md)部分。

</details>

<details>

<summary><strong>Alpha Vaults 进行过审计吗？</strong></summary>

Alpha Vaults 已完成由 Peckshield 和 Certik 分别进行的[审计](https://learn.charm.fi/charm/appendix/audit-reports)。

</details>

<details>

<summary><strong>GitHub 存储库的地址是什么？</strong></summary>

<https://github.com/charmfinance/alpha-vaults-v2-contracts>

</details>

<details>

<summary>是否<strong>有漏洞赏金计划？</strong></summary>

<https://immunefi.com/bounty/charm/>

</details>


---

# 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/chang-jian-wen-ti-jie-da.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.
