> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/trackers/pnl-tracker.md).

# PNL Tracker

<figure><img src="/files/4jgMC9zAPu1Y3lf8wqNs" alt=""><figcaption><p>PNL Tracker Feature</p></figcaption></figure>

The PNL Tracker displays two key metrics in real time:

* **Balance** — Your current wallet balance in USD and SOL.
* **PNL** — Your running profit or loss in USD and SOL.

<figure><img src="/files/v9bJ9lWlGGrLAjmllV7k" alt="" width="375"><figcaption><p>PNL Tracker - Widget Settings</p></figcaption></figure>

{% tabs %}
{% tab title="General" %}

<figure><img src="/files/4RR00BA5KgA5f3EMzL5E" alt=""><figcaption><p>General Settings Section</p></figcaption></figure>

<figure><img src="/files/YAAt2UFiKqlZCgza290D" alt="" width="563"><figcaption><p>General Settings Section Image</p></figcaption></figure>

* **Swap USD and SOL** — Toggle which currency is displayed as the primary value.
* **Show alternate currency** — Display both USD and SOL values side by side.
  {% endtab %}

{% tab title="Appearance" %}

<figure><img src="/files/GLFvJLDsl0f5dGm6nkUb" alt="" width="375"><figcaption><p>Appearance Settings Section</p></figcaption></figure>

* **Background Image** — Upload a custom background to personalize your tracker. *Recommended aspect ratio is 4:1 with a max file size of 0.2MB.*
* **Blur** — Adjust background blur from 0 to 20px to soften the image behind your stats.
* **Opacity** — Control background opacity from 0% to 100% for the perfect balance between style and readability.

Hit **Reset** to restore defaults or **Done** to save your changes.
{% endtab %}

{% tab title="Reset PNL" %}

<figure><img src="/files/9byZaIqyUlBM8rThkqZb" alt=""><figcaption><p>Reset PNL button</p></figcaption></figure>

Double Click the reset icon on the widget at any time to zero out your PNL counter — useful for tracking a specific session without restarting your whole portfolio view.
{% endtab %}
{% endtabs %}


---

# 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://help.trade.fun/trackers/pnl-tracker.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.
