# Energy System

Energy replenishes 25% every 6 hours until it reaches the Energy Maximum Cap. Users who start with one Sneaker will receive 2 Energy Cap whilst users who begin with 3 sneakers will get a maximum cap of 4 Energy. Users can increase their maximum Energy by having more sneakers in their collection. In addition, should there are any higher quality sneaker in their inventory, the total energy cap will also increase. The calculation is as follows:

<table><thead><tr><th width="540.3333333333333" align="center">Sneaker No.</th><th align="center">Energy</th><th align="center">Move &#x26; Earn Time (Min)</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">2</td><td align="center">10</td></tr><tr><td align="center">3</td><td align="center">4</td><td align="center">20</td></tr><tr><td align="center">9</td><td align="center">9</td><td align="center">45</td></tr><tr><td align="center">15</td><td align="center">12</td><td align="center">60</td></tr><tr><td align="center">21</td><td align="center">15</td><td align="center"></td></tr><tr><td align="center">30</td><td align="center">20</td><td align="center">100</td></tr></tbody></table>

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

1. Owning a Standard Sneaker: +1 Energy
2. Owning an Athletics Sneaker: +2 Energy
3. Owning a Pro Sneaker: +3 Energy
4. Owning a Champion Sneaker: +4 Energy

{% hint style="info" %}
**EXAMPLE 1:**

Standard Sneaker + 1 Basic Sneaker = 3 Total Energy (2 Base Energy + 1 Bonus)

&#x20;

**EXAMPLE 2:**

Athletics Sneaker + 1 Basic Sneaker = 8 Total Energy (4 Base Energy + 4 Bonus)
{% endhint %}


---

# 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.1move.io/1move/game-fi-systems-and-mechanics/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.
