# Account

{% hint style="info" %}
Tap **Account** in the bottom navigation to open your portfolio.
{% endhint %}

The **Portfolio** page gives you a complete, real-time view of your holdings and activity in Moby. It consolidates balances, open positions, and historical performance in one place to help you review status and make decisions quickly.<br>

What you can see in the **Account** page:

* **Balance:** Total account value
* **Top-Level PnL**: Overall profit or loss across all your active trades, calculated since you started trading.
* **Trading Balance:** Funds available in SOL and USDC
* **Active Trades:** Open positions and their current balance

<figure><img src="/files/9RWguHefs9MWCICrJ3SU" alt="" width="185"><figcaption></figcaption></figure>

#### **Deposit**

You can Deposit Sol or USDC to your Moby Account by following these steps:

* Go to **Account**.
* Tap **Deposit**.
* Choose Crypto Transfer or Apple Pay or Credit/Debit Card
* Copy Solana deposit address for crypto transfer.
* Or Enter amount you want to deposit using Apple Pay or Credit/Debit Card. The Apple Pay and Credit/Debit Card Deposits are provided by **MoonPay**
* Tap confirm.

#### **Withdraw**

You can withdraw SOL from your Moby account by following these steps:

1. Go to **Account**.
2. Tap **Withdraw**.
3. Enter the amount of **SOL** you want to withdraw.
4. Paste a **Solana wallet address** (make sure it’s a valid Solana address).
5. Tap **Withdraw** to confirm.

Your funds will be transferred from your Moby app to the wallet address you provided.

#### Import

You can import your existing solana wallet to the app by following these steps:

1. Go to **Account**
2. Tap **Import**
3. Enter the otp you received on your mail
4. Enter the wallet name and Private key. Note: Enter only private key of the wallet you need to import not seed phrase
5. Tap **Import wallet**

Your wallet will be imported successfully to the app. You can import any number of wallets


---

# Agent Instructions: 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:

```
GET https://docs.mobyscreener.com/moby-app/interactive-blocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
