> For the complete documentation index, see [llms.txt](https://docs.cryptohunter.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptohunter.world/tokenomics/shoes-nft/hp-and-energy-system.md).

# HP & Energy System

#### 🔋 Shoe HP (Health Points)

The **HP (Health Points)** of NFT shoes is essential for activating **Hunter Mode**. When the HP reaches **0**, Hunter Mode becomes unavailable.\
HP decreases every time energy is consumed, and the **rate of decrease depends on the shoe’s Resilience attribute**.

> 💡 **HP cannot be directly restored with CPT Token.** Instead, players must **purchase 'Energy Flask' items using CPT Token** from the in-game **Shop**, and then use those items to restore HP.

***

#### ⚡ How to Obtain Energy

When Hunter Mode is activated, **0.2 energy is consumed per minute**, meaning **1 energy provides 5 minutes of Hunter Mode**.

* **3 energy** is automatically recharged each day.
* To gain additional energy, players can **purchase Energy Flask items with CPT Token from the Shop** and use them to recharge.

> Energy Flasks can be used for both **HP recovery** and **energy recharge**, depending on the item type.

***

#### 🧪 What is the Energy Cap?

The **Energy Cap** refers to the **maximum amount of energy** a player can hold. As the Energy Cap increases, the **daily auto-recovery amount also increases**.

To increase the Energy Cap, players need **Energy Orbs**, which can be obtained by **burning NFT shoes**.

> ⚠️ The table for Energy Cap increases based on the number of Energy Orbs will be provided at official launch. Values may change during the testing phase.

<table><thead><tr><th width="177">Rarity</th><th width="229">Burn</th><th>Obtained Energy Orb</th></tr></thead><tbody><tr><td>Normal</td><td>1 NFT Shoes</td><td>150</td></tr><tr><td>Rare</td><td>1 NFT Shoes</td><td>600</td></tr><tr><td>Unique</td><td>1 NFT Shoes</td><td>2,500</td></tr><tr><td>Legned</td><td>1 NFT Shoes</td><td>15,000</td></tr><tr><td>Mythic</td><td>1 NFT Shoes</td><td>60,000</td></tr></tbody></table>

Energy cap increase table according to the energy orbs obtained

<table><thead><tr><th width="225">Total Energy orb</th><th width="209">Energy Cap Increase</th><th>Daily energy recovery bonus</th></tr></thead><tbody><tr><td>300</td><td>3 -> 4</td><td>Total +3 energy per day</td></tr><tr><td>800</td><td>4 -> 5</td><td>-</td></tr><tr><td>1,500</td><td>5 -> 6</td><td>-</td></tr><tr><td>2,500</td><td>6 -> 7</td><td>-</td></tr><tr><td>4,000</td><td>7 -> 8</td><td>-</td></tr><tr><td>5,000</td><td>8 -> 9</td><td>-</td></tr><tr><td>6,500</td><td>9 -> 10</td><td>-</td></tr><tr><td>8,000</td><td>10 -> 11</td><td>+3 (Total +6 energy per day)</td></tr><tr><td>9,500</td><td>11 -> 12</td><td>-</td></tr><tr><td>12,000</td><td>12 -> 13</td><td>-</td></tr><tr><td>15,000</td><td>13 -> 14</td><td>-</td></tr><tr><td>18,000</td><td>14 -> 15</td><td>-</td></tr><tr><td>21,000</td><td>15 -> 16</td><td>+2 (Total +8 energy per day)</td></tr><tr><td>24,000</td><td>16 -> 17</td><td>-</td></tr><tr><td>27,000</td><td>17 -> 18</td><td>-</td></tr><tr><td>30,000</td><td>18 -> 19</td><td>-</td></tr><tr><td>35,000</td><td>19 -> 20</td><td>+3 (Total +11 energy per day)</td></tr><tr><td>40,000</td><td>20 -> 21</td><td>-</td></tr><tr><td>45,000</td><td>21 -> 22</td><td>-</td></tr><tr><td>50,000</td><td>22 -> 23</td><td>-</td></tr><tr><td>55,000</td><td>23 -> 24</td><td>-</td></tr><tr><td>60,000</td><td>24 -> 25</td><td>+4 (Total +12 energy per day)</td></tr><tr><td>75,000</td><td>25 -> 26</td><td>-</td></tr><tr><td>80,000</td><td>26 -> 27</td><td>-</td></tr><tr><td>85,000</td><td>27 -> 28</td><td>-</td></tr><tr><td>90,000</td><td>28 -> 29</td><td>+4 (Total +16 energy per day)</td></tr><tr><td>95,000</td><td>29 -> 30</td><td>+6 (Total +22 energy per day)</td></tr><tr><td>100,000</td><td>30 -> 40</td><td>+6 (Total +28 energy per day)</td></tr></tbody></table>

***Information in the table above may be subject to change during the testing phase with short notice.***

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cryptohunter.world/tokenomics/shoes-nft/hp-and-energy-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
