> 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./pagina-principal/15.-que-tipos-de-potencia-hay.md).

# 15. ¿Qué tipos de Potencia hay?

Hay 5 tipos de poder en el juego que en conjunto forman tu Poder Total final:

1. **Miners**. Este es el poder básico de los Mineros que puedes obtener. La mayoría de las veces, encontrarás este poder separado del porcentaje de Poder Bonus:

<figure><img src="/files/fa32ec8375f27d7b697dace26d4a66074b0c3db2" alt="" width="563"><figcaption></figcaption></figure>

2. **Bonus Power**. Este poder proviene de los **porcentajes de bonificación** de todos los mineros que posees. A diferencia del poder básico, el Poder Bonus se aplica al total combinado de tu poder de minería y de juego, no al minero individual en sí.

<figure><img src="/files/1201b7fea46e21eaca06c10b720eafe618e8635e" alt="" width="563"><figcaption></figcaption></figure>

3. **Bonificación de Rack**. Este es el poder adicional que recibes por colocar mineros en racks que ofrecen porcentajes de bonificación. Funciona de manera diferente al Poder Bonus.
   * Por ejemplo, si colocas un minero con **100 Th/s** en un rack con un **+5% de bonificación**, obtendrás un poder adicional de **5 Th/s**.
4. **Juegos**. Poder obtenido al **jugar juegos**. Este tipo de poder es **temporal** y dura **1, 3, 5 o 7 días**, dependiendo de tu Nivel de PC.
5. **Temporal**. Este es el poder que obtienes de **eventos especiales**, **habilidades de Hamster** o **drops**. Al igual que el poder de juego, es temporal.

Todos estos tipos de poder se **suman** para calcular tu **Poder Actual**!

<figure><img src="/files/409de64e2587d9527653056e52729d8208fefb71" alt=""><figcaption></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./pagina-principal/15.-que-tipos-de-potencia-hay.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.
