> 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/memberships/limits-of-energy.md).

# Limits of Energy

### Energy bar

We're gonna have an energy bar which the player will need to often recharge it in order to maintain your mining equipments working. Your base limit of energy at the start will be 500, but you can upgrade it by holding a Member Card in the game!

* 300 energy limit bonus for each Bronze Member card
* 500 energy limit bonus for each Silver Member card

Look at this img below, there are 2 Bronze Members (CFB), 1 Silver Member (CFE) and a Silver Member (CFP) equipped. Note that he has an extra Silver Member (CFB) but it's not equipped because the limit is two cards per resource equipped in the game!

![](/files/0nCxFwBieRtzjadiPXGK)

{% hint style="info" %}
The base energy is 500 to any account but because in this example he had these member cards, he totalized a max cap of 2100 on his energy bar
{% endhint %}

### Exchange

You'll need CFP tokens in order to refill your energy bar, each CFP token will give you 5 energy tokens.

![](/files/BKDkAsoU2G15sU6Ta4L5)


---

# 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/memberships/limits-of-energy.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.
