# Reward System

All equipments has a production rate that is constantly, these rewards can be claimed hour by hour. Each equipment produces a specific token that scales by the rarity of the NFT!&#x20;

Check the details about the mining rewards below:

<table><thead><tr><th width="184">Rarity</th><th width="220">NFT</th><th width="187.202216066482">Production</th><th width="118">Token</th></tr></thead><tbody><tr><td>Basic</td><td>Basic Graphics Card</td><td>2</td><td><mark style="color:purple;">CFE</mark></td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Simple Graphics Card</td><td>5</td><td><mark style="color:purple;">CFE</mark></td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Simple Rig</td><td>17</td><td><mark style="color:purple;">CFE</mark></td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Complete Rig</td><td>54</td><td><mark style="color:purple;">CFE</mark></td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Nitrogen Rig</td><td>180</td><td><mark style="color:purple;">CFE</mark></td></tr><tr><td>Basic</td><td>Old Computer</td><td>2</td><td><mark style="color:orange;">CFB</mark></td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Nano Asic</td><td>5</td><td><mark style="color:orange;">CFB</mark></td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Small Asic</td><td>17</td><td><mark style="color:orange;">CFB</mark></td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Big Asic</td><td>54</td><td><mark style="color:orange;">CFB</mark></td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Quantum Asic</td><td>180</td><td><mark style="color:orange;">CFB</mark></td></tr><tr><td>Basic</td><td>Power Generator</td><td>4</td><td><mark style="color:blue;">CFP</mark></td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Solar Panel</td><td>9</td><td><mark style="color:blue;">CFP</mark></td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Eolic Turbine</td><td>30</td><td><mark style="color:blue;">CFP</mark></td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Nano Reactor</td><td>100</td><td><mark style="color:blue;">CFP</mark></td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Nuclear Reactor</td><td>334</td><td><mark style="color:blue;">CFP</mark></td></tr></tbody></table>

{% hint style="info" %}
The[ **CFP equipments**](/the-game/equipments.md#power-mining-cards-cfp) produces more tokens than other [**equipments**](/the-game/equipments.md) because the [**CFP tokens**](/economy/our-economy.md) are needed in each other equipment mining!
{% endhint %}


---

# 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://wiki.cryptofarms.me/the-game/how-to-play/reward-system.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.
