> For the complete documentation index, see [llms.txt](https://docs.1move.io/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/zh/you-xi-hua-jin-rong-xi-tong-he-ji-zhi/fan-zuo-bi-xi-tong.md).

# &#x20;反作弊系统

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

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

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

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

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

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

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

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


---

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