# Shop

Some items and NFTs can be bought and sold in the in-game and out-of-game Shops.&#x20;

The items that can be purchased are as follows

| Item name             | Currency | Cost         | Shop Buyback |
| --------------------- | -------- | ------------ | ------------ |
| Energy Banana\[Shop]  | BIT      | 2,000\~4,000 | 20%          |
| Reflesh Herb\[Shop]   | BIT      | 2,000\~4,000 | 20%          |
| Fresh Milk\[Shop]     | BIT      | 2,000\~4,000 | 20%          |
| Fairy Berry\[Shop]    | BIT      | 2,000\~4,000 | 20%          |
| Caramel Cake\[Shop]   | BIT      | 2,000\~4,000 | 20%          |
| Chia Yogurt\[Shop]    | BIT      | 2,000\~4,000 | 20%          |
| Satiety Konjac\[Shop] | BIT      | 3,000\~6,000 | 20%          |
| Glorious Meat\[Shop]  | BIT      | 3,000\~6,000 | 20%          |
| Sunny Blossom\[Shop]  | BIT      | 3,500\~7,000 | 20%          |
| Lunar Grass\[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           | -            |
| Silver Ingot          | BIT      | 売却専用         | 4,000        |
| Gold Ingot            | BIT      | 売却専用         | 8,000        |
| Gem Bag               | BIT      | 売却専用         | 12,000       |

The following restrictions apply to items that can be purchased with BIT.

* Not transferable (including secondary distribution)&#x20;
* Quality: The required BIT goes up or down depending on the supply of Common
* Daily sales limit of 100 items each (reset at 0:00 UTC) \
  However, it will be restocked when sold by users in the Shop.&#x20;
* Items on the sales list and some cash items can be sold at the Shop for 20% of the Shop price


---

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