# NFTの選択

どのNFTからMonsterを再生するか選択します。NFTは基本的にERC-721に対応しており、Re.Monsterが対応しているチェーンであればどんなNFTでも使用できます。

<figure><img src="/files/0lRqyReLLrDVmnnBdpsn" alt=""><figcaption></figcaption></figure>

1. チェーン切り替え
2. Genesis Hashを表示
3. General Hashを表示
4. 再生アイテムを表示
5. Random Hash\
   生まれるMonsterが毎回ランダムで再生上限がない特殊なHash
6. 所有NFT
7. 選択中のNFTのデータ
8. 再生カウント
   1. 上限に達すると再生に使えなくなる
   2. 修復することでカウントを０に戻せる
   3. 上限はNFTの種類によって異なる&#x20;
      1. 基本的には3
      2. Genesis Hashのみ5
      3. 再生アイテムは1&#x20;
   4. General Hashと再生アイテムは再生上限になるとバーンされる
9. コストはOASの市場価格（7TEMA)を基にドルベースで計算される

   <figure><img src="/files/r7D7xPeyV6FeivWloTjS" alt=""><figcaption></figcaption></figure>
10. 再生されるMonsterが判明している場合はメインシードとサブシードを表示&#x20;
11. 再生されるMonsterが不明な場合は確率詳細へのリンク、判明している場合はMonsterの詳細ボタン
12. General Hash以外で再生カウントが1以上の場合は10ドル分のOASで修復


---

# 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/play-guide/open-beta/monster-xie-hui/zai-sheng/nftno.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.
