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

# Referral Program

RealtyX's Referral Program is designed to reward individuals who contribute to the growth of RealtyX by referring new users. Not only representatives with extensive resources, but also community users who invite friends to purchase RST and participate in the Utility Vault can earn rewards.

## Rewards for Referral

* A 2% USDC bonus on each RST purchase made by the invitee.
* Extra bonus on the invitee's participation in the Utility Vault, such as DeBox Mining, which offered a 10% bonus on the invitee’s daily mining rewards during the campaign. (Eligibility for additional bonus is determined by adherence to the specified rules.)

### How to Become a Referrer

RealtyX’s referral program currently offers two tiers:

* Premium Referrers: These individuals are invited to participate and enjoy exclusive benefits.
* Regular Referrers: This tier is open to whoever purchases at least 1 RST on the primary market.

If you have extensive user resources and are interested in becoming a RealtyX referrer, please join [our community](https://discord.com/invite/AYRrVRsdFt) and contact us.


---

# 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://realtyx.gitbook.io/realtyx/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.
