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

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