> 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/gai-shu.md).

# 概述

{% hint style="info" %}
[Alpha Vaults](https://alpha.charm.fi/vaults)是一个免许可的平台，它能对任何 Uniswap V3池建立[LP金库](/cn/alpha-vaults-gai-shu/chang-jian-wen-ti-jie-da.md#shen-me-shi-lp-jin-ku)。
{% endhint %}

{% hint style="success" %}
Alpha Vaults 是最简易的管理流动性的方式，它在安全性和业绩表现方面拥有[最长久的](https://dune.com/srpho/Charm-Alpha-Vault-performace-fork?Number+of+days_t2d57c=750\&Number+of+days_nba6d7=750)业绩记录。
{% endhint %}

{% hint style="success" %}
仅需[一键点击](https://learn.charm.fi/charm/manage-liquidity/user-guides)即可管理流动性。用户无需选择区间或做市策略，这得益于金库可自动执行这些操作。
{% endhint %}

{% hint style="success" %}
所有金库均[属于其创建者](https://learn.charm.fi/charm/manage-liquidity/user-guides)，并无需依赖第三方来管理流动性。
{% endhint %}

{% hint style="info" %}
Alpha Vaults 已管理流动性[超过两年](https://dune.com/srpho/Charm-Alpha-Vault-performace-fork)之久，期间没有出现任何安全问题或运营事故。它已完成由Peckshield进行的两次[审计](https://learn.charm.fi/charm/appendix/audit-reports)和由Certik进行的一次审计。
{% endhint %}

{% hint style="info" %}
金库能够使用任何标准化的 Uniswap V2 [质押合约](https://github.com/Uniswap/liquidity-staker/blob/master/contracts/StakingRewards.sol)，在 V3 上启动类似于在V2上的流动性挖矿活动。
{% endhint %}

下图总结了其主要优势：

<figure><img src="/files/Q8cgZ0zrso9KaPkmp4Rm" alt=""><figcaption><p>Alpha Vaults 解决方案。任何项目都能使用 Alpha Vaults 构建一个无需许可的金库，该金库将同时享受到包括V3 的资本效率，以及V2 的操作简易性和对其的熟悉度的多重优势。</p></figcaption></figure>


---

# 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/gai-shu.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.
