# Mining

Mining is the process of earning resources with different tools (NFTs). There are 3 resources: OIL, GOLD and IRON. Each NFT can mine only 1 resource.&#x20;

Every tool has different health/energy values they need to mine.

Mining takes one hour for each tool, after this time you are able to claim your reward. Health and energy are subtracted instantly after you start mining.

The reward you get after mining is calculated by this formula:

$$
Profit = Basic Reward + Season Based Reward \* SeasonIndex\*Sphere Multiplicator
$$

{% hint style="info" %}
Energy - a resource player needs in order to perform actions in-game. Can be replenished with OIL.
{% endhint %}

{% hint style="info" %}
Tool health - a resource that defines the tool's health and is used to perform actions in-game. Can be replenished with IRON + GOLD.
{% endhint %}

To explore specific characteristics of each tool, visit the [GAME NFTS](https://real-magnate.gitbook.io/real-magnate/game-nfts) section.<br>

Learn more about seasons [here](https://real-magnate.gitbook.io/real-magnate/game-mechanics/seasons).


---

# Agent Instructions: 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:

```
GET https://real-magnate.gitbook.io/real-magnate/game-mechanics/mining.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
