# Placing a Sell Order

<figure><img src="/files/DUxFEitQVcFxsrz5hvhV" alt=""><figcaption><p>Selling position</p></figcaption></figure>

A sell order lets you exit an existing position before settlement. You sell your shares back into the orderbook and receive USDM (on MegaETH markets) or USDC (on Solana markets) in return. Your profit or loss is locked in at the point of sale.

{% hint style="info" %}
You can only sell a position you already hold. There is no short selling on Premarket. Selling always means closing an existing position.
{% endhint %}

## How to Place a Sell Order

1. Go to your Portfolio and find the position you want to exit.
2. Click Sell next to the position.
3. Confirm the transaction.
4. Your shares are sold at the current bid price and you receive the settlement currency in return.
5. Once confirmed onchain, the position disappears from active positions.

## Example

```
Buy 20 YES shares at $0.25 for $5
Price moves to $0.30
Click Sell, receive $6
Profit = $1 total, or $0.05 per share
Position closed. Realised P&L is final.
```

| Issue                   | Cause                           | Fix                   |
| ----------------------- | ------------------------------- | --------------------- |
| Sell button not visible | No position held in this market | Buy first             |
| Transaction pending     | Onchain confirmation delay      | Wait for confirmation |
| Position still visible  | UI sync delay                   | Refresh the page      |


---

# 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.premarket.xyz/readme/trading/sell-order.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.
