# 公平使用政策

{% hint style="info" %}
每位用户初始有 50 积分，每分钟将根据所购套餐的 临界值 进行判定。随着活动请求的增加积分也会随着消耗，只有当活动请求超出允许范围时才会消耗积分。当积分消耗干净后则被限速为 10Mbps，限速后积分累积到 10 积分时自动解除限速。
{% endhint %}

## 简介

* **活动请求**可以理解为新增的TCP 请求或短连接（**经过多次模拟正常环境测试（包括：网页浏览、观看视频、HTTP/FTP 下载、游戏）活动请求几乎不会超过 800**）
* **Working nodes** 即为当前账户最近使用过的节点数（**已自动排除 CONNECT 请求，使用 Surge/Clash 等客户端的用户均不受影响，但多次测速依然会被统计**）

{% hint style="success" %}
几乎不会影响正常用户使用，短时间/长时间使用大流量也不会因此受到影响
{% endhint %}

## 算法

#### 活动请求

* 活动请求 小于 临界值 × 100 时增加 1 积分
* 活动请求 大于 临界值 × 100 时扣除 1 积分
* 活动请求 大于 临界值 × 150 时扣除 2 积分
* 活动请求 大于 临界值 × 200 时扣除 3 积分
* 活动请求 大于 临界值 × 300 时扣除 4 积分
* 活动请求 大于 临界值 × 1000 时扣除 20 积分

#### Working nodes

* Working nodes 小于 临界值 × 3 时增加 1 积分
* Working nodes 大于 临界值 × 3 时扣除 1 积分
* Working nodes 大于 临界值 × 4 时扣除 2 积分
* Working nodes 大于 临界值 × 5 时扣除 5 积分

**闲时（AM 02:00 - AM 06:00） 临界值 将增加到 3 倍**

## 如何查询

用户中心 - 我的 - [用户信息](https://dlercloud.com/user/profile)


---

# 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.dler.io/black-hole/impartial/gong-ping-shi-yong-zheng-ce-xi-tong.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.
