# 에너지 및 토큰 획득 상한

유저가 스타터팩에서 스니커즈를 구매한 순간부터 일일 에너지 상한 및 일일 토큰 상한치가 설정됩니다. 상한에 따라 유저가 일별 최대로 획득할 수 있는 에너지 및 토큰 수량이 제한됩니다.

각 NFT 스니커즈마다 고유한 에너지 용량을 보유하고 있으며, 에너지가 최대 상한치에 도달하는 순간 에너지 충전이 중단됩니다. 이와 동일하게 토큰 획득량이 최대 획득 상한치에 도달하는 순간 1MT 획득이 중단됩니다.

에너지 상한 및 일일 토큰 상한치는 비배타성을 띠고 있어, 유저가 보유한 전체 스니커즈의 개수를 토대로 설정됩니다.

### 일일 에너지 상한

&#x20;초기 에너지 상한은 2/2에서 시작됩니다. 도달할 수 있는 최대 에너지 상한은 20/20입니다. 유저는 보유한 스니커즈 개수를 늘리거나 보다 높은 등급의 스니커즈를 보유하여 에너지 상한을 높일 수 있습니다(아래 에너지 시스템 항목 참조).

### 일일 토큰 상한

&#x20;일일 1MT 상한은 5/5에서 시작됩니다. 도달할 수 있는 최대 토큰 상한은 300MT입니다. 유저는 스니커즈 레벨을 향상하여 일일 토큰 상한을 높일 수 있습니다.

### NFT 스니커즈 추가구매 또는 레벨 향상을 통해 에너지 및 1MT 용량 상한을 높일 수 있습니다.


---

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