# Energy System

### Energy System

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

<table data-header-hidden><thead><tr><th width="150"></th><th width="150"></th><th width="205.7142857142857"></th><th></th></tr></thead><tbody><tr><td><strong>Sneaker No.</strong></td><td><strong>Energy</strong></td><td><strong>Move&#x26;earn time (min)</strong></td><td><strong>Note</strong></td></tr><tr><td>1</td><td>2</td><td>10</td><td>Newbie</td></tr><tr><td>3</td><td>4</td><td>20</td><td>Daily User</td></tr><tr><td>9</td><td>9</td><td>45</td><td>Savvied User</td></tr><tr><td>15</td><td>12</td><td>60</td><td>Pro User</td></tr><tr><td>30</td><td>20</td><td>100</td><td>Athlete</td></tr></tbody></table>

Additional Energy (cumulative) is given to users for higher Quality Sneakers:

1. Owning an Uncommon Sneaker: +1 Energy
2. Owning a Rare Sneaker: +2 Energy
3. Owning an Epic Sneaker: +3 Energy
4. Owning a Legendary Sneaker: +4 Energy

**EXAMPLE 1:**

1 Uncommon Sneaker + 1 Common Sneaker = 3 Total Energy (2 Base Energy + 1 Bonus)

**EXAMPLE 2:**

2 Rare Sneaker + 1 Common Sneaker = 8 Total Energy (4 Base Energy + 4 Bonus)


---

# 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://admin-233.gitbook.io/tawalk-whitepaper/energy-system.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.
