> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./logros/1.-que-son-los-logros.md).

# 1. ¿Qué son los logros?

Los logros son "trofeos" dentro del juego que recibes por completar diversos hitos, como "Desbloquear la 2.ª habitación" o "Ganar 50 partidas de Token Blaster", etc.

¡Puedes recibirlos completando la tarea necesaria para el Logro y reclamar la recompensa!

Si quieres encontrar un Logro exacto, asegúrate de visitar la [<mark style="color:verde;">página de Logros</mark>](https://rollercoin.com/achievements), elige qué Logro te gustaría completar y haz clic en el botón "¡Vamos!":

<figure><img src="/files/db872194cfa446d5a92f5a829a390f3ebb45a290" alt=""><figcaption><p>Por ejemplo, si decidimos completar este Logro, tendríamos que gastar al menos 25 RLT en Marketplace</p></figcaption></figure>

<figure><img src="/files/87d89075d07390f5e851d2f1179520a4c452ddf6" alt=""><figcaption><p>Después de gastar 25 RLT en Marketplace, podemos completar el Logro y reclamar el premio</p></figcaption></figure>

<figure><img src="/files/5861b0d5a779efc833ec9c260c856bc905192034" alt=""><figcaption><p>Como hemos gastado incluso más de 25 RLT, el progreso se guarda y ¡vamos camino del siguiente Logro!</p></figcaption></figure>


---

# 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./logros/1.-que-son-los-logros.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.
