# The Maverick V2 UI

<figure><img src="/files/XqHCrVi8fSeLykKmW3kv" alt=""><figcaption><p>The Maverick V2 UI with Add Liquidity page selected.</p></figcaption></figure>

All of the features in Maverick V2 can be accessed using the menu at the top of every page. Some of the pages linked in this menu have multiple tabs. This page provides an overview of each page, tab, and feature, with links to more information on each elsewhere in the documentation.

* **Swap** - Provides the interface for swapping tokens with Maverick pools. [Learn more](/guides/traders/how-to-make-a-swap.md).
* **Add Liquidity** - The hub for users who want to provide liquidity on Maverick. [Learn more](/guides/liquidity-providers/understanding-liquidity-provision.md).
  * **Boosted Positions** - Incentivized, pre-configured positions within Maverick pools. Users can supply liquidity to Boosted Positions and earn extra token rewards. [Learn more](/guides/incentives/understanding-boosted-positions.md).
  * **Pools** - Regular token pools without incentives. Users can add liquidity to these pools if they want to configure their own liquidity positions. [Learn more](/guides/liquidity-providers/how-to-add-liquidity.md).
* **Vote** - The hub for veMAV holders to vote which Boosted Positions should receive additional incentives from the veFlywheel. [Learn more](/guides/veflywheel/veflywheel-basics.md).
  * **Voting** - veMAV holders use this tab to direct their voting power to Boosted Positions. [Learn more](/guides/veflywheel/how-to-vote-to-direct-emissions.md).
  * **Manage Voting Power** - Provides the interface for staking MAV tokens to receive veMAV, used to vote on Boosted Positions. Also used for unstaking MAV, extending stakes, and delegating veMAV voting power. [Learn more](/mav-token/vemav-and-mav-staking.md).
* **Portfolio** - Presents a summary of all of a user's liquidity positions on Maverick V2. Liquidity providers use this page to manage their liquidity and claim any rewards earned from Boosted Positions. [Learn more](/guides/liquidity-providers/how-to-manage-liquidity-in-a-pool.md).

## Advanced Features

Some advanced features can be accessed through the More Tools menu, accessed by clicking the **...** symbol in the top menu. These features are intended for advanced users, i.e., token projects and market makers. Many of these features involve giving away tokens in the form of liquidity incentives. Please be sure you understand what you are doing before using these advanced features.

<figure><img src="/files/qPE1o9DlCfu8IaUatO9X" alt=""><figcaption><p>The V2 UI, showing the Voting tab with the More Tools menu deployed.</p></figcaption></figure>

The features available from this menu are:

* **Create a New Pool** - Used to deploy a new pool on Maverick V2, either with a new token pair or with a new set of fee and width parameters. [Learn more](/guides/liquidity-providers/how-to-deploy-a-new-pool.md).
* Manage Incentives - The hub for adding and matching incentives for Boosted Positions. [Learn more](/guides/incentives/understanding-boosted-positions.md).
  * **Add Incentives** - Used to add incentives to existing Boosted Positions or to open a new Boosted Position. [Learn more](/guides/incentives/understanding-incentives.md).
  * **Match Incentives** - Used to add matching incentives to be distributed as part of the Maverick veFlywheel. [Learn more](/guides/veflywheel/veflywheel-basics.md).
* **Docs** - Links to this documentation.


---

# 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://docs.mav.xyz/getting-started/the-maverick-v2-ui.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.
