> For the complete documentation index, see [llms.txt](https://whitepaper.iskra.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.iskra.world/service/iskra-platform/nft-marketplace.md).

# NFT Marketplace

### **What is NFT Marketplace?**

NFT Marketplace consists of two markets: (i) Primary Market, where game NFTs are initially offered by game studios, and (ii) Secondary Market, where gamers can freely trade NFT assets, such as in-game items.

### **Primary Market**

Primary Market supports the sale of different types of NFT assets developed by different game studios. These assets can be purchased with $ISK, or other tokens specific to each game studios. NFT-minted game assets include characters, weapons, virtual lands and much more. Only those in-game assets essential to the gameplay will be qualified for listing and offering. In the beginning, we will evaluate whether an asset meets the registration requirements, but going forward, our community will be empowered to launch a quality control team to autonomously operate and manage the marketplace. Transactions are subject to sales charges, and fees from the market operation will be distributed to the community in accordance with the community reward policy.

### **Secondary Market**&#x20;

Secondary Market allows gamers to buy and sell in-game asset NFTs which include characters, weapons, virtual lands, and much more. Assets can be traded in $ISK or other tokens specific to each game studio. The user-to-user transaction policy may vary by game studio and by game. Transactions between users are subject to trading fees, which include platform fees and game studios’ royalty fees. Platform fees will be distributed to the community in accordance with the community reward policy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.iskra.world/service/iskra-platform/nft-marketplace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
