> For the complete documentation index, see [llms.txt](https://breathe-nfts.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://breathe-nfts.gitbook.io/project/ecosistem/token/wallet.md).

# Wallet

As we have already mentioned earlier in this document, the project aims for easy adoption of tokenization by game users, without the need for cryptographic knowledge. Therefore, the storage of all the tokens will be done automatically within the video game in the player's account, without the need for a wallet and organized in their collection section. These tokens can be used within the video game instantly.

If the user wishes to make transactions outside of the video game, such as exchanging their tokens ERC-20, adding liquidity or staking, they must be transferred to an external wallet created by the project.

If the user wants to make an exchange, he must meet conditions (except for 10% of the tokens transferred in the investment rounds). The conditions are based on the user's contribution to the project and are the following:

-Achieve a medium ranking onwards in the game.

-Achieve a goal of hours of play.

-Provide liquidity or block tokens with staking.

Other conditions that allow the exchange that exclude the above.

-Youtubers that provide visibility, teach the gameplay and curiosities of the video game.

-High quality fan arts of new characters or weapons for the game.

The amount of tokens to be exchanged will be limited depending on the player's contributions to the project.

The project does not rule out adding more opportunities for conditions so that more players can be a contribution and win their exchange pass.

Summary: The project has integrated tokenization to add commercialization between users within the game in order to increase interaction and collection of products. On another plane with less traffic, there are the contributions of users to the project who will be able to make withdrawals in exchange for their work.

<br>


---

# 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://breathe-nfts.gitbook.io/project/ecosistem/token/wallet.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.
