> For the complete documentation index, see [llms.txt](https://wiki.cryptofarms.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cryptofarms.me/the-game/how-to-play/energy-system.md).

# Energy System

## Location

The location of the Smithy is right here, on the bottom half of the map:

<figure><img src="/files/8rZGINnpo0tbRpx2vip7" alt=""><figcaption></figcaption></figure>

### Energy Points

Every account in the game will have 1000 energy points as your base limit, but it can be upgraded with [Membership Cards](/the-game/memberships/limits-of-energy.md).

When the first time you enter in the game you'll start with 300 energy points in your Energy bar to start your minings!

<figure><img src="/files/qj7iSZxyRkbZJW02XxuL" alt=""><figcaption></figcaption></figure>

In the game the energy bar will be filled exchanging CFP tokens for energy on the [Bank Building](/the-game/how-to-play/navigations-and-locations.md#the-map)!

The ratio between this exchange will be 5 Energy points to each CFP token.

<figure><img src="/files/CQic1nmlFGQ4pzbW3S2L" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The energy bar will supply to all equipment, in other words all the equipments will share the energy from your energy bar. To increase the limit of it you can use a member card!
{% endhint %}

### Energy Consumption

You can see the **Energy** consumption per mining action (click) in this table below:

| Rarity                                       | NFT                  | Energy Consumption |
| -------------------------------------------- | -------------------- | ------------------ |
| Basic                                        | Basic Graphics Card  | 2                  |
| <mark style="color:green;">Common</mark>     | Simple Graphics Card | 5                  |
| <mark style="color:blue;">Rare</mark>        | Small Rig            | 15                 |
| <mark style="color:purple;">Epic</mark>      | Complete Rig         | 45                 |
| <mark style="color:orange;">Legendary</mark> | Nitrogen Rig         | 135                |
| Basic                                        | Old Computer         | 2                  |
| <mark style="color:green;">Common</mark>     | Nano Asic            | 5                  |
| <mark style="color:blue;">Rare</mark>        | Small Asic           | 15                 |
| <mark style="color:purple;">Epic</mark>      | Big Asic             | 45                 |
| <mark style="color:orange;">Legendary</mark> | Quantum Asic         | 135                |
| Basic                                        | Power Generator      | 0                  |
| <mark style="color:green;">Common</mark>     | Solar Panel          | 0                  |
| <mark style="color:blue;">Rare</mark>        | Eolic Turbine        | 0                  |
| <mark style="color:purple;">Epic</mark>      | Nano Reactor         | 0                  |
| <mark style="color:orange;">Legendary</mark> | Nuclear Reactor      | 0                  |

{% hint style="info" %}
In order to balance the economy, the [**CFP equipments**](/the-game/equipments.md#power-mining-cards-cfp) will not require **Energy** or **CFP** tokens to work!
{% endhint %}


---

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