> For the complete documentation index, see [llms.txt](https://docs.super.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.super.exchange/simplified-chinese/dai-bi-jing-ji-xue/ji-fen.md).

# 积分

### **机制说明**

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%
$$


---

# 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.super.exchange/simplified-chinese/dai-bi-jing-ji-xue/ji-fen.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.
