# Guides

- [Traders](https://docs.mav.xyz/guides/traders.md): Here you can find everything you need to know about how to trade on Maverick.
- [How to Make a Swap](https://docs.mav.xyz/guides/traders/how-to-make-a-swap.md): Here you can find step-by-step instructions on how to execute a swap on Maverick.
- [Liquidity Providers](https://docs.mav.xyz/guides/liquidity-providers.md): Here you can find step-by-step guides on depositing liquidity and deploying pools on Maverick. In other words, everything you need to know about acting as a liquidity provider.
- [Understanding Liquidity Provision](https://docs.mav.xyz/guides/liquidity-providers/understanding-liquidity-provision.md): This page explains the fundamental ideas behind liquidity provision in Maverick AMM.
- [Understanding Modes](https://docs.mav.xyz/guides/liquidity-providers/understanding-modes.md): This page explains the four Pool Modes available to LPs in Maverick AMM.
- [How to Add Liquidity](https://docs.mav.xyz/guides/liquidity-providers/how-to-add-liquidity.md): This page offers step-by-step instructions on how to provide liquidity to a Maverick Pool.
- [How to Deploy a New Pool](https://docs.mav.xyz/guides/liquidity-providers/how-to-deploy-a-new-pool.md): This section will walk you through the additional steps required to deploy a new pool.
- [How to Check Position Balances](https://docs.mav.xyz/guides/liquidity-providers/how-to-check-position-balances.md): This page explains different methods to check the balance(s) of tokens in your liquidity position.
- [How to Manage Liquidity in a Pool](https://docs.mav.xyz/guides/liquidity-providers/how-to-manage-liquidity-in-a-pool.md): This page explains how to add or remove liquidity to or from an existing position in a Maverick pool, including how to close your position entirely.
- [How to Migrate from V1 to V2](https://docs.mav.xyz/guides/liquidity-providers/how-to-migrate-from-v1-to-v2.md)
- [Understanding Permanent Loss](https://docs.mav.xyz/guides/liquidity-providers/understanding-permanent-loss.md): This page uses an extended example to explain the risks of Permanent Loss, especially using Mode Both.
- [Liquidity Strategies](https://docs.mav.xyz/guides/liquidity-providers/liquidity-strategies.md): This page explores some of the ways an LP might use Maverick.
- [Incentives](https://docs.mav.xyz/guides/incentives.md): In this section you will find information about Maverick's incentive mechanisms.
- [Understanding Boosted Positions](https://docs.mav.xyz/guides/incentives/understanding-boosted-positions.md): This page explains the basic concept of Boosted Positions.
- [Understanding Incentives](https://docs.mav.xyz/guides/incentives/understanding-incentives.md): This page gives an overview of the Maverick incentives and rewards system.
- [How to Join a Boosted Position](https://docs.mav.xyz/guides/incentives/how-to-join-a-boosted-position.md): This page will guide you through the process of joining a Boosted Position.
- [How to Create a Boosted Position](https://docs.mav.xyz/guides/incentives/how-to-create-a-boosted-position.md): This page will explain how to create a new Boosted Position on Maverick.
- [How to Manage a Boosted Position](https://docs.mav.xyz/guides/incentives/how-to-manage-a-boosted-position.md): This page explains how to manage a Boosted Position, including claiming rewards and removing your liquidity.
- [How to Add Incentives](https://docs.mav.xyz/guides/incentives/how-to-add-incentives.md): This page explains how to add incentives to a Boosted Position.
- [veFlywheel](https://docs.mav.xyz/guides/veflywheel.md): This section collects articles intended to help users understand and use Maverick's veFlywheel.
- [veFlywheel Basics](https://docs.mav.xyz/guides/veflywheel/veflywheel-basics.md)
- [Guide to veFlywheel Emissions](https://docs.mav.xyz/guides/veflywheel/guide-to-veflywheel-emissions.md): This page is intended to help both LPs and projects understand their rewards and emissions received through the veFlywheel.
- [How to Vote to Direct Emissions](https://docs.mav.xyz/guides/veflywheel/how-to-vote-to-direct-emissions.md)
- [Advanced Tutorials](https://docs.mav.xyz/guides/advanced-tutorials.md): This section provides guides to using Maverick for specific use-cases. Nothing in this section should be understood to constitute financial advice.
- [Single-Sided Incentives](https://docs.mav.xyz/guides/advanced-tutorials/single-sided-incentives.md): This tutorial will walk you through how to use Boosted Positions to incentivize one side of a liquidity pair.


---

# 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/guides.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.
