# Energy Control

Energy replenishes 25% every 6 hours until it reaches to the Energy Cap. Users start with one ticket or bus NFT and 2 Energy Caps. Users can increase their max. Energy by holding more NFTs. The calculation is as follows:

| Tickets NFT No. | Energy | Rewarding Time（min) Passenger,Operator |
| --------------- | ------ | -------------------------------------- |
| 1               | 2      | 10,20                                  |
| 3               | 4      | 20,40                                  |
| 5               | 6      | 30,60                                  |
| 7               | 8      | 40,80                                  |
| 9               | 9      | 45,90                                  |
| 15              | 12     | 60,120                                 |
| 20              | 15     | 75,150                                 |
| 30              | 20     | 100,200                                |

Higher quality NFTs will help users get additional energy as below:

* 1 R Ticket or Bus + 1 energy
* 1 SR Ticket or Bus +2 energy
* 1 SSR Ticket or Bus +3 energy
* 1 UR Ticket or Bus +4 energy


---

# 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://whitepaper.awana.world/reward-tokenomics/energy-control.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.
