# 📜 Sistema de Reset Dinámico

En nuestro servidor, el sistema de *reset dinámico* ajusta las recompensas y el costo de cada reset según la cantidad acumulada que tengas.\
A medida que tu personaje alcanza más resets:

* **El Zen requerido aumenta** 📈

<table><thead><tr><th width="85">Min Reset</th><th width="98">Max Reset</th><th width="86">Level</th><th width="161">💰 Zen Requerido</th><th>💰 Zen Requerido (VIP)</th><th data-hidden>⭐ Puntos por Reset</th></tr></thead><tbody><tr><td>1</td><td>10</td><td>400</td><td>💰 15,000,000</td><td>💰 10,000,000</td><td>🟢 <strong>900</strong></td></tr><tr><td>11</td><td>20</td><td>400</td><td>💰 25,000,000</td><td>💰 20,000,000</td><td>🟢 <strong>700</strong></td></tr><tr><td>21</td><td>30</td><td>400</td><td>💰 35,000,000</td><td>💰 30,000,000</td><td>🟢 <strong>500</strong></td></tr><tr><td>31</td><td>40</td><td>400</td><td>💰 45,000,000</td><td>💰 40,000,000</td><td>🟡 <strong>350</strong></td></tr><tr><td>41</td><td>50</td><td>400</td><td>💰 55,000,000</td><td>💰 50,000,000</td><td>🟠 <strong>300</strong></td></tr></tbody></table>


---

# 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://guia-baldunetamu.gitbook.io/balduneta-mu-server-info/server-info/caracteristicas-oficiales/sistema-de-reset-dinamico.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.
