> For the complete documentation index, see [llms.txt](https://gritti.gitbook.io/gritti-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gritti.gitbook.io/gritti-whitepaper/game-system/energy-system.md).

# Energy System

Maximum Energy is replenished over a 4-day period in 6-hour intervals (fixed at UTC+0 00:00, 06:00, 12:00, 18:00). Each Energy point equals 1KM of running distance that a user can earn tokens. Owning more shoes will give you more Energy as shown in the below table:

| Sneaker No. | Energy | Daily Repl. |
| ----------- | ------ | ----------- |
| 1           | 4km    | 1km         |
| 2\~3        | 8km    | 2km         |
| 4\~9        | 10km   | 2.5km       |
| 10\~15      | 20km   | 5km         |
| 16\~23      | 32km   | 8km         |
| ≥24         | 40km   | 10km        |

Another way to increase Maximum Energy is to hold higher rarity Sneaker NFTs:

1. R Sneaker (1): +1km Energy
2. SR Sneaker (1): +2km Energy
3. SSR Sneaker (1): +3km Energy
4. UR Sneaker (1): +4km Energy

**EXAMPLE 1:**

1 N Sneaker + 1 R Sneaker = 9km Total Energy (8 Base Energy + 1 Bonus)

**EXAMPLE 2:**

2 R Sneaker + 1 UR Sneaker = 14km Total Energy (8 Base Energy + 6 Bonus)

Listing Sneaker on the Marketplace will result in Energy loss. Transferring Sneaker NFTs from one account to anotehr will result in Sneaker NFT entering into Cooldown period, during which users cannot use this Sneaker.


---

# 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:

```
GET https://gritti.gitbook.io/gritti-whitepaper/game-system/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.
