# The Alpha Pro solution

![Fig 2 — The Alpha Pro solution. Projects can use Alpha Pro to build a permissionless vault that combines the capital efficiency of V3, with the simplicity and familiarity of V2.](/files/FylNV9tbfm0hGlEIA5Po)

Alpha Pro let projects build their own permissionless vault to manage liquidity on Uniswap V3.

Using the vault, projects can launch liquidity mining campaigns just like V2 (eg using [StakingRewards](https://github.com/Synthetixio/synthetix/blob/develop/contracts/StakingRewards.sol)), have full control over the vault’s strategy, increase token liquidity using [concentrated liquidity](https://uniswap.org/blog/uniswap-v3), and guarantee tokens will always be tradable using [Full-Range](https://help.uniswap.org/en/articles/5391541-provide-liquidity-on-uniswap-v3). In addition, the vault’s shares are ERC20, which means LPs can deposit, withdraw, and stake just like V2.

{% hint style="success" %}
**The vault is therefore an interface that combines the capital efficiency of Uniswap V3, with the simplicity and familiarity of V2.**
{% endhint %}


---

# 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-finance/alpha-pro/the-alpha-pro-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.
