> For the complete documentation index, see [llms.txt](https://docs.pretoke.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pretoke.xyz/using-the-platform/managing-your-portfolio.md).

# Managing Your Portfolio

Your portfolio page is where you track everything you're holding and everything you've done.

## Balance

Shows three numbers:

* **Available** — funds you can freely use to place new trades or withdraw.
* **Locked** — funds currently reserved against your open limit orders (released automatically if you cancel the order, or consumed if it fills).
* **Total** — available + locked.

## Positions

Each open position shows:

* The market and outcome (YES or NO) you're holding.
* Quantity of shares held.
* Your average entry price (what you paid, on average, across all buys).
* **Mark price** — a live estimate of what you'd get if you sold your entire position right now, taking into account order book depth (not just the best available price — if you hold a large position, selling it all would move the price, and the mark price accounts for that).
* **Unrealized P\&L** — your estimated profit or loss if you sold at the current mark price, computed as `(mark price − average entry price) × quantity`.

Once a market resolves, your position there becomes eligible for [redemption](/using-the-platform/market-resolution-and-redemption.md).

## Trade history

A running log of every trade you've made — price, quantity, side, outcome, and timestamp. Each entry also shows its **settlement status**, letting you confirm that a given trade's on-chain settlement (split/merge) has completed. This is normally automatic and only takes a short time, but it's there if you want to verify a specific trade actually settled on-chain (and see its transaction hash once available).

## Notifications

You'll receive notifications for key events — order fills, settlement confirmations, and market resolutions. If you're using the Telegram Mini App, these can also arrive as Telegram messages from the platform's bot.

Next: [Withdrawing Funds](/using-the-platform/withdrawing-funds.md).


---

# 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://docs.pretoke.xyz/using-the-platform/managing-your-portfolio.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.
