# PNL And Average Entry

Bound tracks your profit/loss and average entry cost across all positions, visible directly on the Trade page.

## What's tracked

* **PnL** - Your profit or loss per position
* **Average entry cost** - The average price at which you entered a position

{% hint style="info" %}
**VERIFY** - PnL calculation methodology (realized vs unrealized, BTC vs USD denomination, fee inclusion) to be confirmed with team before publishing.
{% endhint %}

## Where to view

Your trading history and full activity feed are available in the **Analytics** page.

{% hint style="info" %}
Full trading history UI and screenshots will be added after the frontend is finalized.
{% endhint %}


---

# 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://bound-1.gitbook.io/bound-docs/trade/pnl-and-average-entry.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.
