# Selling your position

After you start trading, you begin to stack up positions in different events. A position is the number of shares you own in a particular events and represents your current investment.

There are two ways to close your positions: hold them until final resulting, or sell them early to lock in profits.

#### Collecting at Resulting

The easiest way to cash out your investment in a SuperCharged event is to hold your shares until the event closed. When the event results, you’ll automatically score $1 for every correct shares you own.&#x20;

{% hint style="info" %}
After the event ends, the results may not be immediately resolved. They will be confirmed by a reliable source, which may involve a waiting period to ensure the outcome is fair and accurate.
{% endhint %}

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

{% hint style="danger" %}
You might not be able to claim your winnings if you don't close all unfilled orders in the event being claimed (those that haven't found a matching order).
{% endhint %}

**Close Open Orders**

Open orders are those that have not been executed yet, including both live and ended events. Closing these orders ensures you have a clear and accurate portfolio before claiming your winnings.

Here's how:

1. Go to your profile.

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

2. In the Portfolio section, select Open Orders and choose the event you want to close the orders for. To close an order, simply click the "Close" button&#x20;

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

Once you've done this, you can easily claim your winnings when the event results are resolved.

#### Closing Out Early

Sometimes, you might want to bail out before the event's outcome is known to lock in some profit or cut your losses. You can do this by placing a sell order to reduce your position.

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


---

# 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.supercharged.io/prediction-market/how-does-it-works/selling-your-position.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.
