> 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/mint-referral-rewards.md).

# Mint referral rewards

#### What is Highlight's Mint Referral program?

Highlight's mint referral program rewards collectors for discovering and sharing artworks.&#x20;

Whenever someone mints a token using your referral link, you'll earn 10% of Highlight's mint fee for ERC721 collections and 90% for ERC1155 collections, paid in either ETH or the ERC20 token used for the sale.

#### How do I earn a mint referral?

To receive the referral reward, a collector must mint from a collection using the link you shared. You can find your shareable link by:

1. Heading to the mint page of the collection you'd like to share
2. Select the pop out icon in the bottom corner of the mint modal <br>

   <figure><img src="/files/hnMfmmulw8MUozDLdKUc" alt=""><figcaption></figcaption></figure>
3. Copy and paste your referral link, or share it directly on X or Farcaster&#x20;

   <figure><img src="/files/K96pHmEgP6baywLSSjCt" alt=""><figcaption></figcaption></figure>
4. You'll earn 10% of Highlight's mint fee in either ETH or the ERC20 used for the sale every time a collector mints through your link.

### Contract Link

{% embed url="<https://github.com/highlightxyz/hl-evm-contracts/blob/main/contracts/mint/referrals/ReferralManager.sol>" %}


---

# 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/mint-referral-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.
