> For the complete documentation index, see [llms.txt](https://whitepaper.letmespeak.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.letmespeak.org/es/economia/divisas-del-juego.md).

# Divisas del juego

En el juego hay 2 divisas que impulsarán el metaverso de LetMeSpeak:

* **LSTAR:** Token de recompensa Learning Star (disponible). Se utiliza para recompensar a las personas por aprender inglés y redistribuir el valor entre los miembros de la comunidad y los propietarios de NFT.
* **LMS:** Token de gobernanza en LetMeSpeak (próximamente).

A lo largo del tiempo, habrá diferentes formas de obtener beneficios de tus LSTAR y LMS:

**LSTAR**:

* Comprar personajes
* Extender visa
* Congelar visa
* Generar invitaciones
* Ser parte de los PvP
* Restaurar vidas
* Registrar personajes a becas
* Mejorar tu NFT mediante una [personalización visual](/es/economia/personajes/personalizacion-visual.md)
* Intercambiar moneda digital
* Transferir recompensas a tu monedero
* Pagar las tarifas del juego y comprar productos de consumo<br>

**LMS**:

* Gastar en el juego: Mejorar tus personajes NFT, atuendos NFT Premium, comprar NFT raros (por ejemplo, terrenos)
* Gobernanza (por ejemplo, tesorería, parámetros del metaverso)

Aunque las divisas del juego tienen utilidad dentro del metaverso, pueden transferirse libremente fuera de él.

Obtén más información en [Tokenomics](/es/tokenomics.md).


---

# 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://whitepaper.letmespeak.org/es/economia/divisas-del-juego.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.
