# Energy and Earning Cap

Users are give a **Daily Energy Cap** and **Daily Earning Cap** as soon as they purchase a sneaker from the Starter Minting Pack. The cap for each restricts the maximum amount of Energy and tokens that users can have each day.

Each NFT sneaker has a specific energy capacity, and energy restoration will seize as soon as it reaches the maximum cap. This also applies to the 1MT token where earnings will seize as soon as it reaches its maximum income cap. Income cap will reset at 00:00 (UTC Time) each day.

The energy cap given depends on the total number of sneakers owned whilst the earning cap will depend on both the total number of sneakers and the highest sneaker level in the collection.

Earning cap for each account will observe whichever is lower in the two categories of sneaker number and sneaker level.

**Daily Energy Cap**

Users start the game with 2/2 Energy. Max Energy Cap is at 20/20. Users can increase their Energy by getting more or higher quality Sneakers (Refer to Energy System below)

**Daily Token Cap**

Users start the game with a 10 Daily 1MT Cap. The Daily Token Cap maxes out at 300 1MT. Users can increase their Daily Token Cap by leveling up their Sneakers and increasing the number of sneakers in their collection.

The table below shows maximum 1MT/day by sneaker level

| Sneaker Level | Max 1MT/day |
| :-----------: | :---------: |
|       0       |      10     |
|       1       |      20     |
|       2       |      30     |
|       3       |      40     |
|       4       |      50     |
|       5       |      60     |
|       6       |      70     |
|       7       |      80     |
|       8       |      90     |
|       9       |     100     |
|       10      |     110     |
|       11      |     120     |
|       12      |     130     |
|       13      |     140     |
|       14      |     150     |
|       15      |     160     |
|       16      |     170     |
|       17      |     180     |
|       18      |     190     |
|       19      |     200     |
|       20      |     210     |
|       21      |     220     |
|       22      |     230     |
|       23      |     240     |
|       24      |     250     |
|       25      |     260     |
|       26      |     260     |
|       27      |     260     |
|       28      |     260     |
|       29      |     260     |
|       30      |     300     |

The table below shows maximum 1MT/day by total number of sneakers owned

| Sneaker Number | Max 1MT/day |
| :------------: | :---------: |
|        1       |      20     |
|        2       |      30     |
|        3       |      40     |
|        4       |      50     |
|        5       |      60     |
|        6       |      70     |
|        7       |      80     |
|        8       |      90     |
|        9       |     100     |
|       10       |     110     |
|       11       |     120     |
|       12       |     130     |
|       13       |     140     |
|       14       |     150     |
|       15       |     160     |
|       16       |     170     |
|       17       |     180     |
|       18       |     190     |
|       19       |     200     |
|       20       |     210     |
|       21       |     220     |
|       22       |     230     |
|       23       |     240     |
|       24       |     250     |
|       25       |     260     |
|       26       |     260     |
|       27       |     260     |
|       28       |     260     |
|       29       |     260     |
|       30       |     300     |

Owning the following sneaker type will add to the income cap

| Sneaker Type | Additional 1MT |
| :----------: | :------------: |
|   Standard   |       +20      |
|   Athletics  |       +40      |
|      Pro     |       +60      |
|   Champion   |       +80      |

Important Note:

1. Income cap will depend on both the sneaker number and sneaker level and will observe whichever income cap that is lower.
2. Ranking system will override both sneaker level & sneaker quantity for maximum income cap. Please refer to 1mt.io for full detail on ranking system.


---

# 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/1move/game-fi-systems-and-mechanics/energy-and-earning-cap.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.
