> For the complete documentation index, see [llms.txt](https://docs.42.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins/managing-positions.md).

# Managing positions

You can view and manage your positions and history by clicking Portfolio in the main navigation. This page will show your total portfolio value, and overall unrealised and realised profit or loss.

<figure><img src="/files/JOC6uBold8njdmZ9ccBX" alt=""><figcaption></figcaption></figure>

#### Active Postions

`Current value` shows what your position is worth right now based on the latest market price. This updates as the price of the outcome moves continuously. It reflects how much you would get back if you sold at the current price (before fees and tax).&#x20;

`If outcome wins` shows what your position would be worth if this outcome ends up being the winner. This is your potential payout at resolution. It assumes the market resolves in favor of the outcome you are holding and you claim your winnings

<figure><img src="/files/IchoWFVSkYKXkkSxK8ac" alt=""><figcaption></figcaption></figure>

In short: current value is what it’s worth now if you sell it, if outcome wins is what it could be worth if you’re right and assuming market participation does not change.

#### Ended&#x20;

Positions that have ended move through three states before reaching final resolution. During this time, they are no longer tradable, and the exact payout remains undetermined until the market is fully resolved. Here’s what each state means for you:

<table><thead><tr><th width="135.8515625">Status</th><th>What it means</th></tr></thead><tbody><tr><td>Resolving</td><td>The market has ended and the team is still determining the winning outcome. During this period, trading has stopped and the final result is being checked and confirmed</td></tr><tr><td>Dispute period</td><td>Dispute period means a tentative winning outcome has been set by the team, but it’s open to challenge for a short time. During this state, the proposed outcome is visible and users can raise disputes if they believe it’s wrong. After this period, the outcome is final</td></tr><tr><td>Ready to Claim</td><td>Ready to claim means the winning outcome is final and your position is settled. If you held the winning outcome, you can now claim your payout. If you held a losing outcome, your position has no payout</td></tr></tbody></table>

<figure><img src="/files/EwAqWjy045OKFTDuA55P" alt=""><figcaption></figcaption></figure>

#### History&#x20;

In your position history, every action on your positions is recorded — including when an outcome is bought, sold, or resolved. If you sell all your positions before the resolution date, those trades will appear in your history table, but the position itself will not generate an additional “resolved” entry.

<table><thead><tr><th width="176.90625">Action type</th><th>What it means</th></tr></thead><tbody><tr><td>Resolved</td><td>Records what happened when the market finished and your tokens settled to either winning or losing. Value of the tokens and their corresponding PnL are reflected. </td></tr><tr><td>Sold</td><td>Records when you sold Outcome Tokens before resolution, the amount you sold and the PnL calculated against your cost basis of the Outcome Token</td></tr><tr><td>Bought</td><td>Records when you purchased Outcome Tokens, and how much </td></tr></tbody></table>

<figure><img src="/files/EzZi94w4IYNp1Ag5qvDH" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins/managing-positions.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.
