> 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-xu-yao-de-zhun-bei-gong-zuo.md).

# 挖矿需要的准备工作

挖矿至少需要有以下准备工作要做：

1、需要有支持挖矿所在公链的去中心化钱包

所谓去中心化钱包，就是自己掌握私钥和助记词的钱包。对于以太坊、火币生态链和币安智能链而言，同一套助记词可以生成同一个地址。

2、地址上，需要有公链主币做手续费。比如以太坊是ETH，火币生态链HECO是 HT，币安智能链是 BNB。

如果没有手续费，则该账户只能在对区块链上的数据进行读取，而无法写入，因而无法转账资产，无法参加挖矿。

3、挖矿所需要的铲子，或者能兑换铲子的资产。

比如 HGT/HUSD 交易对的 LP Token，可以挖 MDEX，这个时候  HGT/HUSD 就是铲子，如果只有 HUSD 或者 USDT，就要先去兑换 HGT，然后USDT 也需要兑换成HUSD， 然后才能组建 LP 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/wa-kuang-xu-yao-de-zhun-bei-gong-zuo.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.
