# Game Vision

Within the world of Re.Monster, the vocation of monster trainers, who train and compete with these monsters, is highly esteemed. Contrary to their natural habitats, monsters are regenerated (born) from on-chain data, rather than existing in the wild. A diverse range of monsters can be discovered, acquired through a regeneration process from NFTs stored within a player's wallet.

Monsters regenerated by the user can be minted and be owned as NFTs. Various other items in the game can be also held as NFTs, enabling their use and trading.

## Core Element

1. Monster Regeneration from NFTs（Mint）
2. Raising Monsters&#x20;
3. Monster Fusion
4. Various Item Ownership and Utilization&#x20;
5. Land Possession (Farm)
6. Battle (PvP, PvE) in a tournament
7. Rankings (Individual, Sector, Guild)
8. Communication Features: Sector, Guild, and Peer Interaction

## Game Cycle

In Re.Monster, the game progresses around the raising of monsters.

Monsters possess a predetermined lifespan and are subject to consumption under various circumstances, making systematic training crucial for their development. Additionally, the game operates within a fixed time frame, with each action progressively advancing the passage of time.

* Minimum unit of measure: 1 week
* 1 month: 4 weeks
* 1 year: 12 months

<figure><img src="https://lh3.googleusercontent.com/ieasImto3yGK0Gb2jhfc4IsH730kxHC1IO-JJRKZhB7NNMXMdfa9TbBY58SfQpZr6wJcyQmxzj3GJgFlhUV5AC7tPwTnxcjGAQFtCKXAgBBAMKU0rY2df0YUnhOBxFk1m53f7-dXsTn2ojtIZTj_MEg" alt=""><figcaption></figcaption></figure>


---

# 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://docs.remonster.world/overview/game-vision.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.
