# 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: 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-creators/selling-your-nfts/payouts-royalties-and-splits.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.
