# Position History & Summary

## Position History & Summary

Every trade your agent makes is recorded and easy to review.\
The **History** and **Summary** tabs give you a complete, on-chain performance trail.

***

### Summary – Full Performance Overview

The **Summary** tab provides a complete snapshot of your trading activity:

* **Total PnL** – Lifetime profit and loss across all trades.
* **Today’s PnL** – Real-time profit or loss for the current day.
* **Win Rate** – Percentage of trades closed in profit.
* **Total Volume** – All-time trading volume managed by the agent.
* **Period Performance** – Daily, weekly, and all-time performance metrics.
* **Fees & Capital Efficiency** – See exactly what you’ve spent on gas and how efficiently your capital is working.

This is the go-to page for evaluating your overall results at a glance.

***

### History – Detailed Trade Log

The **History** tab breaks down every order and position:

* Entry and exit prices
* Collateral type and size
* Trigger prices for limit or stop orders
* Cancelled or partially filled orders
* Direct **transaction links** to verify everything on-chain

It’s your permanent record of every move—ideal for auditing and strategy review.

{% hint style="info" %}
This section is still under development.
{% endhint %}

***

### Share Your Wins

When you’re ready to celebrate a great trade, click the **Share** button on any closed position.\
This generates a clean, Cod3x-formatted trade card with:

* Market pair and direction
* Entry and exit prices
* Leverage and PnL

Post it on X, Discord, or anywhere you want to showcase your results.


---

# 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.cod3x.org/terminal-overview/position-management/position-history-and-summary.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.
