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

# Token Economics

MyRichFarm metaverse uses several kinds of tokens to create a circular economy between users who will interact with its platform. These are the farms, assets and RCH, a token based on the ERC20 protocol which will act as the official currency in the ecosystem when purchasing goods and services (amongst other rights) within the game.

RCH: a kind of ERC-20 token, an important part of MyRichFarm. It is used for purchasing farms and merchandise in our game world.

Farm NFTs: a kind of ERC-721 token and RCH in the game can only be produced through it.

Fun Zone Coin: a kind of passport in Fun Zone, players need to have NFT to enter Fun Zone (player would be free to access in FunZone at the beginning for cool experience) and exchange RCH for FZC (Fun Zone Coin).&#x20;

{% content-ref url="/pages/UIHpJLS8dInsigz9krBI" %}
[RCH Introduction](/doc./token-economics/rch-introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/8gjbl51aXnWqrqraMsb7" %}
[RCH Allocation](/doc./token-economics/rch-allocation.md)
{% endcontent-ref %}

{% content-ref url="/pages/txtrfRdnbf591fHe1tKJ" %}
[RCH Utilization](/doc./token-economics/rch-utilization.md)
{% endcontent-ref %}

{% content-ref url="/pages/cBOInsTdkNWtltKLlyzu" %}
[Revenue Streams](/doc./token-economics/revenue-streams.md)
{% endcontent-ref %}

{% content-ref url="/pages/3ndbdgphLSCcPgjftyPn" %}
[Coin Burn](/doc./token-economics/coin-burn.md)
{% endcontent-ref %}


---

# 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://myrichfarm.gitbook.io/doc./token-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.
