> For the complete documentation index, see [llms.txt](https://about.wocstreet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.wocstreet.com/prediction-game-deprecated/technical-stuff/cash-out-early.md).

# Cash Out Early

You can cash out your <img src="/files/HhIRZvt5WXhVAJo1QHMS" alt="" data-size="line"> early if you don't want to wait until the settlement.

The button is located in the Open Predictions on the stock page.

<figure><img src="/files/XO9LdbTcg4TtL6Dj1Oif" alt=""><figcaption><p>Cash Out Early</p></figcaption></figure>

\
For instance, suppose you place a bet of 100 coins on a stock going up with a 50% probability, offering a potential return of 200 coins. However, if unfavorable news surfaces and the sentiment drops to 20%, you have the option to cut your losses by selling your position early. By doing so, you would receive \~40 coins back.

On the other hand, if the probability increases to 80%, you have the opportunity to take a profit early and receive \~160 coins. However, it's important to consider the possibility of waiting for the settlement, which would result in the full potential return of 200 coins.

{% hint style="info" %}
Closing a high-probability position will also result in a higher fee. You can consider waiting for the settlement to avoid such a fee.

There is a very low fee for closing a low-probability position. You should close as soon as possible if your opinion has changed.
{% endhint %}


---

# 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://about.wocstreet.com/prediction-game-deprecated/technical-stuff/cash-out-early.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.
