# Background

Uniswap V3 (V3) was launched on 5th May 2021, and it quickly became the [most capital efficient DEX](https://cointelegraph.com/news/uniswap-v3-flips-v2-on-volume-and-both-versions-flip-bitcoin-on-fee-revenue) within DeFi, surpassing Uniswap V2(V2)’s trading volume using only 25% of its liquidity. This is because for the first time, V3 allowed market making to take place on an AMM by [concentrating liquidity](https://uniswap.org/blog/uniswap-v3) within a price range, rather than across the whole spectrum of prices (aka V2).

Alpha Vaults was launched on Mainnet on [7th May](https://medium.com/charmfinance/alpha-vault-is-live-on-mainnet-25594aee3b82) 2021, 2 days after V3. It is the easiest way to provide liquidity on V3, and has been live on Mainnet for over 8 months. It is still the best performing, least volatile, longest running, and most robust LP vault of its kind.

{% hint style="success" %}
Alpha Pro is the next step for Alpha Vaults. It uses Charm’s expertise in [Decentralized Market Making Strategies](https://medium.com/charmfinance/quietly-innovating-a-trillion-dollar-industry-e03ab29cb5d9) to help projects **increase the liquidity of their tokens on V3**.
{% 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/background.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.
