# Energy

Energy is player's entry fee for each prediction question.&#x20;

All players will start with 10 Energy each day for free. 1 Energy would be replenished to players periodically over a day. Characters have an Ability attribute called "Stamina". The higher the stamina the faster the recovery of energy. Each player is only allowed to possess up to 10 Energy at all times.&#x20;

Other than daily and periodic replenishment, Energy can only be purchased using WIT.


---

# 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://litepaper.newwit.com/gameplay/energy.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.
