# 积分

### **机制说明**

1 Point 赋予购买 1 枚 SUPER 代币的权利。

Points 通过 5 分钟周期进行分发。每个周期内，待分发的 Points 数量由下方公式计算。随着 SUPER 的市值增长，每周期分发的 Points 会逐渐减少。

Points 的分配比例为 80/20，其中：

* 80% 分配给交易者
* 20% 分配给邀请者

交易积分由**个人交易量**和**代币表现**两个因素决定。

交易市值更高、独立交易者更多的代币，用户每笔交易可获得更多积分。

### 计算公式

#### 以5分钟为一个区间

$$
\text{Interval Points Cap} = \frac{\text{Remaining SUPER in the Bonding Curve}}{28,800}
$$

#### 交易积分公式

$$
\text{Trading Points Earned} = \frac{(\text{Trade Volume} \times \text{Token Parameter})}{\sum (\text{Trade Volume} \times \text{Token Parameter})} \times \text{Interval Points Cap}\times 80%
$$

$$
\text{Token Parameter} = \text{Market Cap at End of Interval} × \text{Log (1 + Unique Traders in Interval)}
$$

#### 邀请积分公式

$$
\text{Inviter's Points} = \text{Invitee's Trading Points} \times 25%
$$
