> For the complete documentation index, see [llms.txt](https://meteorn-run-organization.gitbook.io/whitepaper-meteorn-run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meteorn-run-organization.gitbook.io/whitepaper-meteorn-run/introduction/getting-started.md).

# Getting Started

<figure><img src="/files/l5BVOML8JCGgBKlD4ssl" alt=""><figcaption></figcaption></figure>

**Getting Started**

Meteon Run is designed to get you running in **under 3 minutes** — even if you've never touched Web3 before. Here's how to begin.

***

**Step 1. Download the App**

Get Meteon Run from your preferred app store:

* 📱 **iOS** — [Download on the App Store](https://apps.apple.com/jp/app/meteorn-run/id6479972600?l=en-US)
* 🤖 **Android** — [Get it on Google Play](https://play.google.com/store/apps/details?id=com.MeteorRunDeveloper.MeteorRun)

**Step 2. Sign In**

Launch the app and choose your preferred sign-in method:

* **Email & Password** — classic, secure, and simple
* **Sign in with Google** — one-tap login
* **Sign in with Apple** — one-tap login (iOS recommended)
* **Guest Play** — try the game instantly without registration *(progress may be limited to the device)*<br>

**Step 3. Your Wallet Is Created When You Visit Meteon Garage**

When you log in to [**Meteon Garage**](https://market.meteornrun.io/) using the **same account** you registered in the app, a **Polygon wallet is automatically generated** for you.

* ✅ **No seed phrase to remember**
* ✅ **No browser extension required**
* ✅ **Recoverable through your social login**

Your wallet works exactly like a standard EVM wallet — you can receive, send, and trade GMTO, MTO,USDT(Polygon), POL, NFTs.

**Step 4. Get Your First Shoes**

Visit the Marketplace and choose how to acquire your NFT sneakers:

* **Apple Pay (iOS)** — purchase In-app-purchase to unlock starter shoes directly in the app
* **Trial Shoes** — free starter equipment, perfect for trying the game before investing
* **Marketplace (MTO / USDT / GMTO / POL)** — buy from the wider selection on the Meteon Garage using crypto.

Once purchased, your shoes appear in your "My NFT"automatically in Meteon Garage.\
And if you push the "ingame"button, it will appear "My box" in the app.

**Step 5. Equip and Run**

Equip your shoes, choose a stage, and start running across the cosmos. Every successful run earns **GMTO** — spend it on repairs, stake it for passive yield, or withdraw it to an exchange.

**Step 6. Connect to Meteon Garage (Optional, Same Account)**

When you're ready to trade NFTs on the web, visit Meteon Garage and sign in with the **exact same account** you used in the app. Your wallet, inventory, and profile sync automatically — no separate registration required.

***

**🔒 Security Recommendations**

* **Enable 2FA** on your Google or Apple account — your social login is the key to your wallet
* **Never share** your account credentials with anyone
* **Keep your recovery options updated** in your Google/Apple settings


---

# 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://meteorn-run-organization.gitbook.io/whitepaper-meteorn-run/introduction/getting-started.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.
