> For the complete documentation index, see [llms.txt](https://whitepaper.hibikirun.com/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.hibikirun.com/index/how-it-works.md).

# How it works

- [Free-to-play](https://whitepaper.hibikirun.com/index/how-it-works/free-to-play.md): Freemium, should we say?
- [Running session](https://whitepaper.hibikirun.com/index/how-it-works/running-session.md): Running without music is soulless.
- [Raffle system](https://whitepaper.hibikirun.com/index/how-it-works/raffle-system.md): "God does not play dice with the universe." -- Albert Einstein
- [Marketplace](https://whitepaper.hibikirun.com/index/how-it-works/marketplace.md): An open market place for traders and Hibiki Run players
- [Anti-exploitation system](https://whitepaper.hibikirun.com/index/how-it-works/anti-exploitation-system.md): A Tom-and-Jerry type of thing.
- [Reputation system](https://whitepaper.hibikirun.com/index/how-it-works/reputation-system.md): It's like 1984, but in a good way.
- [Asynchronous mode](https://whitepaper.hibikirun.com/index/how-it-works/asynchronous-mode.md): Sometimes, it's just nice to have some delayed gratification.
- [Main game properties](https://whitepaper.hibikirun.com/index/how-it-works/main-game-properties.md): No game, no life.
- [Mint](https://whitepaper.hibikirun.com/index/how-it-works/main-game-properties/mint.md): It takes two to "breed" a pair of new headphones.
- [Charge](https://whitepaper.hibikirun.com/index/how-it-works/main-game-properties/charge.md): Just a necessary token sink for good mental health.
- [Rarity](https://whitepaper.hibikirun.com/index/how-it-works/main-game-properties/rarity.md): Do-re-mi-fa-so-la-ti, what tiers do you see?
- [Stamina](https://whitepaper.hibikirun.com/index/how-it-works/main-game-properties/stamina.md): The more, the better.
- [Raffle limit](https://whitepaper.hibikirun.com/index/how-it-works/main-game-properties/raffle-limit.md): You can only go all in once a day.


---

# 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.hibikirun.com/index/how-it-works.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.
