> For the complete documentation index, see [llms.txt](https://docs.world3.ai/world3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world3.ai/world3/announcements-and-notices/account-freezing-rules/account-freezing-rules.md).

# Account Freezing Rules (中文)

### **关于账户冻结规则的详细说明**

根据近期社区反馈与用户举报，我们监测到平台部分活动出现参与用户数量异常波动现象。经技术团队溯源排查，确认存在一些账户通过违规脚本伪造交互行为，为确保 **WORLD3** 平台的公平性和安全性，防止机器人和 Sybil 账户的滥用行为，平台将对以下账户采取冻结措施：

***

1. **相同 IP 地址的账户**

* **规则说明**： 如果多个账户注册或者使用时使用完全相同的 IP 地址，这些账户将被视为高度关联账户。此类行为通常表明这些账户可能由同一实体控制，存在 Sybil 攻击或机器人批量注册的风险。
* **冻结措施**： 对于经确认存在相同 IP 地址的账户，平台将采取以下措施：
  * 标记为“高度关联账户”；
  * 限制账户的部分或全部功能；
  * 对确认违规的账户进行永久冻结。

2. **相似电子邮箱的账户**

* **规则说明**： 如果多个账户使用高度相似的电子邮箱地址注册（例如，`user1@domain.com`、`user2@domain.com`、`user3@domain.com`），这些账户将被视为存在协调操作的风险。此类行为通常表明这些账户可能由同一实体批量创建，试图绕过平台的注册限制。
* **冻结措施**： 对于使用相似电子邮箱地址注册的账户，平台将采取以下措施：
  * 标记为“可疑账户”；
  * 限制账户的部分或全部功能；
  * 对确认违规的账户进行永久冻结。

3. **多账号协同违规行为**

* **规则说明**：
  * &#x20; 多个账号存在长期且多次在同一时间点存在相同的行为模式（如点赞、任务提交、数据请求等）；  多个账号呈现明显协同特征（如IP/设备指纹重叠、行为模式高度一致），判定为单一个体操控多账号的恶意行为。
* **冻结措施**： 对于经确认存在多账号协同违规账户，平台将采取以下措施：
  * 标记为“高度关联账户”；
  * 限制账户的部分或全部功能；
  * 对确认违规的账户进行永久冻结。

4. **单账号异常操作行为**

* **规则说明**：
  * &#x20; 同一账号在极短时间内完成多类型复合操作（如关注、加群、转发等），且操作频次超过正常人工极限，具备明显的违规脚本特征；  行为轨迹呈现非人类特征（如零响应延迟、固定操作间隔等），判定为使用自动化脚本的违规行为。
* **冻结措施**： 对于经确认存在相同 IP 地址的账户，平台将采取以下措施：
  * 标记为“可疑账户”；
  * 限制账户的部分或全部功能；
  * 对确认违规的账户进行永久冻结。

\
**例外情况**： 如果用户认为自己不存在违规行为，并能够提供合理证明（例如，使用公共网络或共享 IP 地址、企业或团队成员的注册等正常理由），平台将重新审核账户状态并酌情解除冻结

***

#### **冻结流程与用户权利**

1. **冻结通知**： 当账户被冻结时，用户将会在下次登录时收到相关提示。
2. **申诉渠道**： 用户可通过 <contact@world3.ai> 或在 Discord 反馈区中提交申诉，并提供相关证明材料。
3. **审核与解封**： 平台将在收到申诉后会进行人工审核，并根据审核结果决定是否解封账户。

***

#### **用户责任**

用户需确保其注册信息真实、有效，并遵守平台的相关规定。任何试图通过违规方式绕过平台规则的行为，均被视为违规操作。

#### 规则更新

为应对不断变化的威胁环境，**WORLD3** 平台将：

1. **持续更新规则**： 根据最新的滥用行为和技术手段，平台将动态调整冻结规则和检测机制，以确保规则的公平性和有效性。
2. **不定期检查**： 平台将定期或不定期对所有账户进行审查，包括但不限于 IP 地址、电子邮箱、链上行为等，以识别潜在的违规行为。

#### **声明生效**

本公告自发布之日起生效，并作为 WORLD3 用户协议的补充条款。感谢社区用户对平台安全与公平的关注与支持！如有任何疑问或建议，请及时联系我们：<contact@world3.ai> 或在 Discord 反馈区提交您的意见。


---

# 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.world3.ai/world3/announcements-and-notices/account-freezing-rules/account-freezing-rules.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.
