> 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/wa-kuang-lun-ci-yu-chan-chu-shuo-ming.md).

# 挖矿产出、轮次

挖矿的会随着所在公链主网出块，生成新的Token。

目前 HGT 在Heco上的产出是每个区块产出 10 个HGT，HECO 是 3 秒出块，一天产出28800 个块，也就是每天挖矿产出为 288000 个HGT。

HGT 的产出用的是轮次制，也就是每一轮挖矿设置起始区块和结束区块。

第一轮的起始区块是：3173966 也就是 2021年3月22日晚上20点18分18秒。

而结束区块是100天后的第 6053966 个区块。

第一轮结束后，挖矿终止。按需开启第二轮。

在每个轮次中间，可以增加和减少矿池，但是所有矿池一起分配全天的 288000HGT的产出。当然，每个矿池的分配也不是平均的，而是每个矿池都有一个权重系数，至于每个矿池产量多少，就是跟权重系统相关：

某矿池的日产出=288000HGT \* （当前矿池权重系数/矿池总权重系数之和）

也有的挖矿不设置轮次，可能会设置一些减产操作。这些操作都跟权重一样，都基于智能合约设置好。


---

# 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/wa-kuang-lun-ci-yu-chan-chu-shuo-ming.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.
