> 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/profile/settings.md).

# Settings

#### **Profile**

Your email address and Member number are shown at the top.

***

#### **Notifications**

**Default** — general app alerts covering your rewards, reward withdrawals, invites, deposits, withdrawals, and inbox messages.

<figure><img src="/files/3g5EqRod9VfFgWzb0FBc" alt="" width="188"><figcaption></figcaption></figure>

**Token Alerts** — available for all four chains (Solana, Robinhood Chain, Base, and BNB Chain). Each chain has the same set of alerts:

* **Top Trending Updates** — notifies you of the top trending tokens every 6 hours
* **Whale - Big Buys & Sells** — trades over $40K by whales
* **Whale - Mid Caps** — $10K+ trades of mid cap coins by whales
* **Whale - New Tokens** — $1K+ whale trades of new tokens created in the last 30 minutes
* **KOL - Big Buys & Sells** — trades over $40K by KOLs
* **KOL - Mid Caps** — $10K+ trades of mid cap coins by KOLs
* **KOL - New Tokens** — $1K+ KOL trades of new tokens created in the last 30 minutes
* **Pulse** — coins that just started trending on Moby for the first time

  <figure><img src="/files/fsyRYkN3FN7mYFnfW9bS" alt="" width="188"><figcaption></figcaption></figure>

**Watchlist** — get alerted when any token on your watchlist moves ±10% over the past hour, four hours, or 24 hours.

<figure><img src="/files/Bvl8c0VYmJcMGW4dTmw7" alt="" width="188"><figcaption></figcaption></figure>

Some toggles are on by default. You can customize any alert type anytime in **Settings → Notifications**.

***

#### **Hidden Tokens**

You can swipe right of any token from account section to hide it from your balance. The hidden tokens are shown here and you can unhide them anytime.

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

***

#### **Disconnect X (twitter)**

To disconnect or switch your X account, Click **Disconnect X**. You can disconnect and reconnect any X(twitter) account anytime.

***

#### **Security**

**Security**

* App Lock — require Face ID, Fingerprint or PIN to open Moby
* Unlock with Face ID/Fingerprint — use Face ID/Fingerprint instead of typing your PIN
* Change PIN — replace your current 6-digit PIN with a new one

**Protected Actions**

* Require authentication to withdraw — ask for Face ID, Fingerprint or PIN before sending funds out of Moby

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

***

#### **Export keys**

Export your private key anytime via the app or [export.mobyscreener.com](https://export.mobyscreener.com) and access your wallet anytime, anywhere. Tap **Connect Wallet**, enter your email, and confirm the code sent to you. Powered by Privy.

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

***

**Rent Refund (Solana only)**

**What is Solana rent?**\
Solana rent is a small refundable SOL deposit required to keep an on-chain account active. Every time you buy a token you don't already own, a small rent deposit is required to create its account on Solana. Moby covers your gas and rent fees on trades. We pay your rent.

**Rent Refund**\
After closing a trade on Solana, head to **Settings → Rent Refund** to claim your rent back. Each refund returns most of your rent as **SOL** and earns you **+35 $MOBY** on your Rewards Bar too.

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

***

#### **Help & Resources**

**Quick Guide** — an in-app walkthrough of core Moby concepts including Filters, Alerts, Rent, Take Profit & Stop Loss, and Fees.

**Product Docs** — <https://docs.mobyscreener.com/>

**Live Support** — direct chat with the Moby team. Reach out for support, feedback, or feature requests. An AI agent (Dasher) is also available to help instantly.

**Rate Moby** — leave a review on the App Store or Google Play.

**Legal & Privacy**

* Privacy Policy
* Terms of Service
* Delete Account

***

**Sign Out** — tap to log out. You can log back in anytime with your email.

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

{% hint style="info" %}
Never share your private key or seed phrase with anyone — even if someone claims to be from the Moby team. Moby will never ask for your private key or seed phrase.
{% endhint %}


---

# 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/profile/settings.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.
