# Liquidity

### How to add/remove liquidity <a href="#set-up-metamask-with-aurora-mainnet" id="set-up-metamask-with-aurora-mainnet"></a>

**Requirements**

* MetaMask wallet.
* Some NEON for gas.
* Tokens to add liquidity.

**How to add liquidity**

1. Go to the [Pools Page](https://v3-beta.moraswap.com/#/pools). Connect your wallet and make sure that it is on Neon chain.
2. Click on "**New Position**" button.

   <figure><img src="/files/xzj4kfbmwMo7KsQ4znYO" alt=""><figcaption></figcaption></figure>
3. Select 2 tokens you’d like to add liquidity.

   <figure><img src="/files/SznbDsYnaWqeP7ONwnTA" alt=""><figcaption></figcaption></figure>
4. Choose the Fee Tier you'd like, it should correspond to volatility of tokens.

   <figure><img src="/files/U1ab9NTWX9NxpFqLmNSL" alt=""><figcaption></figcaption></figure>
5. Enter the start price if the pool has not been initialized.

   <figure><img src="/files/Gh1bJGdxfRn0sWD4tXGy" alt=""><figcaption></figcaption></figure>
6. Choose the price range you'd like to add liquidity.

   <figure><img src="/files/oUaVACrQ7PJwi9nOt7KD" alt=""><figcaption></figcaption></figure>
7. Enter the amount of tokens.

   <figure><img src="/files/BwXuzy1y3VBCLMgBwLym" alt=""><figcaption></figcaption></figure>
8. Click "**Preview**" and check again your request.

   <figure><img src="/files/WFQG0g6ePZS5mR8diDHx" alt=""><figcaption></figcaption></figure>
9. Click “**Add**” button and your wallet will ask you to confirm the transaction.

   <figure><img src="/files/4yI8K0E8275jMg0X1oHf" alt=""><figcaption></figcaption></figure>
10. Transaction confirmation.

    <figure><img src="/files/5AFFKRE0eZ1RMAFgR8Fs" alt=""><figcaption></figcaption></figure>

**How to remove liquidity**

1. Go to the [Pools Page](https://v3-beta.moraswap.com/#/pools). Connect your wallet and make sure that it is on Neon chain.
2. Choose the position you'd like to decrease liquidity.

   <figure><img src="/files/Q9zgdQAlPJXwMXEjQHhh" alt=""><figcaption></figcaption></figure>
3. Click on "**Remove liquidity**" button.

<figure><img src="/files/AceofeoI7OwZSMaJnFWe" alt=""><figcaption></figcaption></figure>

4. Enter the amount of liquidity to be removed & click "**Remove**" button.

   <figure><img src="/files/VCR7oTIjhaVUAtxOJHiT" alt=""><figcaption></figcaption></figure>
5. Transaction confirmation.

   <figure><img src="/files/riG9epgIJBTDWMFuUiqy" alt=""><figcaption></figcaption></figure>


---

# 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://mora-1.gitbook.io/moraswap/products/dex-v3/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.
