# Characters

There are three main categories of characters available in Battle Blitz: free, paid and limited edition. Free characters are the ones available to everyone. Paid characters are available to everyone for purchase as an in-app purchase. Limited Edition characters are only available through specific releases outside of the in-app purchase system. Paid and Limited Edition characters are ERC-1155 semi-fungible tokens and are tradable to other players, while free characters are not NFTs.

Blockchain based character skins allow players to have true ownership and the ability to trade their assets. This is a significant shift from traditional games where in-game purchases are permanently locked to a player’s account. The ERC-1155 standard is particularly advantageous for gaming, as it enables the issuance of multiple copies of the same skin, while maintaining the uniqueness of each through individual identifiers.

{% content-ref url="/pages/mDeUlTxv9UicQ7AD7Cn4" %}
[Free](/characters/free.md)
{% endcontent-ref %}

{% content-ref url="/pages/EHTSacUvxbiVh3pzDINs" %}
[Paid](/characters/paid.md)
{% endcontent-ref %}

{% content-ref url="/pages/4QOAJ7yqbpLKU2lT68ep" %}
[Limited Edition](/characters/limited-edition.md)
{% endcontent-ref %}


---

# 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://bb.flamestore.xyz/characters.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.
