> For the complete documentation index, see [llms.txt](https://the-chain-hunters.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-chain-hunters.gitbook.io/en/economics.md).

# Economics

### In-Game Currency&#x20;

In THE CHAIN HUNTERS, the following currencies are used:

| Currency Name | Use                                                                                                                                                           | How to Obatin                                                   |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| Coin          | <p></p><p>Primary Purpose: Purchasing Game Items</p><ol><li>Buying in-game items</li><li>Gacha</li><li>Purchasing items in the marketplace</li></ol>          | Purchases Made Through App Payment, Credit Card, Cryptocurrency |
| Diamonds      | <p></p><p>Primary Purpose: Withdrawal</p><ol><li>Exchange for virtual currency</li><li>Exchange for Amazon gift vouchers</li><li>Exchange for coins</li></ol> | Bounty Head Damage Ranking Rewards                              |
| Rubies        | <p></p><p>Primary Purpose: Withdrawal</p><ol><li>Exchange for Amazon gift vouchers</li><li>Exchange for coins</li></ol>                                       | Selling Chain Hunters & Parts                                   |

\*Note: If payment is made via app payment or credit card, there will be a period of restriction on withdrawing to virtual currency/Amazon gift vouchers and listing on the marketplace.

### Other Ecosystem Details&#x20;

Further details about the ecosystem will be announced at a later date.


---

# 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://the-chain-hunters.gitbook.io/en/economics.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.
