# SOL Spent, Received and Net SOL

This section breaks down the wallet’s activity in terms of total SOL spent and received trading tokens. \
It does not matter if the trade is fully closed or still open.

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

### SOL Spent Buying Tokens (C)

The total amount of SOL used to buy tokens. This represents the capital invested across all trades.

### SOL Received Selling Tokens (D)

The total amount of SOL the wallet received when selling tokens. This shows the accumulated return from all positions.

### Net SOL (D - C)

The difference between the total received and the total spent. If this number is positive, it means the wallet has a net profit in SOL.

\
This metric is useful for verifying actual profitability in SOL and is one of the most straightforward indicators of a trader’s success over time.

*Usage example:*

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

In the example above, Sum of PnL is 26 and Net SOL is almost 25. This means 1 SOL (the difference) is missing in open trades - which can still have value as token or not. Or might just be an **unrealized loss**.&#x20;

For a 25 SOL profit, 1 SOL missing is relatively ok. But look at the example below:

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

In this case, Sum of Pnl is 8.4 and Net Sol is 4.8 - the difference here is almost 4 SOL, which is relatively much bigger when compared to the PnL. Indicating he may have a considerable unrealized loss.


---

# 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://dedge-v2.gitbook.io/dedge-docs/getting-started/understanding-the-metrics/sol-spent-received-and-net-sol.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.
