# Receiving Your Payout

After a market settles, your position has a fixed value. How you receive your payout depends on which product you traded.

## Prediction Markets

<figure><img src="/files/2oLwr93EsgsKJtsWKQQx" alt=""><figcaption><p>Settled Position</p></figcaption></figure>

Prediction markets run on Solana. Settlement is not automatic. Once your position expires, you need to interact with the DFlow contract to burn your shares. USDC is then bridged back to your wallet. You must initiate this manually.

## Yield Farm

Yield Farm positions run on Solana and use the same prediction market contracts. Settlement works the same way. Once your position expires, you interact with the DFlow contract to burn your shares and bridge USDC back to your wallet.

## Pre IPO and Pre TGE Markets

<figure><img src="/files/ggx7hywP7NcbzZ2yYBNZ" alt=""><figcaption><p>Settled positions</p></figcaption></figure>

Pre IPO and Pre TGE markets run on MegaETH. All positions are automatically redeemed at expiry and proceeds are sent directly to your smart account in USDM. Payout depends on where the asset's valuation lands at listing relative to your band. No action is needed.

## Options Markets

<figure><img src="/files/MjSx1m5wsiQ8YBdwfC56" alt=""><figcaption><p>Settled Positions</p></figcaption></figure>

Options markets run on MegaETH. All positions are automatically redeemed at expiry. If your band was in the money, the oPRM token holder receives the payout automatically. If out of the money, the oPRM expires worthless and the PRM holder recovers their collateral automatically. If you hold both tokens before expiry, you can unwind at any time to recover your full collateral without waiting for settlement.

## RWA Markets

<figure><img src="/files/vDT8MjkEco8OYUaPZLoV" alt=""><figcaption><p>RWA positions</p></figcaption></figure>

RWA markets do not settle. There is no expiry and no automatic redemption. To realise profit or loss, sell back into the orderbook. Proceeds are credited to your smart account in USDM.

## Common Issues

| Issue                             | Cause                                         | Fix                                 |
| --------------------------------- | --------------------------------------------- | ----------------------------------- |
| Nothing happened after settlement | Blockchain confirmation delay                 | Wait a few minutes and refresh      |
| Cannot withdraw                   | Missing required token for options withdrawal | Check you hold the correct token    |
| Zero payout                       | Position resolved out of the money            | Expected outcome, no action needed  |
| Solana position not auto credited | Manual redemption required via DFlow          | Initiate redemption on the position |


---

# 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/payouts-and-settlement/receiving-payout.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.
