> For the complete documentation index, see [llms.txt](https://docs.mobyscreener.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobyscreener.com/moby/getting-started.md).

# Getting Started

### Sign Up

Moby is available on iOS and Android only. Download from [moby.win](https://moby.win), the App Store, Google Play, or the Seeker Store and open the app.

1. Tap **Create account in 1 click**.

   <div data-with-frame="true"><figure><img src="/files/pFCWv77gFVuOd1EvHejv" alt="" width="148"><figcaption></figcaption></figure></div>
2. Enter your email address and tap **Continue** — Moby automatically creates wallets across all supported chains (Solana, Robinhood Chain, Base, and BNB Chain) linked to your email.<br>

   <div data-with-frame="true"><figure><img src="/files/hFvjEZ7F0z0P1TBw8SHd" alt="" width="148"><figcaption></figcaption></figure></div>
3. Check your inbox for a 6-digit verification code and enter it. Didn't get it? Check spam or tap **Resend**.

   <div data-with-frame="true"><figure><img src="/files/DjDRk5j4yEXdzH9RLQqL" alt="" width="148"><figcaption></figcaption></figure></div>
4. If you have a referral code, enter it and tap **Confirm** — you'll get **5,000 $MOBY** added to your Rewards Bar instantly. No code? Tap **I don't have a code**.<br>

   <div data-with-frame="true"><figure><img src="/files/7OBkfgrApRk37fMZsjtz" alt="" width="148"><figcaption></figcaption></figure></div>

   <div data-with-frame="true"><figure><img src="/files/a6laMy7J8wbBTlNyX2M0" alt="" width="148"><figcaption></figcaption></figure></div>
5. Optionally set up a 6-digit PIN and Fingerprint or Face ID to protect your app access — recommended. You can do this later in Settings.\ <br>

   <figure><img src="/files/iR5cIqV7dFtQYQ47bQsD" alt="" width="148"><figcaption></figcaption></figure>
6. Optionally enable push notifications for whale/KOL buys, price moves, and rewards. You can change this anytime in Settings.<br>

   <figure><img src="/files/0HBRHttkwXV4dJPYxhf3" alt="" width="148"><figcaption></figcaption></figure>
7. Done — your account is ready to trade.

<figure><img src="/files/e8uWNh3QQ8V7iI2rGArO" alt="" width="148"><figcaption></figcaption></figure>

{% hint style="info" %}
*Your wallets are created and secured through **Privy**, our trusted wallet infrastructure partner. Privy handles key management and authentication so your wallets are safe, self-custodial, and accessible — no seed phrases, no manual setup. You can export your private keys anytime at* [*export.mobyscreener.com*](https://export.mobyscreener.com)*.*
{% endhint %}

**Already have an account?** Tap **Log in**, enter your email, and confirm the code. Your wallets are tied to your email — log in from any device to access your account.


---

# 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.mobyscreener.com/moby/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.
