# Overview

Trado users can access their account details and perform deposits and withdrawals on the "**Portfolio**"-"Overview" page located in the top-left corner of the homepage.

<figure><img src="/files/P6VPlWbrYjzR7g5zVsjz" alt=""><figcaption></figcaption></figure>

**Total Equity**

Equity = Balance + Margin of all positions + Margin occupied by limit orders + Floating PnL

This balance represents the overall value of the account, encompassing all funds, including those used as collateral for open positions. It's important to note that the displayed USDX balance is an approximation.

Due to the volatility of cryptocurrency prices, this balance may vary slightly from the actual balance.

#### Total Unrealized PnL

Unrealized profit and loss refer to positions held by users on the exchange that have not yet been closed. Unrealized profit and loss is calculated based on the difference between the average opening price and the mark price, serving as a reference for the position's profit or loss.&#x20;

When the mark price differs from the latest transaction price, unrealized profit and loss may be positive or negative after the order is executed. However, this occurrence does not necessarily indicate a loss.

**Simple-Trading/Pro-Trading/Wallet**

Users can view the corresponding assets amount and value in the Simple Trading, Pro Trading, and Wallet interface.


---

# 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-perp.trado.one/portfolio/overview.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.
