# 通过 NT 推荐计划赚取收益

## **推荐计划说明**

\
Neutral Trade 的推荐系统旨在激励用户共同建设生态。\
通过邀请好友参与，您将获得额外的 NT 积分——这些奖励直接与受邀用户的存款金额及平台活跃度挂钩。

{% hint style="info" %}
<https://www.neutral.trade/referrals>
{% endhint %}

***

## &#x20;奖励机制设计

<figure><img src="/files/Q2xg3ki5pCJFNYv5hkRW" alt=""><figcaption></figcaption></figure>

每位符合条件的用户将获得**唯一推荐码**与**推荐链接：**

* **推荐码示例：**&#x4E;T5A2XG
* **推荐链接示例：**[**https://app.neutral.trade/?ref=NT5A2XG**](https://app.neutral.trade/?ref=NT5A2XG)

\
当新用户通过您的链接注册，即**自动建立推荐关系**：

* 新用户成为您的 **「被推荐人」**
* 您被记录为其 **「推荐人」**

**推荐人权益：**

* 当被推荐人进行存款时，您将获得其存款积分的 10% 作为奖励

**被推荐人权益：**

* 在特定活动期间可享受早鸟优惠或合作方激励
* 现阶段使用推荐码虽不直接奖励积分，但未来可享受相关福利

此机制通过双向价值循环构建可持续的生态增长飞轮。

## 推荐流程

{% @mermaid/diagram content="flowchart TD
A\["Referrer shares referral link or code"]
B\["New user visits Neutral Trade"]
C\["User connects wallet"]
D\["User applies referral code"]
E\["System validates referral"]
F\["Referral relationship recorded"]
G\["Referrer earns bonus NT Points when referee deposits"]
H\["Referee eligible for rewards or boosts"]

```
A --> B
B --> C
C --> D
D --> E
E --> F
F --> G
F --> H
```

" %}

### 规则与校验机制

* 系统禁止用户通过自我推荐获取积分，从根本上杜绝作弊行为。
* 每个用户仅可绑定一个推荐码，一经关联即永久生效，确保推荐关系网络的可追溯性。
* 支持用户在完成初始存款后补充填写推荐码，兼顾操作便捷性与关系溯源的完整性。
* 对无效或重复推荐码的输入请求，前端将即时返回清晰的操作提示，保障用户体验流畅性。

{% @mermaid/diagram content="flowchart LR
A\[User applies referral code] --> B{Is code valid?}
B -->|No| C\[Show error message ❌]
B -->|Yes| D{Already applied a code?}
D -->|Yes| E\[Reject & notify user]
D -->|No| F\[Register referrer relationship ✅]
" %}

### 运作示例

1. **Charlie** 持有 100NT 积分并分享了他的推荐链接
2. **Bob** 点击链接并向策略金库存入 1,000 美元
3. Bob 会因存款获得他自己的 NT 积分
4. Charlie 同时获得额外的推荐奖励积分，其数额根据推荐倍率与 Bob 有效锁仓值计算

结果: 双方积分增长更快，同时激励平台整体发展。

### 分发时间表

基于推荐的积分已纳入**每日 TVL 积分**发放体系：

* 系统每日对总锁仓量（含被推荐人存款）进行快照
* 积分随同其他日常奖励一并发放

{% @mermaid/diagram content="sequenceDiagram
participant U as Referee (Bob)
participant R as Referrer (Charlie)
participant S as System

```
U->>S: Deposits into vault
S->>S: Daily TVL snapshot
S->>R: Apply referral multiplier & award NT Points
S->>U: Award standard NT Points
Note over R,U: Both users earn rewards proportionally
```

" %}

### **体系总结**

* **推荐人**可根据被推荐人的活动获得 NT Points。
* **推荐链接和推荐码**便于分享。
* **积分加成倍数使**推荐成为积分积累的重要途径。
* 所有机制**与 NT Points 框架无缝集成**。


---

# 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://docs.neutral.trade/cn-neutral-trade/tong-guo-nt-tui-jian-ji-hua-zhuan-qu-shou-yi.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.
