> For the complete documentation index, see [llms.txt](https://defiwarrior-1.gitbook.io/defi-warrior/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defiwarrior-1.gitbook.io/defi-warrior/gameplay/mining.md).

# Mining

Players use facilities earned while playing game to form nodes. All structures on the planet are built of facilities.

![](/files/-MkMnjL8KImOoHg7G7q-)

The mining mode currently consists of 6 planets:

* 1 energy planet which creates electric for mining activities
* 5 crypto planets (BTC, ETH, updating)  where player can mine body-parts' fragments relating to each planet's type and eCWIG.

Some concepts in this mode:&#x20;

* Each crypto planet is called a mega pool and can consist of a maximum 15 pools when upgrading .&#x20;
* Wallet is the resources' capacity of a planet.
* Node is the resource extraction structure.Full node is bigger than a node.&#x20;
* There are two types of node and two types of full node, the first one has a higher chance of mining eCWIG than fragments , the other does inversely.
* Pool is a group of nodes and full nodes.
* Consensus is production rate bonus when the pool reach the specified number of nodes or full nodes.
* Energy is used in both nodes and full nodes for mining                            &#x20;

![](/files/-MkjY90tWtwuQ_agGPq3)

Power station is the only structure that can be constructed on an energy planet. It generates energy for the mining process on other planets and can be only purchased with eCWIG.&#x20;

There are two types of power station differing in capacity and production rate.                                                                                                                         &#x20;

The number of power stations that could be built on the energy planet depends on the capacity of this planet which can be expanded.<br>


---

# 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://defiwarrior-1.gitbook.io/defi-warrior/gameplay/mining.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.
