# &#x20;反作弊系统

**反作弊系统（开发中）**

使用机器学习，通过数据模拟检测作弊行为

程序一共有三种预防用户作弊的机制，除了惩罚作弊的用户，还有两种机制：

* GPS 追踪
* 运动传感器和健康数据

如果将跑鞋转移至另一个账户，跑鞋便会进入冷却期。在冷却期内，用户不能使用该跑鞋。&#x20;

如果用户因为将库存中的跑鞋转移至钱包而消耗能量，用户账号中所有未打开的宝箱将被销毁。

{% hint style="info" %}
在商场出售跑鞋不会导致宝箱被销毁。
{% endhint %}

{% hint style="warning" %}
&#x20;若使用越狱、ROOT 或操作系统被更改的手机，1MOVE 程序将无法正常操作。
{% endhint %}


---

# 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.1move.io/zh/you-xi-hua-jin-rong-xi-tong-he-ji-zhi/fan-zuo-bi-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.
