> For the complete documentation index, see [llms.txt](https://docs.xrpdomains.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xrpdomains.xyz/getting-started/programs/referral-program.md).

# Referral Program

## What is .xrp referral program？

The .xrp referral program functions as a means of distributing rewards among members of the XRPL community. By sharing your referral link and having your friends or community members register a domain through it, you can earn up to 30% of their registration fees. The commission rate is determined by the number of people you refer.&#x20;

The referral rate is provided below:

<table><thead><tr><th width="181.33333333333334">Level</th><th width="297">Completed domain invitation</th><th>Commision Rate (%)</th></tr></thead><tbody><tr><td>Level 1</td><td>0 - 49 </td><td>10%</td></tr><tr><td>Level 2</td><td>50 - 99 </td><td>15%</td></tr><tr><td>Level 3</td><td>100 - 499</td><td>20%</td></tr><tr><td>Level 4</td><td>>= 500 </td><td>30%</td></tr></tbody></table>

Additionally, we have a unique referral program for projects, communities, and integration partners. If you are interested, please fill out the form linked below:

## Referral Program Rules

• A **"Primary Name**" must be set by the user before you can create a referral link or receive any commission from referrals.

• The .xrp domain wallet address of the inviter will receive a commission once the invitee completes the domain registration process.

• The number of the completed domain invitations made is permanently recorded on the domain and on the blockchain, regardless of any changes in ownership, transfer, or sale.

* **Example 1:** User A had previously owned hello.xrp with 500 completed domain invitations. User B then purchased the domain from the marketplace and set hello.xrp as their primary name. Consequently, User B is eligible to receive a 30% commission for every domain registration completed through their hello.xrp referral link.
* **Example 2:** User A had previously owned alice.xrp with 500 completed domain invitations. User B then purchased the domain from the marketplace but did **NOT** set alice.xrp as their primary name. As a result, User B is **NOT** entitled to receive a 30% commission for any domain registrations made via the alice.xrp referral link.

Commission = Commission rate \* Registration fees paid with $XRP.


---

# 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://docs.xrpdomains.xyz/getting-started/programs/referral-program.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.
