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

# Referral Rewards

Referral Rewards are incentives users may earn by inviting valid participants to Zerax AI.

Rewards may depend on the invited user’s activity and system rules.

***

### How Rewards Are Earned

A referral reward may be earned when the invited user completes valid actions.

Examples:

* Registers through your referral link
* Completes approved quests
* Participates in the presale
* Becomes an active ecosystem user

***

### Referral Reward Types

| Reward Type          | Description                                 |
| -------------------- | ------------------------------------------- |
| **ZXAI Rewards**     | Token rewards from valid referral activity. |
| **XP Rewards**       | XP earned from referral-based actions.      |
| **Campaign Rewards** | Special referral rewards during campaigns.  |

{% hint style="info" %}
Referral reward amounts may change depending on active campaigns and ecosystem settings.
{% endhint %}

***

### Tracking Referral Rewards

Users can track referral activity from the dashboard.

The referral section may show:

* Referral link
* Invited users
* Referral status
* Earned rewards
* Pending rewards
* Completed rewards

***

### Referral Statuses

| Status         | Meaning                                    |
| -------------- | ------------------------------------------ |
| **Registered** | The invited user created an account.       |
| **Active**     | The invited user completed valid activity. |
| **Rewarded**   | Referral reward was added.                 |
| **Invalid**    | Referral activity did not meet the rules.  |

***

### Summary

Referral Rewards are designed to reward real growth, not fake or spam activity.


---

# 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.zeraxai.com/referrals/referral-rewards.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.
