> For the complete documentation index, see [llms.txt](https://docs.1move.io/ja/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/ja/gmu/gmu.md).

# ゲーム概要

ユーザーはNFTスニーカーを装備し、移動することでトークンを獲得することができます。移動にはエネルギーが必要で、移動すると1MoveToken（1MT）が生成されます。エネルギーがゼロの状態ではトークンを獲得できないため、十分なエネルギーがある状態で移動する必要があります。

ユーザーは好きなスニーカーを選び、「Start」を押して開始します。

![APPS SNAPSHOT](/files/oIU9yr35LxgFRJDqMyYn)

## GPS信号

白色 - GPSなし、<mark style="color:red;">赤色</mark> - GPSが弱い、<mark style="color:green;">緑色</mark> - GPSが強い

GPS信号は、ユーザーの移動によって1MTを確実に生成させるために重要です。緑または赤の信号は動きを検出しますが、赤（GPSが弱い）の状態では、緑（GPSが強い）の状態に比べてトークン獲得量が減少する可能性があります。信号が白の場合、動きは検出されず、トークンは生成されません。

## 移動

GPS信号やインターネット接続がないことをアプリが検知した場合、またはユーザーが有機的に移動していない場合（電子スクーターの使用や犬に携帯電話を縛り付けているなど）、1MTは獲得できず、ユーザーは状況に応じてエネルギーを失う可能性があります。

また、各スニーカーの種類の推奨速度を下回ったり上回ったりすると、トークン獲得に大きな影響を及ぼします。

エネルギーが枯渇すると、トークンの獲得は停止します。ユーザーは、そのまま移動を記録するか、停止ボタンを押して手動で終了するかを選択できます。

## エネルギー

エネルギーは、1MTを獲得するために必要な最も重要な要素の一つです。エネルギーがあればこそ、ユーザーは移動することができ、その結果、トークンを獲得することができるのです。エネルギーは登録時とスニーカー購入時に0から始まり、6時間ごとに25％ずつ回復します（UTC時間0時、6時、12時、18時に固定）。

1エネルギーは5分間の移動に使用でき、一定量の1MTに変換されます。

ユーザーは最初の25％のエネルギー回復後、すぐに移動を開始し、トークンを獲得することができます。

## トークン獲得

アプリを起動し、移動が検知されると1MTを獲得することができます。トークン獲得量は、スピード、エネルギー、スニーカー、属性、GPS信号など、いくつかの要素によって大きく影響されます。

ユーザーは、これらの要素を常に意識して、トークン獲得の最大化を図る必要があります。集めた1MTは、アプリ内でレベルアップ、ミント、リペアなどのイベントに使用したり、現金化することができます。

**1MT**は、1分間の移動ごとに支払われますが、これは主に3つの要素に依存します。

1. ### スニーカーの種類
2. **スニーカーの効率属性**
3. **移動速度**


---

# 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/ja/gmu/gmu.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.
