# FAQ

<details>

<summary>Why is Alpha Vaults needed?</summary>

Uniswap V3 offers better Liquidity, but presents many [challenges](/charm/manage-liquidity/challenges-and-solution.md#the-challenges) for Liquidity Managers. An LP Vault overcomes these challenges by interacting with a Uniswap V3 pool on behalf of the Liquidity Manager.

Alpha Vaults is the easiest way to build an LP vault. It offers:

* The ability to [create](/charm/manage-liquidity/user-guides/walkthroughs/create-vault.md) LP vaults with 1-click.
* The best in class [strategy](/charm/products-overview/alpha-vaults/whitepaper.md) to concentrate liquidity.
* All the necessary infrastructure to manage liquidity.
* A front-end to manage user deposits and withdrawals, and to monitor performance.
* Everything is on-chain and self-custodial.

</details>

<details>

<summary>Why is Alpha Vaults the easiest way to manage liquidity?</summary>

With Alpha Vaults:

* There is no need to chose a range. This will be done automatically by the vault.
* Only 1-click is required to create a vault.
* Liquidity is managed with 1-click, and can be [fully automated](/charm/manage-liquidity/user-guides/walkthroughs/automating-rebalance.md).
* Vault shares are ERC-20, which means incentive schemes can be built using any standardised Uniswap V2 [staking contract](https://github.com/Uniswap/liquidity-staker/blob/master/contracts/StakingRewards.sol).

</details>

<details>

<summary>How does Alpha Vaults differ from other protocols?</summary>

Alpha Vaults is the only protocol to provide:

* The strategy to manage liquidity *and*
* The infrastructure to manage user deposits and withdrawals *and*
* The front-end to create and manage decentralized LP vaults *and*
* The front-end to monitor performance

It is therefore a one-stop shop for liquidity solutions on Uniswap V3.

</details>

<details>

<summary>How do I use Alpha Vaults?</summary>

To [create](https://alpha.charm.fi/create) a vault, enter the address of a Uniswap V3 pool, and click build vault.

To illustrate the vault creation process, the vault's parameters will be pre-populated with [default values](/charm/manage-liquidity/user-guides/create-vault/default-values.md) for narrow range and wide-range strategies. These values can be [changed](/charm/manage-liquidity/user-guides/walkthroughs/edit-vault.md) at any time.

</details>

<details>

<summary>What are the fees?</summary>

A total protocol [fee](/charm/manage-liquidity/fees.md) of 1% Uniswap trading fee will be applied to all vaults. No other fees will be charged.

</details>

<details>

<summary>Can I set my own fees for the vault?</summary>

[Yes](/charm/manage-liquidity/user-guides/walkthroughs/edit-vault.md#setting-manager-fee), up to a maximum of 20% Uniswap fees.&#x20;

</details>

<details>

<summary>Why should I verify my vaults?</summary>

[Verified Vaults](/charm/manage-liquidity/user-guides/walkthroughs/verify-manager.md) will be displayed on the Alpha Vaults home page. Unverified vault will not be displayed, but users can search for it if they know the address of the vault manager.

</details>

<details>

<summary>Is Alpha Vault audited?</summary>

Yes. Alpha Vaults was [audited](/charm/appendix/audit-reports.md) by Peckshield and Certik.

</details>

<details>

<summary>Where's the Github repo?</summary>

<https://github.com/charmfinance/alpha-vaults-v2-contracts>

</details>

<details>

<summary>Is there a bug bounty?</summary>

<https://immunefi.com/bounty/charm/>

</details>

<details>

<summary>Can i build a custom vault?</summary>

Yes. Please email [team@charm.fi](mailto:contact@charm.fi).

</details>


---

# 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/manage-liquidity/faq.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.
