> For the complete documentation index, see [llms.txt](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/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/hibiki-run-whitepaper-v3.0/tokenomics.md).

# Tokenomics

- [$HUT and $HBK](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/usdhut-and-usdhbk.md): Dual-token model helps to maintain a sustainable, balanced and controllable game economy.
- [Token Consumptions](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions.md): Where there are faucets, there are sinks.
- [Charge](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/charge.md): It pays to get some juice
- [Mint](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/mint.md): mint a new headphone out of 2 existing headphones from your collection
- [Omamori fusion](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/omamori-fusion.md): Fuse Omamori out of 5 pouches
- [Remix](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/remix.md): Remix your headphone to upgrade to next rarity
- [Level up](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/level-up.md): Level up your headphone to increase its properties
- [Wear Omamori](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/wear-omamori.md): Wear Omamori to boost your session token gain and unlock listen mode skins
- [Reduce CD](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/reduce-cd.md): Reduce "Cool down" period by spending $HUT
- [PFP + Headphone fusion (under development)](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/pfp-+-headphone-fusion-under-development.md)
- [Raffle](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/token-consumptions/raffle.md): Unleash a world of imagination for collections
- [Allocation and vesting](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/allocation-and-vesting.md)
- [Transaction costs](https://whitepaper.hibikirun.com/hibiki-run-whitepaper-v3.0/tokenomics/transaction-costs.md): For a sustainable ecosystem.


---

# 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/hibiki-run-whitepaper-v3.0/tokenomics.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.
