> For the complete documentation index, see [llms.txt](https://whitepaper.minerio.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.minerio.net/learn-more/game-systems/power-plant.md).

# Power Plant

Reliable, cheap, and green electricity are making the Minerio possible. Mining is a power-consuming work. So, we planned the energy ecosystem of the Minerio to answer the rising demand for electricity.

The mining sites are powered by nuclear plants with a unique technology named "Energy tubes". [Learn more about mining and costs](/learn-more/mining.md#mining-costs).&#x20;

<div align="center"><img src="/files/9v6uSRbAtksW1S1nOK2j" alt=""> <img src="/files/I4TdNvEer1udEssv2JEX" alt="Power plant NFT cover art"></div>

Green nuclear energy will be generated by the power plants with advanced enrichment and activation technology that makes no atomic waste. With this technology, We can make energy tubes that are rechargeable. Uranium mines will generate raw uranium, and the power plants will process the raw uranium into tubes.&#x20;

![Nuclear energy tube plant](/files/tvMKvyrwZ8EKI6xGwIZm)

## Energy Tube

Uranium energy tubes are the Primary energy source of the Minerio metaverse. You can buy Uranium tubes from the in-game marketplace or get them for free by mining. If you have uranium miner NFT, you can begin mining uranium and soon you will get your mined uranium supply as tubes. [Learn more about the uranium cycle](/learn-more/uranium-cycle.md).

![Energy tubes](/files/dDkj0A5o5RJ8F8U9LyxW)


---

# 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://whitepaper.minerio.net/learn-more/game-systems/power-plant.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.
