# How does the in-game economy work?

The in-game economy in BlocTale is built around a tokenized ecosystem that revolves around three primary tokens: BlocGold (GLD), ERC1155 NFT items, and ERC721 BlocTale Characters.

* ***BlocGold (GLD):***\
  GLD is the in-game currency used for transactions within the game. Players can earn GLD by defeating enemies, completing quests, and participating in other game events. GLD is used to purchase in-game items, upgrades, and participate in various activities.
* ***ERC1155 NFT Items:***\
  BlocTale features a wide range of non-fungible tokens (NFTs) representing in-game items such as weapons, armor, and consumables. NFTs can be collected from defeated enemies, purchased in NPC shops, or bought from other players. Special sale events are also organized for the release of unique and rare items.
* ***ERC721 BlocTale Characters:***\
  Player characters are tokenized as ERC721 tokens, allowing players to trade, sell, or transfer their characters. The value of these tokens is determined by the character's attributes such as level, job level, profession, and honor.

The in-game economy is designed to be self-sustaining and rewarding for both players and investors, with a focus on maintaining a healthy balance between supply and demand for the various tokens.


---

# 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://whitepaper.bloctale.com/bloctale/faq/how-does-the-in-game-economy-work.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.
