> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snek.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Open orders and cancellations

> How open orders work and when you can cancel them

# Open orders and cancellations

When you place a trade, it can remain open for a short time before it is executed or refunded. Snekfun keeps your open orders visible in real time on the token page and on your own profile.

## Where you can see open orders

* On the token page in the live trades table
* On your own profile under **open trades**

<Note>
  Public profile pages show created tokens and profile info, but they do not show your open trades.
</Note>

## Order statuses

| Status      | Meaning                                          |
| ----------- | ------------------------------------------------ |
| `open`      | The order is active on-chain                     |
| `mempool`   | The order was submitted but is not confirmed yet |
| `executed`  | The trade was filled                             |
| `cancelled` | The order was refunded after cancellation        |

## How cancellation works

<Steps>
  <Step title="Find the order">
    Open the token page or go to your profile and find the order in your open trades list.
  </Step>

  <Step title="Click cancel">
    If the order is eligible, you will see a cancel button next to it.
  </Step>

  <Step title="Wait for the refund">
    After the cancellation is confirmed, the refunded funds return to your Turbo Wallet.
  </Step>
</Steps>

## When cancel is available

* You can cancel only your own orders
* The order must still be open
* The order cannot still be in mempool
* Some orders become cancelable only after their cancellation time has passed

<Tip>
  If you do not see the cancel button yet, the order is usually still in mempool, already finished, or not yet past its cancellation window.
</Tip>
