> 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-developers/protocol-rewards/creator-rewards.md).

# Creator rewards

Creator rewards on Highlight enable artists and creators to earn a portion of the mint fee paid by their collectors.&#x20;

This split is only available for collections listed as free. Please note that creator rewards do not apply to auctions.

The breakdown of the split is outlined below:

### ERC721 collections

For every free mint on an ERC721 contract, you’ll earn 50% of our marketplace fee.

| **Network**                                                           | **Mint fee**          | **Currency** | **Creator earnings**                         |
| --------------------------------------------------------------------- | --------------------- | ------------ | -------------------------------------------- |
| Ethereum                                                              | 0.0008                | ETH          | 0.0004 ETH                                   |
| Ethereum Layer 2 (Base, Optimism, Zora, Arbitrum, Scroll, ZKsync Era) | 0.0008                | ETH          | 0.0004 ETH                                   |
| Forma                                                                 | 0.5                   | TIA          | 0.25 TIA                                     |
| Mantle                                                                | 3.5                   | MNT          | 1.75 MNT                                     |
| Polygon                                                               | 2.265                 | MATIC        | 1.1325 MATIC                                 |
| All ERC20s                                                            | 0.0008 ETH equivalent | The ERC20    | 0.0004 ETH equivalent, paid out in the ERC20 |

### ERC1155 collections

For every free mint on an ERC1155 contract, you’ll earn 80% of our marketplace fee.

| **Network**                                                           | **Mint fee**          | **Currency** | **Creator earnings**                          |
| --------------------------------------------------------------------- | --------------------- | ------------ | --------------------------------------------- |
| Ethereum                                                              | 0.0004                | ETH          | 0.00032 ETH                                   |
| Ethereum Layer 2 (Base, Optimism, Zora, Arbitrum, Scroll, ZKsync Era) | 0.0004                | ETH          | 0.00032 ETH                                   |
| Forma                                                                 | 0.25                  | TIA          | 0.2 TIA                                       |
| Mantle                                                                | 1.75 MNT              | MNT          | 1.4 MNT                                       |
| Polygon                                                               | 1.1325                | MATIC        | 0.906 MATIC                                   |
| All ERC20s                                                            | 0.0004 ETH equivalent | The ERC20    | 0.00032 ETH equivalent, paid out in the ERC20 |

#### Frequently asked questions

Q: What collection types do creator rewards support?

A: Creator rewards support all collection types, with or without gates. Auctions are not supported.

Q: How do I withdraw funds?

A: Funds from our creator rewards program are automatically deposited into the wallet used to deploy the collection.

Q: How do I become eligible for creator rewards on Highlight?

A: All collections priced at zero / free are eligible.

Q: Where can I check my payout earnings?

A: You can check earnings under the “Creator payouts” tab on your profile page

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


---

# 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:

```
GET https://support.highlight.xyz/knowledge-base/for-developers/protocol-rewards/creator-rewards.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.
