# Royalty

**How does Royalty work in Monnfts?**

Whenever you create an NFT you can set a certain percentage as royalty for secondary sales. For example, you create an NFT and sell it for 0.2 BNB and set a royalty at 10%.&#x20;

When it comes to secondary sales, your buyer then sells your NFT at a higher price point for 0.5 BNB. Here, the royalty system kicks in. As the original content creator, you receive 10% of that sale, being 0.05 BNB.

When the creator(A) sends/transfers an NFT to B, A will receive a royalty of 10% of the NFT if B sells the NFT to C.

**How to set royalties？**

1.Enter App.monnfts.com, find and Click “Create” in the menu bar.

![](/files/-Mk_Nznk84S6H-6Jk_g1)

2.Click on icon User, find to the NFT information. Click button Royalty and fill in the royalty.

![](/files/-Mk_O8gEfF57HsmererX)

![](/files/-Mk_ONSadwmg7ohUxtBG)

3.Click “Set Royalty”.


---

# 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.monnfts.com/royalty.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.
