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

# 概述

{% hint style="info" %}
Alpha Vaults 是最简易的提供流动性的方式。
{% endhint %}

{% hint style="success" %}
Alpha Vaults 创建了[首个LP金库](https://twitter.com/CharmFinance/status/1390671266160549888?s=20)。

迄今为止，Alpha Vaults 仍然维持着运行时间最长、最易使用、最安全、收益最佳的记录。
{% endhint %}

{% hint style="success" %}
Alpha Vaults 将[低成本](/cn/ti-gong-liu-dong-xing/shou-xu-fei.md)、[被动投资](https://learn.charm.fi/charm/products-overview/alpha-vaults/whitepaper#implications)引入 了LP 行业。它提供以下类型的金库：

由 Charm 创建的[Charm 金库](/cn/ti-gong-liu-dong-xing/charm-jin-ku.md)，该类金库将为用户展示如何使用Alpha Vaults。

​由[任何人](https://learn.charm.fi/charm/manage-liquidity/user-guides)创建和管理的[社区金库](/cn/ti-gong-liu-dong-xing/she-qu-jin-ku.md)，该类金库可为LP 提供对任何Unswap V3池的[无限数量](/cn/ti-gong-liu-dong-xing/you-shi.md#wu-xian-liang-de-xuan-ze)的选择。
{% endhint %}

{% hint style="success" %}
所有金库都是用Alpha Vaults [开源](https://github.com/charmfinance/alpha-vaults-v2-contracts)代码库创建的，该代码库经过了[超过 2 年](https://dune.com/srpho/Charm-Alpha-Vault-performace-fork?Number+of+days_t2d57c=750\&Number+of+days_nba6d7=750)的运行测试，没有任何安全事故和运营事故。

此外，它还通过了由Peckshield 进行的两次[安全审计](https://learn.charm.fi/charm/appendix/audit-reports)以及由Certik进行的一次安全审计，并推出了[Immunefi赏金计划](https://immunefi.com/bounty/charm/)。
{% endhint %}

{% hint style="danger" %}
提供流动性是一个[高风险](/cn/ti-gong-liu-dong-xing/feng-xian-ji-qi-huan-jie-cuo-shi.md)、高回报的策略，Alpha Vaults 也不例外。尽管该金库将尝试把风险降至最低，但不能完全将风险消除。

请仅存入小额数字货币，定期监控您的仓位，并在存入之前进行充分的尽职调查。
{% 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/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.
