# Add Liquidity

The Add Liquidity Shortcut enables you to find risk-adjusted Liquidity Provisioning strategies, also know as Liquidity Pools (LP), and execute them from one or more assets held, choosing the liquidity pair, the pool fee range and the liquidity range.

#### How to create an LP position?

{% stepper %}
{% step %}

#### Choose the first LP asset

<figure><img src="/files/lwIZiAnOLJLMUDdjHwl7" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Pick one Liquidity Pool &#x20;

Select from a list of pools based on the selected asset, pick the pool with the desired fee tier.
{% endstep %}

{% step %}

#### Input the 2nd asset

After choosing the pool you're prompted with:

* the input amount for the 1st and 2nd asset
* If you don't hold the 2nd asset - you pick an asset on the same chain to swap into it
  {% endstep %}

{% step %}

#### Select the range

Select a default provisioning range or customise it

<figure><img src="/files/xNKdGXNqvwtqyouRCxg8" alt="" width="375"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

#### Approve the Deposit of each asset and Create the Position

A preview of the transaction with final assets provided and the range amount is displayed.
{% endstep %}
{% endstepper %}

#### How to Manage your Position?

Open the Add liquidity shortcut and navigate to:

* Claim - to get the fees accrued in the LP
* Close - to withdraw the LP assets deposited
* Modify Range (coming soon)
* Auto-claim (coming soon)


---

# 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.nuvolari.ai/execution-engine/add-liquidity.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.
