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

# Recruit rewards

The **Recruit Rewards** program is a referral scheme designed to grow the Civitia community and bring together more players and enthusiasts.

It rewards users who support the platform through inviting friends, sharing it within their communities, or creating content about it.

For each player who plays and mints a residence in Civitia, the referrer will receive:

* **50% of the first minted residence**
* **1% of that player’s trading volume** (minting and burning). To qualify, the player must mint at least one residence. For players referred before Season 16, the 1% reward will begin after their first residence is minted in Season 16 or later.

All rewards can be claimed in **INIT**.

* The referee will receive an **extra 3% in SILVER**.

*Note: This program is not a direct payment scheme, but an organic initiative designed to grow and strengthen the Civitia ecosystem through the support of those who believe in the project.*

**Referral Link**

For each referred user, a **personal referral link** can be created. Any new user who signs up through this link will be included in the referee program after their first dice roll.

The link becomes more personalized when the referrer links their Twitter account, making it more unique and recognizable.

**Tracking Rewards**

Referrers can monitor and claim all their rewards through the **Recruit Rewards dashboard**. This provides a clear and easy way to see how many players have been referred, which ones have minted residences and are actively playing, as well as how many rewards have been earned from each player.

*Note: In cases of abuse of the referral program, such as referring fake players, Civitia reserves the right to take any necessary measures to protect the community.*


---

# 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.civitia.org/community/recruit-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.
