> For the complete documentation index, see [llms.txt](https://whitepaper.evoverse.app/evoverse-white-paper-portugues/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.evoverse.app/evoverse-white-paper-portugues/dashboard-farming/pods/hash-power.md).

# Hash Power

Cada POD tem seu próprio Hash Power. O Hash Power é o poder de mineração do POD. Esse valor que determina quantos EPW2 ele consegue minerar por dia.

Você só pode turbinar o Hash Power dos seus PODs da categoria Épico e Lendário.

### &#x20;Tabela de Hash Power:

<table><thead><tr><th width="150">Estrelas</th><th width="150">Lendário</th><th width="150">Épico</th><th width="150">Raro</th><th width="150">Comum</th></tr></thead><tbody><tr><td>1 Estrela  (base)</td><td>45-55</td><td>27-33</td><td>7-11</td><td>2-4</td></tr><tr><td>2 Estrelas (base x2)</td><td> 90-110</td><td>54-66</td><td></td><td></td></tr><tr><td>3 Estrelas (base x3)</td><td> 135-165</td><td>81-99</td><td></td><td></td></tr><tr><td>4 Estrelas (base x4,2)</td><td> 189 - 231</td><td>113,4 - 138,6</td><td></td><td></td></tr><tr><td>5 Estrelas (base x5,6)</td><td> 252 - 308</td><td>151,2 - 184,8</td><td></td><td></td></tr><tr><td>6 Estrelas (base x7)</td><td> 315 - 385</td><td>189 -  231</td><td></td><td></td></tr></tbody></table>


---

# 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://whitepaper.evoverse.app/evoverse-white-paper-portugues/dashboard-farming/pods/hash-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.
