# Cost

## $OAS

In Re.Monster, $OAS serves as the base currency (FT) and is utilized in various situations. Players can use $OAS for various activities.

Time of Use

* Monster Mint
* NFT Repair  (NFT Regeneration Healing）
* Shop（Primary Distribution）
* Market（Secondary Distribution）
* Guild Creation
* Changing a Guild Name
* In-game currency purchase

Due to the inability to control $OAS prices within the game economy, in-game costs may fluctuate significantly based on market conditions. To address this, we obtain the $OAS price from the 7-day TEMA at 0:00 UTC daily and then calculate the required amount in dollar terms.

Dollar amount of $OAS to be used in Game

| Details                                                | Cost ($)                            |
| ------------------------------------------------------ | ----------------------------------- |
| Monster Mint(1st Time)                                 | $8.00                               |
| <p>Monster Mint(2nd Time)<br>Mint from Random Hash</p> | $10.00                              |
| Monster Mint(3rd Time)                                 | $12.00                              |
| Genesis Mint(1st Time)                                 | $8.00                               |
| Genesis Mint(2nd Time)                                 | $9.00                               |
| Genesis Mint(3rd Time)                                 | $10.00                              |
| Genesis Mint(4th Time)                                 | $11.00                              |
| Genesis Mint(5th Time)                                 | $12.00                              |
| Fusion Regeneration                                    | Average of the cost of the two Hash |
| NFT Repair                                             | $10.00                              |
| Creating a Guild                                       | $10.00                              |
| Changing a Guild’s Name                                | $5.00                               |

## In-Game Currency

In Re.Monster, there is an in-game currency separate from the base currency (FT).

Time of Use

* Monster's Meal Costs
* Intensive Training
* Exploration
* Monster Fusion
* Crystalization
* Farm Expansion
* Shop（Primary Distribution）

## Ticket

Tickets for Tournaments (Ranked Match) and for Exploration are available.<br>

| Details                                          | Type                | Consumed Number | Effect                                                       |
| ------------------------------------------------ | ------------------- | --------------- | ------------------------------------------------------------ |
| Tournament                                       | Tournament Ticket   | 0～1             | Increases rank of tournament prizes                          |
| Ranked Match                                     | Tournament Ticket   | 1               | Participate in Ranked Matches (up to 3 battles per Ticket)   |
| Exploration (Probability of finding C increase)  | Exploration Ticket  | 0\~             | Increases the chances of finding items                       |
| Exploration (Probability of finding UC increase) | Exploration Ticket  | 0\~8            | Increases the probability of found items to be uncommon (UC) |
| Exploration (Probability of finding R increase)  | Exploration Ticket  | 0\~8            | Increases the probability of found items to be rare (R)      |
| Regeneration                                     | Regeneration Ticket | 1               | Free regeneration is available                               |


---

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