# Anti-Cheating System

## Anti-Cheating System (Under Development)

Machine learning to detect cheating through data simulation

Three mechanics are used to stop cheating in the game, which includes the cheater's account being punished:

* GPS Tracking
* Motion Sensor and Health Data

Transferring Sneaker from one account to another account will result the Sneaker enters a Cooldown period, during Cooldown period, users cannot use this Sneaker.&#x20;

If user loses energy because of transferring Sneakers from Inventory to the Wallet, all the unopened Treasure Chest on the user's account will be burned/purged.&#x20;

{% hint style="info" %}
Losing energy by listing a Sneaker in the marketplace will NOT burn/purge Treasure Chest.
{% endhint %}

{% hint style="warning" %}
Using devices that have been jailbroken, rooted, or with an altered OS will result in 1MOVE not working properly.
{% 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/1move/game-fi-systems-and-mechanics/anti-cheating-system.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.
