> For the complete documentation index, see [llms.txt](https://whitepaper.bloctale.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.bloctale.com/bloctale/faq/what-are-the-available-in-game-tokens-and-their-use-cases.md).

# What are the available in-game tokens and their use cases?

BlocTale features three main types of tokens, each with their specific use cases, and a DAO governance token:

* ***BlocGold (GLD):***\
  GLD is an ERC20 token and serves as the primary in-game currency. Players use GLD to purchase items, services, and upgrades within the game. They can earn GLD by participating in activities such as defeating enemies, completing quests, and engaging in other game events.
* ***ERC1155 NFT Items:***\
  These tokens represent unique in-game items such as weapons, armor, and other collectibles. Each item has its distinct attributes, and players can use them to improve their characters' abilities and performance in the game. Players can acquire NFT items by defeating enemies, purchasing from NPC shops or other players, and through special sale events.
* ***ERC721 BlocTale Characters:***\
  Player characters are tokenized as ERC721 tokens, which include attributes like level, job level, profession, and honor. Players can trade, sell, or transfer these tokens, providing a dynamic and valuable market for characters within the game.
* ***BlocTale DAO (BLOC):***\
  BLOC is the governance token for the BlocTale Decentralized Autonomous Organization (DAO). Token holders can participate in the decision-making process for the game's future development, influencing various aspects of the game, such as new features, balancing, and in-game economy.

These tokens work together to create an engaging and rewarding in-game economy, offering players various opportunities to earn, trade, and invest in the game's 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.bloctale.com/bloctale/faq/what-are-the-available-in-game-tokens-and-their-use-cases.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.
