# In-game Shop

## What is In-game Shop

The In-game Shop is the shop in Monsterra. You can use sMAG and MSTR to directly purchase items to increase your power.

For items purchased with MSTR, the development team will use the admin wallet to perform on-chain transactions to purchase items directly from other players on the Marketplace. A small fee will be charged to the purchase price to offset the gas fee of the transaction.

## How to Purchase Items from In-game Shop

Step 1: Open the Shop

<figure><img src="/files/x2NR1mbogMt1QvRJDQ5l" alt=""><figcaption></figcaption></figure>

Step 2: User filter to Search what kind of item you want to purchase.

<figure><img src="/files/VEc4zkFpFdFzsHftjDKw" alt=""><figcaption></figcaption></figure>

Step 3: Select item you want to purchase and select "Purchase" button

<figure><img src="/files/RMGzJqrBt6LOgmRcvyHQ" alt=""><figcaption></figcaption></figure>

Step 4: Check Transaction status in My Order

<figure><img src="/files/tk91a6lBmY2OwQ3xDfUb" alt=""><figcaption></figcaption></figure>

## My Transaction Status

You can check the transaction status in the My Order tab

<figure><img src="/files/tk91a6lBmY2OwQ3xDfUb" alt=""><figcaption></figcaption></figure>

In the status column, the status of the transaction will be displayed.&#x20;

Status list:

* Pending: MSTR has been deducted but admin wallet has not made a purchase on the market
* Verification: The admin wallet has made a purchase on the market. Waiting for successful transaction
* Failed: Wallet admin made a purchase on the marketplace but failed. MSTR has not been refunded to user account
* Refunded: Wallet admin made a purchase on the platform but failed. MSTR has been refunded to the user account
* Sending: The admin wallet has made a successful purchase on the market. The item is being sent to the user account
* Succeed: Wallet admin has made a successful purchase on the marketplace. The item has been sent to the user account

You can click the **Show Hash** button to display the transaction's Txt Hash for you to look up

The **Show Info** button is used to redisplay the information of the item in the transaction


---

# 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.monsterra.io/gameplay/in-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.
