> 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.md).

# Moby

- [Getting Started](https://docs.mobyscreener.com/moby/getting-started.md): Create your Moby account in under a minute. No seed phrases, no wallet setup — just your email and you're in.
- [Home](https://docs.mobyscreener.com/moby/home.md): The Home tab is your trading command center — your wallet balance, active trades, and the full token discovery feed all in one place. Access it by tapping Home on the bottom navigation bar.
- [Feeds](https://docs.mobyscreener.com/moby/feeds.md): The Feeds tab is your real-time window into what smart money is doing — live whale and KOL trades across all supported chains, and momentum signals on tokens climbing or falling in the rankings. Acces
- [Leaderboard](https://docs.mobyscreener.com/moby/leaderboard.md): Rank Up And Earn with $MOBY
- [Profile](https://docs.mobyscreener.com/moby/profile.md): Your Profile is your account hub — portfolio balance, quick actions, and account settings all in one place. Access it by tapping Profile on the bottom navigation bar.
- [Deposit](https://docs.mobyscreener.com/moby/profile/deposit.md): Add funds to your Moby Wallet. Access Deposit from the Profile tab → Deposit.
- [Transfer](https://docs.mobyscreener.com/moby/profile/transfer.md): Move assets across your Moby wallets — between chains or between wallets on the same chain. Access it from Profile → Transfer.
- [Withdraw](https://docs.mobyscreener.com/moby/profile/withdraw.md): Send tokens from your Moby wallet to any external wallet. Access it from Profile → Withdraw.
- [Wallets](https://docs.mobyscreener.com/moby/profile/wallets.md): View and manage all your wallets across every chain in one place. Access it from Profile → Wallets.
- [Rewards](https://docs.mobyscreener.com/moby/profile/rewards.md): Access Settings via the gear icon on the Profile tab.
- [Notifications](https://docs.mobyscreener.com/moby/profile/notifications.md): The Notification Center keeps a log of everything happening in your account — updates, trades, and rewards all in one place. Access it via the bell icon on the Profile tab.
- [Settings](https://docs.mobyscreener.com/moby/profile/settings.md): Stay on top of what matters with push alerts across three categories:


---

# 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.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.
