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

# Game Concept

In the game, players will mine natural resources that can be processed through several stages, converted into TOKENS, or used to develop their characters in-game. Every mining process will be taxed by the GOVERNOR and MAYOR, and they can also convert these resources into TOKENS for their own profit. However, to accelerate the growth of regions and districts, Governance requires many players, collecting taxes from them to develop the territories and win wars. Players will also receive wages from Governance officials for their efforts, paid in the in-game currency, which can also be converted into TOKENS.

All players holding RAWS tokens in their wallets have the opportunity to invest in the game by utilizing one of the main systems available in a REGION. This system helps boost the economy of other players through its features. It also generates income for Governors and investors.

Free-to-Play (F2P) players can start as SURVIVORS in the Metaverse Apocalypse, struggling against destruction, forming alliances or fighting with other players, gathering together to survive.

**OR**

Players can choose to be a GOVERNOR, holding sovereignty and ruling over claimed territories, assisted by ADVISORS and MAYORS. Unite and govern the CIVILIANS, fight together to control other Regions, and make growth your legacy.


---

# 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://reignalterworld.gitbook.io/litepaper/introduction/game-concept.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.
