# Upgrade

The Upgrade system is a crucial game mechanism where users can upgrade the Power level of the Home so that they can accumulate higher rarities nfts. Along side every users Gets a free 10 kwh Power when then signup into the game. &#x20;

### Cost of Upgrade and Boost :-

| Level | cost (RON) | Total Capacity (Kwh) | Hash Rate Boost | extra slots from prev |
| ----- | ---------- | -------------------- | --------------- | --------------------- |
| 1     | 0          | 10                   | 0%              | -                     |
| 2     | 4.99       | 20                   | 1%              | 10                    |
| 3     | 9.99       | 50                   | 1%              | 30                    |
| 4     | 14.99      | 75                   | 1%              | 25                    |
| 5     | 24.99      | 150                  | 1%              | 75                    |
| 6     | 39.99      | 250                  | 1%              | 100                   |
| 7     | 49.99      | 350                  | 1%              | 100                   |
| 8     | 69.99      | 500                  | 1%              | 150                   |
| 9     | 99.99      | 1000                 | 3%              | 500                   |


---

# Agent Instructions: 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:

```
GET https://litepaper.bitminer.dev/gameplay/upgrade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
