# How to add Liquidity

### 1. Connect your wallet

Go to <https://app.ierc20.com/swap>. First, you need to connect to your wallet and switch to the Ethereum mainnet.

### **2. Go to the "Pool" Section and Select the Pair**

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

On the liquidity addition section, select the inscriptions pair you want to add liquidity to. &#x20;

> IERC Swap for now supports trading between $ETH and $ethi inscription pairs, the additional trading pairs will be added soon.

<figure><img src="/files/edM07tfmS0wFbUFsXmWv" alt="" width="206"><figcaption></figcaption></figure>

In the input fields, enter the amounts of inscription s you want to add to the liquidity pool. Make sure the amounts are balanced based on the current exchange rate.

### 3. Approve and Comfirm to add Liquidity

In order to swap & add liqidity on IERC-Swap, you must first lock inscriptions to the platform's custodial address. \
If the transaction is canceled, you will need to manually unlock them.

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

Swap confirmation to add the liquidity pool and the corresponding amount of $ETH required will pop up.&#x20;

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

### **4. Verify the Liquidity Addition**

Once the transaction is successful, you should see the updated liquidity pool.

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

You can check the "Pool" section to confirm your contribution.

### Withdrawing the Liquidity

On the liquidity interface, you'll see a list of pairs for which you have provided liquidity.

Enter the amount of liquidity you want to remove.

Check the "Slippage Tolerance" setting and adjust it if necessary to account for potential price changes during the transaction.

<figure><img src="/files/MY0RgKLSxC2BvSesAx5Z" alt="" width="206"><figcaption></figcaption></figure>

&#x20;If you're satisfied with the withdrawal details, click the "Withdraw" button.&#x20;

#### **Confirm the Withdrawal**

Carefully review the withdrawal details. Your wallet will prompt you to confirm the withdrawal transaction.

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

Once the transaction is successful, you should see the updated  balances in your wallet.&#x20;


---

# 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.ierc20.com/ierc-swap/how-to-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.
