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

# Marketplace

#### What is PhalaWorld marketplace?

PhalaWorld marketplace is a decentralized platform for trading NFTs in the Phala ecosystem. Currently, it supports the Khala Network's NFT assets using the RMRK2.0 standard.

#### Features of marketplace v1.0

* Support placing and canceling listings for Phalaworld Shell NFTs (entire Shell NFT).
* Transfer Shell NFTs.
* Display the floor price of Shell NFTs based on rarity.
* Integrate and display Phala delegation NFTs.
* NFT trading lobby.
* Fees:
  * Transaction fee: 0.5%.
  * Royalties: 1.5%(PhalaWorld NFTs), 0%(Delegation NFTs)

#### What are functions of the marketplace?

* Buy NFTs

Find the NFT you want, and click the “buy” button. You can check the current listing price and the price compared to the floor price on the detail page.

Click “BUY NOW” and it will show you the statement in the popup.

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

* List NFTs

Open an NFT you want to sell, and click the “SELL” button.

Put a listing price and click the “CONFIRM” button.

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

* Transfer NFTs

Enter a Khala address to transfer NFTs to your friends.

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

* Filter the NFTs you need

<figure><img src="/files/2dg7qL6XohVxhQzXwLVy" alt=""><figcaption></figcaption></figure>

#### What’s coming next?

*We will gradually release these features as they are completed.*

* Support trading delegation NFTs.
* Support splitting a complete NFT into slot equipment NFTs.
* Support trading slot NFTs.
* NFT bidding feature
* …


---

# 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://docs.phala.world/introduction/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.
