> 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/guan-li-liu-dong-xing/chang-jian-wen-ti-jie-da.md).

# 常见问题解答

<details>

<summary><strong>为什么需要 Alpha Vaults？</strong></summary>

Uniswap V3 提供了更充裕的流动性，但在流动性管理方面却带来了许多[挑战](/cn/guan-li-liu-dong-xing/tiao-zhan-yu-jie-jue-fang-an.md#tiao-zhan)。LP 金库通过为用户与 Uniswap V3 流动性池进行交互，克服了这些挑战。

Alpha Vaults 是最简易的构建 LP 金库的方式。它提供：

* 一键[创建](https://learn.charm.fi/charm/manage-liquidity/user-guides/walkthroughs/create-vault)LP 金库的功能。
* 集中流动性的最佳[策略](https://learn.charm.fi/charm/products-overview/alpha-vaults/whitepaper)。
* 管理流动性所需的所有基础架构。
* 可供用户存入、提取、以及监控业绩的前端界面。
* 一切操作都在链上并且 100% 自托管。

</details>

<details>

<summary>为什么 Alpha Vaults 是管理流动性的最简方案？</summary>

使用 Alpha Vaults：

* 用户无需选择价格区间，该操作将由金库自动完成。
* 一键创建金库。
* 一键实现流动性管理，并可实现[完全自动化](https://learn.charm.fi/charm/manage-liquidity/user-guides/walkthroughs/automating-rebalance)。
* 金库份额为 ERC-20 代币，并可使用任何标准化的 Uniswap V2[ 质押合约](https://github.com/Uniswap/liquidity-staker/blob/master/contracts/StakingRewards.sol)来构建激励计划

</details>

<details>

<summary>Alpha Vaults 与其他协议有何区别？</summary>

Alpha Vaults 是唯一的集以下功能为一体的平台：

* 提供管理流动性的策略
* 提供管理用户存入和提取数字货币的前端界面
* 提供创建和管理去中心化的LP 金库的前端界面
* 提供监控业绩表现的前端界面

由此，它是基于 Uniswap V3 的一站式流动性解决方案。

</details>

<details>

<summary>如何使用Alpha Vaults?</summary>

如需[创建](https://alpha.charm.fi/create)金库，请输入 Uniswap V3 流动性池的地址，然后点击“创建金库”。

为演示金库设立的流程，金库的参数对较大和较小的价格区间策略都将用[默认值](https://learn.charm.fi/charm/manage-liquidity/user-guides/create-vault/default-values)预先填充。用户可随时[调整](https://learn.charm.fi/charm/manage-liquidity/user-guides/walkthroughs/edit-vault)这些参数值。

</details>

<details>

<summary>Charm 如何收费？</summary>

Charm 收取的[手续费](/cn/guan-li-liu-dong-xing/shou-xu-fei.md)为Uniswap 交易手续费收入的 1%。金库创建者无需再支付任何其他费用。

</details>

<details>

<summary>我可以为金库自行设置管理费吗？</summary>

[可以](https://learn.charm.fi/charm/manage-liquidity/user-guides/walkthroughs/edit-vault#setting-manager-fee)，但其上限为Uniswap 交易手续费收入的 20%。

</details>

<details>

<summary>为什么我应该验证自己的金库？</summary>

[经过验证的金库](https://learn.charm.fi/charm/manage-liquidity/user-guides/walkthroughs/verify-manager)会显示在Alpha Vaults的主页上。未经验证的金库不会显示在 Alpha Vaults 的主页上，但用户若获知该管理者地址，仍可将其搜索。

</details>

<details>

<summary>Alpha Vault <strong>进行过审计吗？</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>

<details>

<summary>我可以设置一个定制的金库吗？</summary>

可以。请发送邮件至<contact@charm.fi>。

</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/guan-li-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.
