# Liquidity pools

Anyone can provide liquidity on Makiswap, and you can do it on the following link: <https://exchange.makiswap.com/#/pool>

For adding liquidity on the makiswap platform you need to add HT (Huobi token) and TOKEN. In this case, we use MAKI as an example.&#x20;

When a user provides liquidity for HT/MAKI then the user will receive MAKI/HT-LP tokens. This represents a share of the liquidity you put in the pool.&#x20;

When a user will trades on this liquidity pool then a 0.2% fee will be taken, of which 0.17% is for LP providers and 0.03% goes to the development fund.


---

# 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.makiswap.com/jiro-ono/exchange/amm-exchange/liquidity-pools.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.
