# Level up

VFE upgrade needs to consume `FUN`, and the upgrade cost is calculated according to this formula:

$$LevelCost(Lv+1)=T\_{cost} \* N\_{cap} \* B \* \[Lv \* (G-1)+\frac {E\_{base}+S\_{base}+L\_{base}-D\_{base}} 2]$$

* $$T\_{cost}$$ is a constant, the system value is 7.
* $$G$$ is the VFE growth point, the value is different according to the `Rarity`, the value refers to **Upgrade Growth Attribute Points**.


---

# 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/level-up.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.
