# Charge

Be sure to regularly charge your headphones to maintain a good performance of generating HUT tokens during workout mode.

Headphones at low battery has a lower HUT generation rate during workout mode:

* Battery percentage 100% - 50%: maintain full HUT generation rate.
* Battery percentage 49% - 10%: HUT generation rate drops linearly from 100% - 10%.
* Batter percentage < 10%: HUT generation rate locks at 10%.

## Battery Consumptions

| Battery consumption                                            |
| -------------------------------------------------------------- |
| x = Endurance                                                  |
| y = Battery consumption (in percentage) for every stamina drop |

\
\&#xNAN;**`IF x≤ 70:`**

$$
y=kx^{m}+b
$$

`where k = 1.2, m = -0.1, b = 0.3`&#x20;

**`IF 70<x<330:`**

$$
y=kx+b
$$

`where k = -0.003786, b = 1.35`&#x20;

**`ELSE`**

$$
y=0.1
$$

## Charge cost ($HUT)

| Level | HUT needed to charge 1% battery |
| ----- | ------------------------------- |
| 1     | 1                               |
| 2     | 1                               |
| 3     | 1                               |
| 4     | 1                               |
| 5     | 1.5                             |
| 6     | 1.5                             |
| 7     | 1.5                             |
| 8     | 1.5                             |
| 9     | 1.5                             |
| 10    | 2                               |
| 11    | 2                               |
| 12    | 2                               |
| 13    | 2                               |
| 14    | 2                               |
| 15    | 2.5                             |


---

# 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://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/how-it-works/headphones-game-mechanics/charge.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.
