# Home

{% hint style="info" %}
The Home page is your trading dashboard. It gives you a complete overview of your performance, your current positions, and your full trade history in one place.

To switch between blockchains, use the chain dropdown in the top right area. All data on the page, including PnL, metrics, portfolio, and history, will update based on the selected chain.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=dgpJvW3VRVQ>" %}

***

## PnL Overview

<figure><img src="/files/18JNqNmTcchI54IUUN1m" alt=""><figcaption></figcaption></figure>

| Field                   | Description                                                                                                                                                                                                                                                                                                               |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **PnL Chart**           | A visual chart showing your profit and loss over the selected time period.                                                                                                                                                                                                                                                |
| **Timeframe Selector**  | Adjust the date range for the PnL chart to view performance across different periods.                                                                                                                                                                                                                                     |
| **Chain Dropdown**      | Switch between supported blockchains. All data on the page updates accordingly.                                                                                                                                                                                                                                           |
| **PnL Calendar Button** | Opens the PnL Calendar, where you can browse your performance day by day across different months. Clicking on a specific day opens a detailed modal showing all trades made that day, along with the total number of trades and trading volume. Each trade displays the token name, mode, side (buy or sell), and amount. |
| **Share Button**        | Share your PnL performance externally.                                                                                                                                                                                                                                                                                    |

## Metrics

A row of key trading metrics calculated over the selected time period.

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

| Metric                 | Description                                                    |
| ---------------------- | -------------------------------------------------------------- |
| **Realized Profits**   | The total profit or loss from positions you have closed.       |
| **Unrealized Profits** | The current profit or loss on positions you are still holding. |
| **Transactions**       | The total number of trades executed in the selected period.    |
| **Total Volume**       | The total trading volume generated in the selected period.     |

### Portfolio

The Portfolio tab displays all tokens you are currently holding.

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

| Column            | Description                                                                                                      |
| ----------------- | ---------------------------------------------------------------------------------------------------------------- |
| **Token**         | The token name, ticker, contract address, and a link to view it externally.                                      |
| **Balance**       | The number of tokens you are holding.                                                                            |
| **Bought / Sold** | The total amount spent buying and the total amount received from selling, both displayed in the native currency. |
| **Remaining**     | The value of tokens you still hold and can sell.                                                                 |
| **PnL**           | Your current profit or loss on that specific position.                                                           |
| **Sell**          | A quick action button that opens a modal to sell the token directly from the dashboard.                          |

### History

The History tab shows a complete log of all your past trades. You can search for a specific token using the search bar.

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

| Column          | Description                                                                        |
| --------------- | ---------------------------------------------------------------------------------- |
| **Time**        | How long ago the trade was executed.                                               |
| **Token**       | The token name, contract address, and a link to view it externally.                |
| **Mode**        | The trading mode used for the trade (Spot, Copy Trading, Sniper, Twitter, or AFK). |
| **Side**        | Whether the trade was a Buy or a Sell.                                             |
| **Amount**      | The trade amount in the native currency and the corresponding token amount.        |
| **Wallet**      | The wallet used to execute the trade, showing its name and address.                |
| **Transaction** | A direct link to view the transaction on the corresponding block explorer.         |


---

# 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.bloombot.app/manager/pages/home.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.
