> 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/liquidity-pools.md).

# Liquidity Pools

HeartCoin Liquidity Pool consists of the following:

* [Uniswap V3 \[USDT / HTC\] ](https://app.uniswap.org/add/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/0xDdF7A0F6b5b7446aABB79c72235a8fa9b72AB28B/3000/1173749?chain=polygon)
* [Uniswap V3 \[ETH / HTC\]](https://app.uniswap.org/add/ETH/0xC0BaA7Cdf5b539D29a1d49FB230361507678b4d2/3000/1054759?chain=arbitrum)
* [Uniswap V3 \[ARB / HTC\]](https://app.uniswap.org/add/0x912CE59144191C1204E64559FE8253a0e49E6548/0xC0BaA7Cdf5b539D29a1d49FB230361507678b4d2/10000/1067600)

However, the distribution ratio of HTC in each liquidity pool for liquidity supply may change depending on the expansion of the ecosystem.

We are currently working on expanding our support to other blockchain networks, starting with Polygon and Arbitrum, in order to increase liquidity pools.

*\*This section is under development\**

Add liquidity on Uniswap and visit HeartGames.io => My Page, where you need to redeposit LP tokens to be eligible for any additional supplementary HTC airdrops.&#x20;

Users who provide liquidity are referred to as **Liquidity Providers** (LP). When you supply liquidity to a pool on UniSwap, LP tokens are generated as evidence, and these tokens are deposited into the pair through staking.&#x20;

During the liquidity addition period, users receive compensation in the form of LP tokens and fees through staking as rewards for contributing to the liquidity pool.

​

​


---

# 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/liquidity-pools.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.
