> For the complete documentation index, see [llms.txt](https://docs.1move.io/es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/es/sistemas-y-mecanicas-de-game-fi/sistema-de-energia.md).

# Sistema de energía

La energía se repone un 25% cada 6 años hasta que alcanza el límite máximo de energía. Los usuarios que comiencen con un calzado recibirán 2 límites de energía, mientras que los usuarios que comiencen con 3 zapatillas obtendrán un límite máximo de 4 energías. Los usuarios pueden aumentar su energía máxima teniendo más sneakers. Además, si cuentan con zapatillas de mayor calidad, el límite total de energía también aumentará. El cálculo es el siguiente:

| Número de sneakers | Energía | Muévete y gana tiempo (Min) |
| ------------------ | ------- | --------------------------- |
| 1                  | 2       | 10                          |
| 3                  | 4       | 20                          |
| 9                  | 9       | 45                          |
| 15                 | 12      | 60                          |
| 30                 | 20      | 100                         |

Se proporciona energía adicional (acumulativa) a los usuarios para zapatillas de mayor calidad:

&#x20;1\.   Tener una sneaker estándar: +1 Energía

2\.   Tener una sneaker atlética: +2 Energía

3\.   Tener una sneaker pro: +3 Energía

4\.   Tener una sneaker champion: +4 Energía

{% hint style="info" %}
**EJEMPLO 1:**

Sneaker estándar + 1 sneaker básica = 3 energía total (2 energía base + 1 de bonificación)

&#x20;

**EJEMPLO 2:**

Sneaker atlética + 1 sneaker básica = 8 energía total (4 energía base + 4 de bonificación)
{% endhint %}


---

# 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://docs.1move.io/es/sistemas-y-mecanicas-de-game-fi/sistema-de-energia.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.
