# 에너지 시스템

에너지는 최대 상한에 도달할 때까지 6시간마다 25%씩 충전됩니다. 스니커즈 한 개를 보유한 유저의 초기 에너지 상한치는 2인 반면 스니커즈 세 개를 보유한 유저의 초기 에너지 상한치는 4입니다. 보유한 스니커즈 개수를 늘려 최대 에너지 상한치를 높일 수 있습니다. 또한 보다 높은 등급의 스니커즈를 보유한 경우에도 총 에너지 상한이 증가합니다. 산출 방법은 아래와 같습니다.

<table><thead><tr><th width="540.3333333333333" align="center">보유 스니커즈 개수 </th><th align="center">에너지 상한</th><th align="center">움직임 및 토큰 획득 시간(분)</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">30</td><td align="center">20</td><td align="center">100</td></tr></tbody></table>

보다 높은 등급의 스니커즈를 보유한 유저에게는 추가 에너지(누적량)가 주어집니다.

&#x20;1\.   스탠다드 스니커즈 보유: +1 에너지

2\.   애슬레틱 스니커즈 보유: +2 에너지

3\.   프로 스니커즈 보유: +3 에너지

4\.   챔피언 스니커즈 보유: +4 에너지

{% hint style="info" %}
**예시1:**

스탠다드 스니커즈 + 1 베이직 스니커즈 = 3 총 에너지 상한 (2 기본 + 1 보너스)

&#x20;

**예시 2:**

애슬레틱 스니커즈 + 1 베이직 스니커즈 = 8 총 에너지 상한 (4 기본 + 4 보너스)
{% 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/ko/game-fi/undefined-1.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.
