# 4. Rewards: Calculation & Distribution

This section explains how your daily rewards are calculated and how you receive them directly in your wallet.

***

### **Reward Calculation Formula**

Your daily reward is determined by your contribution to the total points earned by all participants during the 24-hour epoch (00:00 – 23:59 UTC).

> **💰 User Reward** = (Your Total Points / Sum of All Participants' Total Points) × 1,000 XR

* **Total Points:** The sum of your **Stake Points** (based on the amount staked) and **Trade Points** (based on your trading volume).
* **Daily Pool:** A fixed pool of **1,000 XR** is distributed every single day.

***

### **Reward Distribution Example**

Assume the total points of all participants in one epoch is 20:

| **User** | **Stake Pts** | **Trade Pts** | **Total Pts** | **Share %** | **Daily Reward** |
| -------- | ------------- | ------------- | ------------- | ----------- | ---------------- |
| Alice    | 5             | 5             | 10            | 50%         | 500 XR           |
| Bob      | 3             | 3             | 6             | 30%         | 300 XR           |
| Carol    | 1             | 3             | 4             | 20%         | 200 XR           |

***

### **Automatic Distribution**

The Exclusive Campaign uses an automatic settlement system for your convenience.

* **Settlement Time:** Every day at 00:00 UTC.
* **Method:** Once the epoch ends, rewards are calculated and automatically transferred to the wallet you used for staking.
* **History:** You can track your earnings in the "History" section of the Profile tab.


---

# Agent Instructions: 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://xraders.gitbook.io/xraders-t2e-guide/staking/4.-rewards-calculation-and-distribution.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.
