# Shop

一部のアイテムとNFTは、ゲーム内外のShopで売買することが出来ます。

購入できるアイテムは以下の通りです。

| アイテム名                 | 通貨   | コスト          | Shop買い取り |
| --------------------- | ---- | ------------ | -------- |
| 元気バナナ\[Shop]          | BIT  | 2,000\~4,000 | 20%      |
| すっきりハーブ\[Shop]        | BIT  | 2,000\~4,000 | 20%      |
| フレッシュミルク\[Shop]       | BIT  | 2,000\~4,000 | 20%      |
| フェアリーベリー\[Shop]       | BIT  | 2,000\~4,000 | 20%      |
| キャラメルケーキ\[Shop]       | BIT  | 2,000\~4,000 | 20%      |
| チアヨーグルト\[Shop]        | BIT  | 2,000\~4,000 | 20%      |
| 満腹こんにゃく\[Shop]        | BIT  | 3,000\~6,000 | 20%      |
| グロリアスミート\[Shop]       | BIT  | 3,000\~6,000 | 20%      |
| 陽光華\[Shop]            | BIT  | 3,500\~7,000 | 20%      |
| 月光草\[Shop]            | BIT  | 3,500\~7,000 | 20%      |
| General Hash\[Random] | $OAS | $50          | -        |
| Genesis Hash\[Random] | $OAS | $100         | -        |
| Farm NFT\[Random]     | $OAS | $50          | -        |
| 10,000 BIT            | $OAS | $5           | -        |
| 銀塊                    | BIT  | 売却専用         | 4,000    |
| 金塊                    | BIT  | 売却専用         | 8,000    |
| 宝石袋                   | BIT  | 売却専用         | 12,000   |

BITで購入できるアイテムには以下の制限があります。

* 譲渡（2次流通含む）不可
* 品質：Commonの供給量に応じて必要なBITが上下する
* 1日の販売上限は100個ずつ（UTC 0:00リセット）\
  ただし、ユーザーによってShopで売却されることで補充される
* Shopでは、販売リストにあるアイテムと一部の換金アイテムをShop価格の20%で売却可能


---

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