# Community Vaults

{% hint style="success" %}
If an users cannot find the Vault they are looking for, they can [create](https://alpha.charm.fi/create) it themselves.
{% endhint %}

{% hint style="warning" %}
Please do your due diligence on the vault managers and the pool tokens before depositing, because anyone can use Alpha Vaults to create a vault for any token.&#x20;
{% endhint %}

Community Vaults and Charm Vaults have the same code base, and means users can use the [Charm Vaults](/charm/provide-liquidity/charm-vaults.md) as a guide on how to create and manage their own vaults.

{% hint style="warning" %}
Charm will attempt to [verify](/charm/manage-liquidity/user-guides/verifying-vaults.md) the authenticity of the vault's manager, but will NOT verify how Community Vaults are being managed, nor will it verify the underlying tokens within the pool.
{% endhint %}

If anyone suspects mis-management, or otherwise [griefing](https://en.wikipedia.org/wiki/Griefer) of a vault, please report it in [Charm discord](https://t.co/M5DS2tVNU4).


---

# Agent Instructions: 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:

```
GET https://learn.charm.fi/charm/provide-liquidity/community-vaults.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
