# Liquidity Providers

{% hint style="info" %}
**Liquidity Providers will need to connect a cryptocurrency software wallet to use Maverick.** If you need help with this, please follow [these instructions](/getting-started/connect-a-wallet.md).
{% endhint %}

{% content-ref url="/pages/pXnNNLl5jAWzoyX6yAvN" %}
[Understanding Liquidity Provision](/guides/liquidity-providers/understanding-liquidity-provision.md)
{% endcontent-ref %}

This page explains the fundamental ideas behind liquidity provision in Maverick AMM.

{% content-ref url="/pages/s43VXfwwcyiiAxDHnp6e" %}
[Understanding Modes](/guides/liquidity-providers/understanding-modes.md)
{% endcontent-ref %}

This page explains the four Pool Modes available to LPs in Maverick AMM.

{% content-ref url="/pages/rB9tGI2FqzfMPI3uKIHm" %}
[How to Add Liquidity](/guides/liquidity-providers/how-to-add-liquidity.md)
{% endcontent-ref %}

This page offers step-by-step instructions on how to provide liquidity to a Maverick Pool.

{% content-ref url="/pages/bawypGSGtwy4Oa0OD0Ts" %}
[How to Deploy a New Pool](/guides/liquidity-providers/how-to-deploy-a-new-pool.md)
{% endcontent-ref %}

This section will walk you through the additional steps required to deploy a new pool.

{% content-ref url="/pages/p995nz7PeBU2F0QwpXbc" %}
[How to Manage Liquidity in a Pool](/guides/liquidity-providers/how-to-manage-liquidity-in-a-pool.md)
{% endcontent-ref %}

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.

{% content-ref url="/pages/tfSIUl63ZQhn0ydsfeEt" %}
[Liquidity Strategies](/guides/liquidity-providers/liquidity-strategies.md)
{% endcontent-ref %}

This page explores some of the ways an LP might use Maverick.


---

# 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/liquidity-providers.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.
