> For the complete documentation index, see [llms.txt](https://docs.playground.ooo/degen-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playground.ooo/degen-engine/concepts/what-are-traits/artist-royalties.md).

# Artist Royalties

### Empowering Creators with Artist Royalties

When a trait is sold, you, the creator, receive a percentage of the sale. This percentage is set by you and can be adjusted at any time. We aim to make NFT creation and ownership more rewarding for everyone involved by providing this feature.

#### Artist Royalties at the Contract Level

Our protocol ensures artist royalties at the contract level, so no marketplace or secondary sale can bypass this essential feature. When a trait is sold, a royalty fee is automatically deducted from the sale price and distributed directly to the creator's wallet. This guarantees that you receive the royalties you deserve each time your trait is sold.

#### Fostering a Fair NFT Ecosystem

By enabling artist royalties, we aspire to establish a more equitable NFT ecosystem where creators can be rewarded for their work and contributions to the community. We believe that NFTs should not only be a platform for showcasing art and collectibles but also a means of supporting artists and creators in their pursuit of their craft.

#### Enabling Artist Royalties for Your Traits

To enable artist royalties for your traits, simply set the percentage you want to receive when creating or editing your trait. This percentage will be automatically deducted from the sale price of your trait and sent to your wallet. You can adjust the percentage at any time to ensure that you receive appropriate compensation for your work.


---

# 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.playground.ooo/degen-engine/concepts/what-are-traits/artist-royalties.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.
