# Battery

The power range is from 0% to 100%. For every energy consumed, 1% of the power will be deducted. When the power is 0%, the VFE will be damaged and cannot be repaired by charging. The durability and level of VFE affect the charging cost, and the charging `FUN` cost formula for each point of energy consumed is as follows:

$$FUN\_{cost} = (\frac {E\_{base}+S\_{base}+L\_{base}+D\_{base}} 2+(\frac {E+S+L+D} {4 \* D})^2\*Lv) \* N \* B$$


---

# 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://polketio.gitbook.io/toearnfun/guide/gamefi-system/battery.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.
