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

# Profile

#### **Overview**

At the top you'll see your **active wallet name and address** and the **current value of that wallet** — tap the **24h** **PnL** pill to see a token-by-token breakdown of what's driving your 24h performance.

Tap the **wallet name at the top** to switch between your wallets — useful when you have multiple wallets across chains.

Your **Trading Balance** shows your available funds broken down by asset — SOL and USDC on Solana, and the equivalent assets on other chains. Tap **Add Balance** to deposit more funds directly from this screen.

Tap **X (twitter) not connected** at the top left of the Profile page to link your X(twitter) account

**Quick Info** — long press on any token in your Active Trades to access Quick Info of that token with options to Quick Buy, Quick Sell, or set TP/SL orders (solana chain only) without leaving the Profile page.

Tap the **balance amount** on your Profile page to hide your portfolio value and enter privacy mode — your balance is replaced with asterisks so no one can see your holdings at a glance. Tap again to reveal your balance. Useful when trading in public or sharing your screen.&#x20;

Swipe right on any token in your portfolio to hide it from your Profile page. Hidden tokens don't affect your balance calculations — they're just removed from view. To unhide tokens, go to **Settings → Hidden Tokens** and toggle them back on.

<figure><img src="/files/ZexUS7JCnhbdti88R8PI" alt="" width="295"><figcaption></figcaption></figure>

***

**Moby Courses**

The **Sharpen your edge** banner on your Profile page links to Moby Courses — a set of short guides to help you get the most out of the app. Complete all courses to stay up to date with the latest features, product updates, and tips to trade better.

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

***

**Quick Actions**

* **Deposit** — add funds via crypto address, Apple Pay, card, or wallet import
* **Transfer** — move or bridge funds between your wallets and chains
* **Withdraw** — send tokens to an external wallet
* **Wallets** — view and manage all your wallets across every chain

***

**Active Trades**

Your currently open positions — showing each token, the amount held, and your **Position PnL since you entered** the trade. Gives you a live view of how each open position is performing.

***

**Open Orders**

Your pending **Take Profit and Stop Loss orders** waiting to execute. You can cancel or access th open order from here. When your target price is hit, Moby executes it automatically.

{% hint style="info" %}
**Note:** TP/SL orders are currently available on Solana chain only.
{% endhint %}

<figure><img src="/files/JZqSk2NVNuYdqksUHR50" alt="" width="295"><figcaption></figcaption></figure>

***

**Closed Trades**

A full history of your completed trades showing each token, the open and close timestamps, realized PnL in dollar value, and percentage return for your current wallet. You can share your closed pnl from here as well.

<figure><img src="/files/0p88KUjjoNlhfhkII7ee" alt="" width="375"><figcaption></figcaption></figure>

***

**Alerts**

Price alerts you've set on tokens — get notified when a token hits your target price

{% hint style="info" %}
**Note:** Alerts are currently available on Solana chain only.
{% endhint %}

<figure><img src="/files/PlT0ifSnRRpxsKX6R7V3" alt="" width="375"><figcaption></figcaption></figure>


---

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