> 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/7.-why-is-my-power-negative.md).

# 7. Why is my power negative?

Negative power issues may occur due to a poor connection to the site, which can result in improper site functionality. This is often caused by outdated cache and cookie files preventing the site from correctly updating your account.

<figure><img src="/files/30h0z477Y9wR0yqJSEU7" alt=""><figcaption></figcaption></figure>

To resolve this issue, we recommend the following steps:

1. **Clear your browser's cache and cookie files.**
2. **Ensure that AdBlock or similar programs are disabled** on the RollerCoin page.
3. **Check for interfering browser extensions** in your browser settings and disable any that may affect RollerCoin's functionality.

After completing the above-mentioned steps, perform these ones:

* Remove all the miners from your Room and place them in your **Inventory**.
* Manually move the miners back from your **Inventory** to the **Racks** in your Room.

If the issue persists:

1. Take a screenshot of your power displayed in your Room with the Miners in your Inventory.
2. Take a screenshot of the power shown in **My Profile →** [<mark style="color:green;">**Profile Stats**</mark>](https://rollercoin.com/profile/profile-stats) with the Miners in your Inventory.

<figure><img src="/files/cj8LL3QL8IS3conSZtXn" alt=""><figcaption></figcaption></figure>

If the power remains negative, please contact [<mark style="color:green;">support@rollercoin.com</mark>](mailto:support@rollercoin.com) with a detailed explanation of your situation. Attach the screenshots in high resolution so our support team can assist you promptly.


---

# 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/7.-why-is-my-power-negative.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.
