# Cost

## $OAS

Re.Monsterでは、基軸通貨（FT）として$OASを採用しています。そのため、様々な場面で$OASを使うことになります。

使用タイミング

* Monster Mint
* NFT Repair（NFTの再生回数回復）
* Shop（一次流通）
* Market（二次流通）
* Guild作成
* Guildネームの変更
* ゲーム内通貨の購入

ただし、$OASの価格はGame内経済でコントロールできないため、市場の状況によりGame内でのコストが著しく上下する可能性があります。そのため、毎日0:00 UTCの7日TEMAから$OASの価格を取得し、そこから必要な量をドルベースで計算します。

#### Game内で使用する$OASのドル建ての量

| 項目                                                | コスト（$）         |
| ------------------------------------------------- | -------------- |
| Monster Mint(1回目)                                 | $8.00          |
| <p>Monster Mint(2回目)<br>Mint from Random Hash</p> | $10.00         |
| Monster Mint(3回目)                                 | $12.00         |
| Genesis Mint(1回目)                                 | $8.00          |
| Genesis Mint(2回目)                                 | $9.00          |
| Genesis Mint(3回目)                                 | $10.00         |
| Genesis Mint(4回目)                                 | $11.00         |
| Genesis Mint(5回目)                                 | $12.00         |
| Fusion Regeneration                               | 2つのHashのコストの平均 |
| NFT Repair                                        | $10.00         |
| Guild作成                                           | $10.00         |
| Guildネーム変更                                        | $5.00          |

## In-Game Currency

Re.Monsterでは、基軸通貨（FT）とは別のゲーム内通貨が存在します。

使用タイミング

* Monsterの食事代
* 特訓
* 探索
* 融合
* 結晶化
* Farm拡張
* Shop（一次流通）

## Ticket

大会（ランク戦）、探索、再生に使うTicketが存在します。<br>

<table data-header-hidden><thead><tr><th width="141"></th><th width="124"></th><th width="85"></th><th></th></tr></thead><tbody><tr><td>項目</td><td>種類</td><td>消費枚数</td><td>効果</td></tr><tr><td>大会</td><td>大会Ticket</td><td>0～1</td><td>大会商品のランクが上昇</td></tr><tr><td>ランク戦</td><td>大会Ticket</td><td>1</td><td>ランク戦（1枚で最大3戦）に参加</td></tr><tr><td>探索（C発見確率UP）</td><td>探索Ticket</td><td>0~</td><td>アイテム発見確率が上昇</td></tr><tr><td>探索（UC発見率UP）</td><td>探索Ticket</td><td>0~8</td><td>発見したアイテムがUCになる確率が上昇</td></tr><tr><td>探索（R発見率UP）</td><td>探索Ticket</td><td>0~8</td><td>発見したアイテムがRになる確率が上昇</td></tr><tr><td>再生</td><td>再生Ticket</td><td>1</td><td>無料で再生が可能</td></tr></tbody></table>


---

# 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/game/cost.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.
