> For the complete documentation index, see [llms.txt](https://support.highlight.xyz/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts/payouts-royalties-and-splits.md).

# Payouts, royalties & splits

Contracts deployed on Highlight allow you to set both primary sale and royalty addresses to configure who gets paid.&#x20;

### How to set primary and royalty wallet addresses

On each creation flow, there are a few options for configuring payments. You'll want to navigate to the "Primary sales payout address" and "Royalty payout address" sections.&#x20;

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

In these fields, add the address for primary and royalty sales recipients. You can also specify a specific royalty percentage you'd like to receive on each secondary sale, though keep in mind that not all marketplaces will honor those amounts.&#x20;

### Splitting payments among multiple wallets

Splitting payments among multiple wallets is easy with [0xSplits](https://www.0xsplits.xyz/). 0xSplits allows you to configure and deploy a new "split" with various address recipients and defined percentage shares. When you're done, simply paste in the address of the split, and funds will be delivered into the splits contract as they're received.&#x20;

{% hint style="info" %}
*Note: 0xSplits currently supports all chains currently available on Highlight: Ethereum, Arbitrum, Base, Polygon, Optimism, Zora.*
{% endhint %}


---

# 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://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts/payouts-royalties-and-splits.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.
