> 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/she-qu-jin-ku.md).

# 社区金库

{% hint style="success" %}
假如LP无法找到现有的所需金库，他们能使用Alpha Vaults将其[设立](https://alpha.charm.fi/create)。
{% endhint %}

{% hint style="warning" %}
在您进行存币之前，请务必对金库管理者进行充分的尽职调查，这是因为社区金库可由任何人创建。
{% endhint %}

社区金库与Charm金库具有相同的代码库，这意味着用户可参考[Charm金库](/cn/ti-gong-liu-dong-xing/charm-jin-ku.md)来帮助其创立和管理自身的金库。

{% hint style="warning" %}
Charm 将尝试[验证](https://learn.charm.fi/charm/manage-liquidity/user-guides/verifying-vaults)社区金库是由真正的金库管理者创建的，但是并不会验证社区金库是如何管理的。&#x20;
{% endhint %}

为了保护用户：

{% hint style="info" %}
只有通过 Charm 验证的金库才会显示在 Alpha Vaults 的主页上。
{% endhint %}

如果用户希望存入未经验证的金库，他们需要事先获知该金库或管理者地址，然后在Alpha Vaults 的[网页前端](https://alpha.charm.fi/vaults)将其搜索。

如果您怀疑存在管理失当行为，或者发现任何有关金库的[恶意行为](https://en.wikipedia.org/wiki/Griefer)，请在[Charm Discord](https://discord.com/invite/vpkJfFgY2m)举报。


---

# 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/she-qu-jin-ku.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.
