> For the complete documentation index, see [llms.txt](https://docs.hg.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hg.network/farm-wa-kuang-bang-zhu/untitled/kuang-chi-jie-shao.md).

# 矿池介绍

矿池指的是用户能抵押一类资产取得所生成Token的合约交互界面。

目前矿池一般分为两种，一种是单币池，就是抵押一种币就能够获得Token，一种是 LP 池，也就是说需要提供两种币的流动性才能取得 Token。

单币池也叫一池，一池抵押的币种可能是主币本身，比如 HGT 挖矿也有 HGT 池，这种池子是为了鼓励用户将资产锁定起来，取得更好的收益。也有可能是别的币，这种情况下，持有该币种的用户，相当于没有额外付出，就可以免费取到币。

‌

![](/files/-MYgI9bNEG-Tu_b-eOvz)

LP池也叫二池，二池抵押的币是一种流动性交易对，由用户在DEX 组建流动性来获得。如果组建的流动性交易对有HGT，则是为HGT提供了流动性，所以LP池挖矿也叫流动性奖励。如果所组建的流动性的交易对没有HGT，则也是一种免费获得币的情况。

‌

![](/files/-MYgI9bOWgvxRK60HlJc)

对于项目的发展来讲，免费取到币的这种池一般是合作的资源互换，或者像DEX，这种池子也是业务发展的需要，因为需要稳定币交易对或者主流交易对，但是不可避免会带来一些不好的影响。就是大量的低成本甚至无成本的Token被分发给在这些矿池参与挖矿的人。


---

# 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.hg.network/farm-wa-kuang-bang-zhu/untitled/kuang-chi-jie-shao.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.
