> For the complete documentation index, see [llms.txt](https://docs.perplay.io/perplay-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perplay.io/perplay-whitepaper/game-fi/users/power-pow.md).

# Power (POW)

You spend Power to play games and earn rewards. Each minute of gameplay requires 1 Power, meaning that having more Power allows you to play for longer and earn greater rewards.

&#x20;Power consists of two components: Bast Power and Extra Power. Base Power is consumed first, and when it is depleted, Extra Power comes into play.

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

**Base Power**

You start with a Base Power of 10, regardless of whether you own a Vehicle or not. As you acquire more Vehicle NFTs, each Vehicle contributes to the total Base Power. Higher-Grade Vehicles contribute more significantly. The maximum value for Base Power is 150.

<table><thead><tr><th width="307">Grade</th><th>Normal</th><th>Rare</th><th>Elite</th><th>Epic</th></tr></thead><tbody><tr><td>Base Power increase per Vehicle</td><td>10</td><td>13</td><td>16</td><td>19</td></tr></tbody></table>

**Extra Power**

Extra Power is influenced by your Energy attribute. For every 8 Energy points, you gain 1 Extra Power. The final Energy value is determined by the Energy of your Main Vehicle plus any Ownership Bonuses derived from other Vehicles. Refer to [**\[Stat\]**](/perplay-whitepaper/game-fi/nft/stats.md) page for additional details on Ownership Bonuses. The maximum value for Extra Power is 90.

If you change your Main Vehicle, the value of Extra Power will adjust accordingly based on your current Energy.

**Charging Power**

Power replenishes over time according to the following rules:

<table><thead><tr><th width="147">Category</th><th>Charging Method</th></tr></thead><tbody><tr><td>Base Power</td><td>Every day at 00:00, 06:00, 12:00, and 18:00, 25% of your Base Power maximum is recharged (UTC).</td></tr><tr><td>Extra Power</td><td>Every day at 00:00, Extra Power is charged to full (UTC).</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://docs.perplay.io/perplay-whitepaper/game-fi/users/power-pow.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.
