> 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./juegos/2.-por-que-mi-potencia-no-aumento-despues-de-ganar-el-juego.md).

# 2. ¿Por qué mi Potencia no aumentó después de ganar el juego?

El nivel de PC aumenta gradualmente en función del número de partidas que juegues al día, y los niveles de PC más altos te permiten conservar el poder durante 3, 5 o 7 días, según corresponda.

Imaginemos que jugaste 1 partida hace 7 días a las 10:24. Esto significa que el octavo día, a las 10:24, perderás el poder de esta partida, independientemente de si vuelves a jugar o no. Puedes jugar 100 partidas cada día, pero conservarás el poder de ellas solo durante los próximos 7 días como máximo. Además, ten en cuenta que el poder bonus que obtienes de las partidas o del Event Pass también es temporal.

Si ganaste una partida y sospechas que no se contó en tu poder total, prueba el consejo de la [<mark style="color:verde;">pregunta anterior</mark>](/rollercoin/rollercoin-f.a.q.-es/f.a.q./juegos/1.-por-que-no-recibo-potencia-de-los-juegos.md): borra la caché de tu navegador, prueba con diferentes navegadores y usa el Modo Incógnito.

Si eso no ayuda, no dudes en ponerte en contacto con nuestro equipo de soporte en [<mark style="color:verde;">support@rollercoin.com</mark>](mailto:support@rollercoin.com) y proporciona tu correo electrónico de registro, tu nombre de usuario en el juego, la fecha de registro y una descripción detallada de tu problema, junto con algunas capturas de pantalla o un video.


---

# 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./juegos/2.-por-que-mi-potencia-no-aumento-despues-de-ganar-el-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.
