# Energy Upgrade Table

{% hint style="info" %}
This feature is still under development and coming soon.
{% endhint %}

When the number of max level characters owned by the user meets the requirement, they can permanently increase their account's energy cap by consuming $CHAT.&#x20;

Table parameters explained:

1. **Energy Level:** The user's current energy level initializes at 1, with an energy bonus of 0. The energy cap is set at a base value of 150.
2. **Energy Cap**: The maximum energy points at this energy level. Increasing the energy cap will permanently enhance your daily earned by allowing more chats.
3. **Required Max-level Characters**: The number of max-level characters needed for this upgrade.
4. **$CHAT Cost**: The cost in $CHAT for an upgrade.

<table><thead><tr><th width="165" data-type="number">Energy Level</th><th width="136" data-type="number">Energy Cap</th><th width="276" data-type="number"> Required Max-level Characters</th><th>$CHAT Cost</th></tr></thead><tbody><tr><td>1</td><td>150</td><td>0</td><td>0</td></tr><tr><td>2</td><td>200</td><td>1</td><td>TBD</td></tr><tr><td>3</td><td>250</td><td>2</td><td>TBD</td></tr><tr><td>4</td><td>300</td><td>3</td><td>TBD</td></tr></tbody></table>


---

# 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://docs.pumpchat.ai/chat-to-earn/energy-upgrade-table.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.
