# Game Vision

Re.Monsterの世界では、Monsterを育て、競い合う職業であるトレーナーが花形の職業になっています。しかしMonsterは野生に生息しておらず、オンチェーンデータを元に再生（誕生）します。様々なMonsterが存在しており、それらはプレイヤーのウォレットに入っているNFTから再生することで入手可能です。

ユーザーが再生したMonsterはNFTとしてMintし、所有することができます。他にもGame中の様々なアイテムをNFTとして保有し、使用や取引を行えます。

## Core Element

1. NFTからのMonsterの再生（Mint）
2. Monsterの育成
3. Monsterの融合
4. 様々なアイテムの保有や使用
5. Farm（Land）の保有
6. 大会でのBattle（PvP、PvE）
7. ランキング（個人、Sector、Guild）
8. Sector、Guild、フレンドチャット機能

## Game Cycle

Re.Monsterでは、Monsterの育成を中心としてGameが進みます。

Monsterには寿命が設定され、多くの場面で消費されていくため計画的な育成が重要です。またGame内には時間が設定されており、各行動によって時間経過が起こります。

* 最小単位：1週間
* 1か月：4週間
* 1年：12か月

<figure><img src="https://lh4.googleusercontent.com/PXP5STawW34pPJTgpRivFrwF_otGc9jnl6CyrW10xHE7ezWBzUEygEhwUxOnaG9yM1AoOK2sJxpLiGyD8KbgNBbYssSKrI9ZcTJ9qQlDhrNLANVFJmpnFavNdwUkJfjc1vli30NZI_xNdxhdgdOAw3U" 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/japanese/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.
