# Marketplace

The Marketplace is where users can sell/buy their NFT Sneakers, Badges, and Gems. To facilitate user navigation, the Marketplace features multiple filters and sort functionalities.

**NOTE:**

* Listing a Sneaker on the Marketplace results in a loss of Energy and a reduction in Maximum Energy Cap.
* Listing a Sneaker on the marketplace, although resulting in Energy loss, does not lead to the burning or purging of Mystery Boxes.

### **Trade System**

Users can buy and sell NFT Sneakers, Shoeboxes, Minting Scrolls, Badges and Gems on the Marketplace.

* **iOS Platform:** Users can access the Marketplace directly within the app, using Apple Pay to purchase the in-app currency **SPARK**. It's important to note that **SPARK** is restricted to in-app use of purchasing Sneaker within the Marketplace and cannot be transferred externally.
* **Android Platform:** NA
* **Web Access:** Alternatively, users can visit the [m.stepn.com](http://m.stepn.com) for Marketplace transactions.

**Important Note: Since 10th December 2022, Sneaker pricing within the Marketplace is set in GMT, with SOL/BNB/ETH required only for transaction gas fees.**

#### **Tax and Fee System**

**Tax and Fee System**

The game implements a structured approach to taxing and applying fees for various in-app activities, as follows:

| In-app Activity | Tax (%) |
| --------------- | ------- |
| Platform Fee    | 2       |
| Royalty Fee\*   | 4       |
| Shoe-Minting    | 6       |

\***The Royalty Fee are payable to the NFT creators.**


---

# 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://whitepaper.stepn.com/other-modules/marketplace.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.
