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

# UnicornX Points

{% hint style="info" %}
📢 **Points System Upgraded:**

* New rules: $100 trading volume = 1 point, higher referral rates!
  {% endhint %}

## 1. How to Earn Points

### 1.1. Trading Points

* **Earning Rate**: 1 point for every $100 USDT equivalent trading volume
* **Daily Limit**: Maximum 100 points per day
* **Eligible Trades**: Spot trading and copy trading based on actual executed volume
* **Calculation**: Cumulative based on buy and sell orders combined
* **Distribution**: Points credited at 00:00 UTC the next day (T+1)

### 1.2. Referral Commission System

| **User Level**      | **Level 1 Commission** | **Level 2 Commission** |
| ------------------- | ---------------------- | ---------------------- |
| Regular User        | 8%                     | 3%                     |
| Alliance Ambassador | 12%                    | 4%                     |

{% hint style="success" %}
🎯 **Want to become an Alliance Ambassador?** [Click to apply for Alliance Ambassador status](https://docs.google.com/forms/d/e/1FAIpQLSfhVMgOXswrhL6TDKV169FyJFo7SdNIHpsm3_ZAvLRstlBLjg/viewform) and enjoy higher commission rates!
{% endhint %}

**How it works:**

* Level 1: Direct invitees' trading points × commission rate
* Level 2: Your Level 1 invitees' invitees' trading points × commission rate
* Commission is calculated from trading points earned by your referral network

### 1.3. Registration Bonus

* **New Users**: 10 points upon successful registration

### 1.4. Examples

* **Example 1: Trading Points**\
  Alice trades $2,500 USDT volume in one day:
  * Trading points earned: $2,500 ÷ $100 = 25 points
* **Example 2: Referral Commission**\
  You (Regular User) invite Bob, and Bob invites Charlie:
  * Bob trades $1,000 → earns 10 points → you earn 10 × 8% = 0.8 points (Level 1)
  * Charlie trades $500 → earns 5 points → you earn 5 × 3% = 0.15 points (Level 2)

## 2. How to Check Your Points

Open the APP - \[Personal Center] - \[Points] to view your points details:

**My Points Module**

* **Total Points**: Lifetime total points earned
* **My Trading Points**: Points earned from your own trading activity
* **Level 1 Referral Points**: Points earned from direct invitees' trading points
* **Level 2 Referral Points**: Points earned from second-level referral network trading points
* **Points History**: Covers all point activities over the past 30 days. Data updates automatically at 00:00 UTC daily (T+1).

## 3. FAQ

**Q1. Can historical users claim the registration bonus?**

* Yes. Once you log in, the system will automatically issue 10 points. No further action needed.

**Q2. Which trades are eligible for points?**

* Only valid, real trades on the UnicornX platform count. Both spot trading and copy trading are eligible (including both buy and sell orders).

**Q3. When are points credited?**

* Points are calculated and issued daily at 00:00 UTC (T+1 distribution).

**Q4. How is the daily 100-point limit calculated?**

* The 100-point daily cap applies only to your personal trading points. Referral commission points are calculated separately and have no daily limit.

**Q5. How do referral commissions work?**

* Your commission is calculated based on the trading points your referrals earn. For example, if your Level 1 referral earns 50 trading points and you're a regular user, you'll receive 50 × 8% = 4 commission points.

**Q6. What's the difference between old and new point rules?**

* **Old rules**: Tier-based points with fixed amounts per volume range
* **New rules**: Proportional calculation ($100 = 1 point) with multi-level referral commissions for better transparency and earning potential


---

# 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://unicornx-ai.gitbook.io/unicornx.ai/basics/unicornx-points.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.
