# How to Provide Liquidity on QuickSwap

It is not always easy to follow the correct process without knowing exactly what that would look like. The following will provide you with all necesarry information and steps in order to add and remove Liquidity from the HELI\[0x] <> Quickswap Pool.&#x20;

Before we start, please open the quickswap website (quickswap.exchange) and connect your Polygon Wallet in the top right corner. If you are connecting through Metamask, please make sure that the connected network is "Polygon".

&#x20;Now we are ready to provide our liquidity to QuickSwap.&#x20;

### Step 1: Finding the Pool

Open the "Pool" Tab on Quickswap, and make sure, that you are connected to V2 and not V3 of Quickswap. The HELI\[0x] <> MATIC Pool was created on V2.

<figure><img src="/files/5PZnlTAlGahx5PaJCiGO" alt=""><figcaption><p><em>Opening V2 Pools on Quickswap</em></p></figcaption></figure>

### Step 2: Providing Liquidity to the Pool

Now that we are in the correct section, We need to chose **Token 1** and **Token 2** of the desired pool.  The order in which you select the token does not really matter, but in this guide we are going to start with MATIC. Click on "Select a Token" for Token 1 and choose "Matic" from the Common bases.

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

As "Token 2" we select our HELI\[0x]. This is a little bit more complicated, as the token is not found in the default list on QuickSwap just yet. You will need to search for the token using the token address.&#x20;

{% hint style="info" %}
HELI\[0x] Token Address: 0xd30ED32f47c902636bc75D9804a6697B88FFeb31
{% endhint %}

Once you entered the Address in the search bar, the token appears and you can add it to your tokens by clicking on the "(Add)" Symbol.

<figure><img src="/files/YrbCBjpOwziUmaByxagf" alt=""><figcaption><p><em>Finding HELI in the QuickSwap List of Tokens</em></p></figcaption></figure>

If you Followed the steps correctly, Both MATIC and HELI\[0x] should now be selected as your Token 1 and Token 2 to provide liquidity. You can then chose to supply a certain amount of either token, and the AMM formula will automatically match the correct token amount of the other.&#x20;

In this example, we are providing 5 HELI\[0x]. The Interface, if you did everything correctly, should look like this:

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

Now, simply click on "Supply" and confirm the transaction in your connected Wallet. Congratulations! You are now a Liquidity Provider for the MATIC <> HELI\[0x] Pool on QuickSwap.&#x20;

### Step 3: Checking whether everything worked correctly

Congratulations, you have successfully supplied MATIC and HELI\[0x] to Quickswap’s V2 protocol! If you did everything correctly, you can now return to the previous website and see your asset under the “Your Liquidity Pools” section of the website. Remember to stay in V2 !!

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

## How to Remove your Liquidity from Quickswap:

### Step 1: Opening the MATIC <> HELI\[0x] Pool to remove liquidity.

Under the V2 section of the Pools, you should see the Matic <> HELI\[0x] Liquidity Pool under "Your Liquidity Pools" just like the last picture above. There you have to open the pool by clicking on "Manage". You will then see a blue button where you can "Remove" liquidity - click on that button.

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

### Step 2: Choose the amount of Liquidity you want to remove from your LP and confirm.

In the top of the UI you will see a slider that lets you adjust the amount of your LP tokens that you want to break up / remove. In the example below, we are removing 52%. Once you selected the right amount, confirm by clicking on the blue "Approve" button.

<figure><img src="/files/0cK6wVXLhsmyhebLdSvC" alt=""><figcaption></figcaption></figure>

You will now need to conduct two approval transactions before you can remove liquidity.

The first transaction is one that sets a cap on your spending. This handbook suggests to opt-in for the max spending cap and then hit the next button. Please note, that opting in for the max spending cap is a suggestion only. You can chose any spending cap of your liking.&#x20;

The second transaction will ask you to confirm the spending cap. If you agree, then approve this transaction as well.

Done? You can now Remove your Liquidity, as the greyed out "Remove" button above becomes visible. Click on "Remove" like below:

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

Congratulations! You have successfully removed your Liquidity (or a portion of it) from the MATIC <> HELI\[0x] Pool on QuickSwap. In another terminology, one would say you have "broken up" your LP tokens.<br>


---

# 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.heliswap.io/usdheli-on-polygon/how-to-provide-liquidity-on-quickswap.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.
