> 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/f.a.q./homepage/10.-how-to-get-more-power.md).

# 10. How to get more Power?

In RollerCoin, there are **two types of regular power**:

1. **Temporary Power** — earned by playing mini-games or earning any Temporary Power from various events.
2. **Permanent Power** — obtained by purchasing Miners (the power amount is listed in the Miner’s description).

<figure><img src="/files/RDhWUiQAKdu5QiDZrQZm" alt=""><figcaption><p><em>Power you get from playing the Games</em></p></figcaption></figure>

<figure><img src="/files/hlgdbipIB5xsfEnDErQn" alt="Power you get from purchasing the Miners" width="563"><figcaption><p><em>Power you get from purchasing the Miners</em></p></figcaption></figure>

#### Key Differences:

* **Permanent Power**: A long-term investment that consistently boosts your mining power. The more Miners you acquire, the more stable power and rewards you’ll earn.
* **Temporary Power**: A short-term boost to performance that can be achieved by playing Games.

#### Pro Tip:

To maximize your success, combine **Temporary Power** (for quick boosts) with **Permanent Power** (for steady growth). This strategy will help you dominate the Network, achieve higher rewards, and sustain your progress in the game.

**Power Conversion Reference**:

{% hint style="info" %}
1 Ph/s = 1 000 Th/s = 1 000 000 Gh/s
{% endhint %}


---

# 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/f.a.q./homepage/10.-how-to-get-more-power.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.
