# Anti-Cheating

## Overview

For us, aiming to establish healthy exercise habits through this game, cheating is a critical issue that must be addressed. Our app is designed for non-vehicular exercises such as walking, jogging, and running. By continuously addressing cheating, we strive to provide a healthy and fair gaming experience for all players.

## Measures Against Invalid Movement

* If movement is detected as non-exercise activity (e.g., using vehicles), **UHT earnings, map distance progress, and mission distance progress will not be credited.**
* The primary criteria for determining whether movement is invalid are calculated based on **movement speed and device motion data.**
* Please understand that GPS accuracy can be affected by terrain, surrounding buildings, and the device itself. While completely eliminating all forms of cheating presents high technical challenges at this stage, we are committed to continuous improvement and countermeasures.

{% hint style="danger" %}
Note on Investigations: Please be aware that if suspicious activity is detected, **we reserve the right to investigate and analyze your movement data in detail.**
{% endhint %}

\ <br>


---

# 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://healthree.gitbook.io/whitepaper_healthree/other-system/anti-cheating.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.
