# 3.7 Real-time PnL Tracking

SALT provides users with real-time tracking of their profit and loss (PnL) across all transactions. Every time a user buys, sells, or swaps an asset, the platform automatically calculates the resulting PnL by factoring in live market prices, executed trade amounts, network fees, and slippage.

This information is instantly updated and displayed on the user’s dashboard in a clear, intuitive format, making it easy to monitor both overall portfolio performance and the results of individual trades. Users can see at a glance how their investments are performing—whether they are in profit or loss—without having to perform any manual calculations.

SALT’s real-time PnL tracking is designed to help users make more informed decisions and manage their digital assets with greater confidence. With accurate, up-to-date insights always available, users can proactively react to market changes and optimize their trading strategies as needed.


---

# 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.saltapp.xyz/salt/03-how-salt-work/3.7-real-time-pnl-tracking.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.
