> For the complete documentation index, see [llms.txt](https://bb.flamestore.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bb.flamestore.xyz/battle-blitz-token/technical-specifications.md).

# Technical Specifications

{% hint style="warning" %}
There is no sale of Battle Blitz Tokens
{% endhint %}

<table data-header-hidden><thead><tr><th width="176"></th><th></th></tr></thead><tbody><tr><td>Initial supply</td><td>100,000,000</td></tr><tr><td>Standard</td><td>ERC-20</td></tr><tr><td>Decimals</td><td>18</td></tr><tr><td>Blockchain tokens launched on</td><td>To be announced</td></tr><tr><td>On-chain governance?</td><td>No</td></tr><tr><td>Snapshot voting?</td><td>Yes</td></tr><tr><td>Bridgeable to Ethereum L1?</td><td>Yes</td></tr></tbody></table>

BBT exists both off-chain and on-chain. Tokens earned through gameplay rewards are granted to users off-chain. They can be withdrawn on-chain out of the game and deposited back into the game off-chain.

### Initial Token Allocation and Distribution

| % of Initial Total | # of Tokens | Beneficiary                                                                                      |
| ------------------ | ----------- | ------------------------------------------------------------------------------------------------ |
| 40%                | 40 million  | Core team <mark style="color:blue;">for platform growth</mark><mark style="color:red;">\*</mark> |
| 20%                | 20 million  | Gamers                                                                                           |
| 15%                | 15 million  | Core team <mark style="color:blue;">to distribute to third parties for growth</mark>             |
| 15%                | 15 million  | Treasury                                                                                         |
| 10%                | 10 million  | Distribution of Games DAO<mark style="color:red;">\*\*</mark>                                    |

<mark style="color:red;">(\*) transfer restrictions apply</mark>

<mark style="color:red;">(\*\*) the Distribution of Games DAO is supporting growth of the game</mark>

### Transfer Restriction Details

Core team and founders are restricted from transferring their tokens for the first year after release. After a year, their tokens begin to become unrestricted on a monthly basis, linearly for two years.


---

# 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://bb.flamestore.xyz/battle-blitz-token/technical-specifications.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.
