# Running session

**Steps:**

1. Equip the headphone (if you have more than 1 pair) for your new session with the right genre suits your mood
2. Start running session&#x20;
3. **\[Optional]** Click on playback button during session to listen to Web3 music from Audius freely
4. Run without music will reward you with 1x regular token outcome
5. Run with Audius music will generate a 1.2x reward boost
6. ~~**\[Optional]** Make an in-app donation at the end of the session to reward our web3 music community and indie artists~~ (donation feature will be launched at later release)

**$HUT generation formula**&#x20;

$$
G = S \* (Q + U) ^ α \* Rand\[β，γ] \* X \* Y \* Z \* M \* BG
$$

G = generation for each session

S = stamina consumed

Q = headphone quality points

U = omamori's quality buff

α = system value 1

β = system value 2

γ = system value 3

X = 0 when avg speed < 1km/h or avg speed > 20 km/h, else 1

Y = 1 when remaining battery ≥ 50%; 2 \* remaining battery when it drops below < 50% (battery ranges from 1% to 100%)

Z = 1.05 when wearing Omamori, else 1

M = 1 when not listening to music; 1.1 when listening to music from web2 music platform API; 1.2 when listening to music through web3 music platform API

BG = 1.05 when wearing Black Gold headphone; else 1

&#x20;


---

# 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/index/how-it-works/running-session.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.
