> For the complete documentation index, see [llms.txt](https://wikicn.cryptofarms.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wikicn.cryptofarms.me/the-game/you-xi-wan-fa/neng-yuan-xi-tong.md).

# 能源系统

## 能源点

游戏中的每个帐户都有500个能量点作为基本限制，但是可以使用会员卡[进行升级](https://wiki.cryptofarms.me/the-game/memberships/limits-of-energy)。

当你第一次进入游戏时，你的能量条中会有300个能量点，你可以立即开始挖矿!

![](/files/FYkN2gnHCyLYv8UstJp5)

在游戏中，能量条将通过交换CFP代币来换取能量！

这种交易的比例将是每个CFP代币换取5点能量。

![](/files/Huxf9zlHzNIC6jjTPgss)

{% hint style="info" %}
能量条的能量将提供给所有装备，换句话说所有装备将共享来自能量条的能量。要增加能量，你可以使用成员卡！
{% endhint %}

### 能源消耗

你可以在下表**中查**看每个挖矿的能源消耗（单击）：

![](/files/K9rvTqlbVJOXFH2SOnkK)

{% hint style="info" %}
为了平衡经济，[CFP](/the-game/zhuang-bei.md#power-mining-cards-cfp)装备将不需要能量或CFP代币就可以使用。
{% 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://wikicn.cryptofarms.me/the-game/you-xi-wan-fa/neng-yuan-xi-tong.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.
