# Portfolio

The portfolio page (`/portfolio`) shows all positions across markets.

## Sections

### Collateral Balance

* USDT balance
* Locked (backing open orders)
* Available (withdrawable)
* Deposit / Withdraw buttons

### Active Positions

* Position sizes per market
* Current mark-to-market using last clearing price
* Unrealized P\&L per position

### Open Orders

* All open orders across all markets
* Cancel individual or bulk cancel
* Filter by market, side, status

### Redeemable

* Winning positions from resolved markets
* "Redeem All" button

### History

* Completed trades with entry/exit prices
* Historical P\&L chart
* Filterable by market, date range


---

# 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.strike.pm/frontend/portfolio.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.
