# RoyaltyManager

The [RoyaltyManager](https://github.com/highlightxyz/hl-evm-contracts/blob/main/contracts/royaltyManager/interfaces/IRoyaltyManager.sol) allows you to customize royalty information for your projects. While you can always just define a splits address as the royalty payout address directly from the Highlight creator UI, you may want to define more custom logic. For example, imagine you’d like to set distinct royalty data for different buckets of tokens—different percentages for different editions of token ID ranges, or different payout addresses. The RoyaltyManager is a simple way to accomplish that.

Like the TokenManager, RoyaltyManager includes `canSwap` and `canRemoveItself` methods, which allow the modules themselves to dictate whether they can be swapped out for other modules.<br>


---

# 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://support.highlight.xyz/knowledge-base/for-developers/management-modules/royaltymanager.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.
