# Challenges and Solution

{% hint style="success" %}
Alpha Vault is the only solution that can capture Uniswap V3’s Capital Efficiency in a decentralized manner, without sacrificing security, user convenience and LP Returns.
{% endhint %}

<details>

<summary>The Challenges</summary>

Uniswap V3 provides better liquidity and higher Fee Income, but presents many challenges:

To achieve better liquidity:

* Liquidity Managers will have to choose a new range whenever the price moves.
* Liquidity Managers risk having no liquidity if tokens trading Out of Range.
* Liquidity Providers have substantially higher risk of capital loss.

To incentivise liquidity provision:

* Uniswap V3 positions cannot be used because they are not ERC-20.
* Directly incentivising a Uniswap V3 pool risks economic exploits such as [narrow-range](https://medium.com/@revert_finance/onetickdao-eth-and-the-narrow-rangers-f9a376f7f0c9) LP Strategies.

</details>

<details>

<summary>What projects are doing now</summary>

Liquidity Management can be delegated to an active Liquidity Manager, but this introduces new challenges:

* It is difficult to diagnose problems (eg large LP losses, low Fee Income, low Capital Efficiency, security incidences) because active Liquidity Managers do not open-source their LP Strategy.
* The performance cannot be independently verified, because the underlying data is not on-chain.
* It is not possible to decentralize, because project DAOs have no visibility on how the liquidity is being managed.
* There is less choice and flexibility, because the number of vaults that can be managed is limited by the resources of the active Liquidity Manager.
* Protocol fees are likely to be higher due to higher overheads.

</details>

<details>

<summary>The Solution</summary>

Alpha Vaults solves the above by building:

* A permisison-less platform where anyone can create their own LP Vaults.
* The easiest-to-use front-end to provide and manage liquidity.

And by testing:

* Its LP strategy over many years on Mainnet, to ensure it can deliver excellent LP Returns and high Capital Efficiency.
* Its infrastructure over many years on Mainnet, so that it is secure and reliable.

And by ensuring all vaults:

* Are operated on-chain and verifiable by anyone.
* Have fully transparent performance metrics using on-chain data.
* Can be fully controlled by a DAO using an on-chain governance framework.
* Have low protocol fees.
* Are ECR-20 compliant so that they can be incentivised using familiar tools.

</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/challenges-and-solution.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.
