> For the complete documentation index, see [llms.txt](https://legacy-docs.polymarket.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.polymarket.com/getting-started/monitoring-positions.md).

# Monitoring positions

## Individual Positions

There are two ways to monitor your positions and their market performance:

1\) View all your positions in the "Portfolio" tab of the navigation bar.

![](/files/-Ma55zJeoaODcArVj26V)

2\) View individual positions on each market page.&#x20;

![](/files/-Ma56iQ-p1zpU7Gx0kZ4)

### Metrics

* **Outcome**: The outcome share that you’ve purchased. If this proves true, you win $1/share.
* **Price: Avg | Cur.**: The average price paid per share and the current market price.
* **P/L: $ | %**: Your profit or loss on the position in USDC and percentages.
* **Quantity**: The number of outcome shares you own.
* **Value: Init. | Cur.**: The total value of your initial and current position.
* **Max. Payout**: The maximum amount of USDC you can win.

## Total Positions

You can view your total positions on both the "Markets" and "Portfolio" pages.

![](/files/-Ma59QR9cp-GoSo0aOxb)

### Metrics

* **Portfolio Value:** The total market value of all your positions and cash balance.
* **Open Positions**: The market value of all your positions.
* **Cash**: Your account’s cash balance.

## Related Articles

* Why can I not see a position in my portfolio?
* Why is my average price is different than the price I originally purchased the shares?&#x20;
* What are my shares worth if I hold them until the market is resolved?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://legacy-docs.polymarket.com/getting-started/monitoring-positions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
