> For the complete documentation index, see [llms.txt](https://docs.waveslands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.waveslands.com/es/fundamentos/tokenomica/token-acres.md).

# Token ACRES

* Creado en la blockchain de Waves
* **ID del activo**: 4KvfJBzghmotV7MPWAoojerSbPud8ZgKYM4S3hvgssL8
* Emisión máxima: 1 millón de tokens ACRES
* El precio nominal de ACRES siempre es igual a 10 USDT
* El precio de mercado de ACRES se mantiene a través del arbitraje
* El staking de ACRES mina tokens [WLGOLD](/es/fundamentos/tokenomica/token-wlgold.md).

### Mecánica del Token ACRES

* Cada token ACRES en staking proporciona 100 FarmPower.
* El número de ACRES en staking afecta el nivel del usuario.
* El nivel del usuario otorga un bono de FarmPower por cada ACRES en staking.
* FarmPower representa la proporción de minería de [WLGOLD ](/es/fundamentos/tokenomica/token-wlgold.md)en relación con el FarmPower total.

<table><thead><tr><th width="149">ACRES en staking</th><th>Nivel</th><th>FarmPower</th><th>Bono, %</th><th>FarmPower total</th></tr></thead><tbody><tr><td>1</td><td>1</td><td>100</td><td>0</td><td>100</td></tr><tr><td>10</td><td>2</td><td>1 000</td><td>20</td><td>1 200</td></tr><tr><td>20</td><td>3</td><td>2 000</td><td>40</td><td>2 800</td></tr><tr><td>40</td><td>4</td><td>4 000</td><td>60</td><td>6 400</td></tr><tr><td>80</td><td>5</td><td>8 000</td><td>80</td><td>14 400</td></tr><tr><td>150</td><td>6</td><td>15 000</td><td>100</td><td>30 000</td></tr><tr><td>250</td><td>7</td><td>25 000</td><td>120</td><td>55 000</td></tr><tr><td>400</td><td>8</td><td>40 000</td><td>140</td><td>96 000</td></tr><tr><td>700</td><td>9</td><td>70 000</td><td>160</td><td>182 000</td></tr><tr><td>1 000</td><td>10</td><td>100 000</td><td>180</td><td>280 000</td></tr></tbody></table>

### Cómo obtener ACRES&#x20;

* Compra en la aplicación por USDT
* Compra en [PuzzleSwap](https://puzzleswap.org/trade?asset0=9wc3LXNA4TEBsXyKtoLE9mrbDD7WMHXvXrCjZvabLAsi\&asset1=4KvfJBzghmotV7MPWAoojerSbPud8ZgKYM4S3hvgssL8)
* Compra en [WX.network](https://wx.network/trading/spot/4KvfJBzghmotV7MPWAoojerSbPud8ZgKYM4S3hvgssL8_USDT-ERC20)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.waveslands.com/es/fundamentos/tokenomica/token-acres.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
