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

# Tokenomics

Boba Finance Token Distribution

BFI Token Distribution

| Total BFI Supply | 1,500,000,000 |
| ---------------- | ------------- |

BFI Token Commissions

| On Each Transfer                                  | 0.1 PIRI    |
| ------------------------------------------------- | ----------- |
| Added to the PIRI Block network on each character | 0.0005 PIRI |

&#x20;

The total BFI supply to be available in the free market has been determined as 1,500,000,000 units. 15% of this quantity, equivalent to 225,000,000 BFI, has been allocated for private sales.&#x20;

Following these sales, the generated funds will be directly transferred to liquidity accounts to support the project and market price. 5% of the total supply, amounting to 75,000,000 BFI, is designated for market expenditures. These expenditures include exchanges, advertising firms, as well as social and print media publishers.&#x20;

5% of the total supply, corresponding to 75,000,000 BFI, constitutes the "Reserved Funds" representing funds allocated for company investors.&#x20;

10% of the total supply, totalling 150,000,000 BFI, is reserved for the core team and advisors. The distribution of these funds is planned for the second quarter of 2024.

5% of the total supply, totalling 75,000,000 BFI, is reserved for the potential partners.

The remaining 60% of the total supply, equivalent to 900,000,000 BFI, is reserved for common sales and can be procured from exchanges.

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


---

# 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.bobafinance.com/protocol/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.
