# Pools - Provide Liquidity to Existing Pool

1. In the navigation bar on the left side, press the second button. It will take you to the Pools screen.

   <figure><img src="/files/VAqXBmJgEtRWBWCZ9AE5" alt=""><figcaption></figcaption></figure>
2. There are two subsections - **All pools** and **My positions**. All pools gives an overview of all pools created on HeliSwap by its users, with their Total Value Locked. Clicking **More** to expand a chosen pool reveals information on the amount of each token in the pool, as well as your personal LP tokens count (if you are an LP provider in that pool).

   <figure><img src="/files/iKIZLxHfgMr3RlGaPPd5" alt=""><figcaption></figcaption></figure>
3. To provide liquidity to a chosen pool, click **Add Liquidity**.

   <figure><img src="/files/bcfoqe2yKY4A0TRZNjOq" alt=""><figcaption></figcaption></figure>
4. You will see the following screen. Specify the token amount you wish to provide for one of the tokens, and the second token calculates automatically. The dollar values of your supply should be equal.

   You might need to “**Approve**” a token before supplying to a pool. This way, you give permission to the HeliSwap smart contracts to use your token. In the case here, USDT and WETH must first be approved with a wallet message, after which the **Provide** button becomes available. Click **Approve USDT**.

   <figure><img src="/files/mwe908Oi9nOvjd7lQBCg" alt=""><figcaption></figcaption></figure>
5. A pop-up from your HashPack wallet will appear, asking you to approve the Smart Contract transaction for approving the token. \
   Click **Approve**.

   <figure><img src="/files/1XBolm3W1rRTe51j0Ygn" alt=""><figcaption></figcaption></figure>
6. After you have approved USDT and WETH, you can now see a summary of your liquidity provision:

   * Price of WETH per USDT
   * Price of USDT per WETH
   * % of share in the pool, which you are about to provide

   When ready, click **Provide**.

   <figure><img src="/files/ILGsBiBNpJkrgKuFuDo1" alt=""><figcaption></figcaption></figure>
7. A pop-up with another summary will appear. If everything looks good, click **Confirm Provide**.

   <figure><img src="/files/gvd54ur2gAu9xEzkKmuv" alt=""><figcaption></figcaption></figure>
8. Another Approve Transaction modal will appear from HashPack. Click **Approve**.
9. You have now successfully provided liquidity!

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

10\. Your position now appears in **My positions**.&#x20;

<figure><img src="/files/MRCqN5oi9HDX1Q5ei1DX" 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://docs.heliswap.io/getting-started/navigation-through-heliswap/pools-provide-liquidity-to-existing-pool.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.
