# Profit Statistics

Profit Analysis provides a detailed view of the user's trading performance within a specific token liquidity pool, making it easier to review each transaction and make necessary adjustments.**The profit analysis primarily includes the following data**:**Buy-related Data**:

* **Purchase Quantity**: The total amount of the token purchased.
* **Purchase Value**: The total value of the purchased token.
* **Number of Buy Transactions**: The total number of buy transactions executed.

**Sell-related Data**:

* **Sell Quantity**: The total amount of the token sold.
* **Sell Value**: The total value of the sold token.
* **Number of Sell Transactions**: The total number of sell transactions executed.

**Trading Profit**:

* **Formula**: Trading Profit = Sell Value - Purchase Value

**Unrealized Profit**:

* **Formula**: Unrealized Profit = (Purchase Quantity - Sell Quantity) \* Current Price

Profit statistics mainly analyze the following data:

Buy-related data: Quantity Bought, Value Bought, Number of Buys

Sell-related data: Quantity Sold, Value Sold, Number of Sells

Trading Profit = Value Sold - Value Bought

Unrealized Profit = Quantity Bought - Quantity Sold \* Current Price

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


---

# 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://1stepapp.gitbook.io/1step-docs-en/review-results/profit-statistics.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.
