# Sneaker Energy System

<figure><img src="/files/I6JwqVHemReciHBLUTU1" alt=""><figcaption></figcaption></figure>

Energy replenishes 25% every 6 hours until it reaches the Energy Cap. Users start with one Gear and 2 Energy Caps. Users can increase their max. Energy by holding more Gears. 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>Train &#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 Sneaker:

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)&#x20;

### **Total energy**

The total energy level depends on the quantity of **Sneakers** + the top **3** rarity-class pairs of sneakers.

* **Example 1.** An account has **6** pairs of «**common**» sneakers.\
  The energy score is **6**.<br>
* **Example 2.** There are **8** pairs of «**common**» sneakers and one pair of «**uncommon**» sneaker. There are **9** sneakers, so only **6** are counted, so there is **6** energy for sneaker and one energy for «**uncommon**».\
  The energy score is **7**.<br>
* **Example 3.** There are **23** pairs of «**common**» sneaker, one pair of «**uncommon**» sneaker and one pair of «**rare**» sneaker in your account. A total of 25 sneakers, **18** energy per sneaker, plus one energy for «**uncommon**», plus two for «**rare**». \
  The energy score is **21**.<br>
* **Example 4.** There are **23** pairs of «**uncommon**» sneaker, one pair of «**rare**» sneaker, and one pair of «**legendary**» sneakers. Total **25** sneakers, **18** sneaker energies, plus one (one since there is a maximum of **3** extra for rarity, we get for «**rare**», «**legendary**» and one for «**uncommon**») energy for «**uncommon**», plus two for «**rare**» and plus four for «**legendary**».\
  The energy score is **25**.


---

# 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://wingsfit.gitbook.io/wingsfit/game-fi-system/sneaker-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.
