# Introduction of Minning

A mining pool is a smart contract interaction interface where users can pledge a class of assets to obtain the generated Tokens.

At present, there are generally two types of mining pools: a single pool, which means that you can get Token by pledging one coin, and an LP(Double) pool, which means that you need to provide liquidity of two coins to get Token.

![](/files/-MZ5aMM76oRV3ofdjEDd)

LP pools are also called double pools, and the coins collateralized by the double pool are a liquidity trading pair, which is obtained by the user by forming liquidity at DEX. If the liquidity pair formed has HGT, it is providing liquidity for HGT, so LP pool mining is also called liquidity bonus. If the liquidity pair formed does not have HGT, it is also a case of getting coins for free.

![](/files/-MZ5aVPnWZg42czUN3GP)

For the development of the project, such pools that get coins for free are generally cooperative resource swaps, or like DEX, such pools are also needed for business development because of the need for stable coin trading pairs or mainstream trading pairs, but inevitably there will be some bad effects. It is the large number of low-cost or even no-cost Tokens being distributed to people involved in mining in these pools.


---

# 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://en.docs.hg.network/farming/introduction-of-minning.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.
