> For the complete documentation index, see [llms.txt](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/add-liquidity.md).

# Add Liquidity

When you visit the Uniswap website and click on the "Pool" menu at the top, you can view a list of pools where you can provide liquidity. Using the token name and symbol search bar <mark style="color:blue;">\[USDT-HTC] , \[MATIC-HTC], \[ARB-HTC]</mark> in the search for the pool, you can easily find it. You can access the deposit page through the link below.

* <mark style="color:blue;">\[MATIC-HTC] Liquidity Pool</mark>
* <mark style="color:blue;">\[USDT-HTC] Liquidity Pool</mark>
* <mark style="color:blue;">\[ARB-HTC]</mark>

Precautions when depositing in liquidity pools

1\. Set up the network(Polygon, Arbitrum) in the upper right corner.\
2\. Choose a HeartCoin token(HTC) as the first token of the Pair.\
3\. Select the second token of the Pair.\
4\. Select fee tier(0.3% or 1%).\
4\. Set the price range for the Pair or continue with the default.\
4\. Finish by pressing "Connect Wallet".

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.heartgames.io/heartcoin-whitepaper-v1.0/add-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
