> For the complete documentation index, see [llms.txt](https://docs.mevx.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mevx.io/docs/feature-ecosystem/tracker-tools/pnl-tracker.md).

# PNL Tracker

The **PNL Tracker** in MevX helps you visualize and customize your profit & loss performance in real time. It allows you to track balances, display gains or losses, and personalize how your PNL widget looks inside the terminal.

{% embed url="<https://app.arcade.software/share/C0GRfwyagwgeAyJCIyES>" %}

## <mark style="color:blue;">Main Display</mark>

* **Balance** – Shows your current token/wallet balance.
* **PNL** – Displays your profit or loss in real-time.

## <mark style="color:blue;">Tracker Settings</mark>

### **Value**

* Select the wallet of your portfolio to display.
* Options to display:
  * **Main Value in USD** – Convert balance into USD equivalent.
  * **Estimated Alternate Value** – Show secondary calculation.
  * **PNL including Unrealized PNL** – Add open/unrealized profit & loss to the display.

### **Background**

* **Image** – Choose preset background styles (e.g., *Mevx 1*).
* **Border** – Customize the border color.
* **Blur** – Adjust background blur level (0–100%).
* **Opacity** – Control transparency (0–100%).

### **Text Style**

* **Label** – Color setting for labels (e.g., Balance, PNL).
* **Value** – Color setting for balance & PNL numbers.
* **Profit** – Highlight positive PNL (default: green).
* **Loss** – Highlight negative PNL (default: red).
* **Bold** – Toggle bold text on/off.
* **Shadow** – Add/remove text shadow for better visibility.

## <mark style="color:blue;">Reset & Save</mark>

* **Reset** – Return all settings to default.
* **Save** – Apply and keep your customized style.

With PNL Tracker, you can **track smarter and trade with clarity**, while making the interface fit your own trading style.


---

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

```
GET https://docs.mevx.io/docs/feature-ecosystem/tracker-tools/pnl-tracker.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.
