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

# Limit Orders

> View and manage active limit orders

Tap **Limit Orders** from the main menu to manage active limit orders.

Limit orders are created from market detail screens. They let you choose a target price instead of buying immediately at the current market price.

## Overview

The overview shows open order totals for the selected filters:

| Field        | Description                      |
| ------------ | -------------------------------- |
| Total        | Number of open limit orders      |
| Buy          | Number of open buy limit orders  |
| Sell         | Number of open sell limit orders |
| Locked Funds | Funds reserved for open orders   |

If no orders match the current filters, the page shows **No orders match the current filters.**

## Filters

Use the buttons below the summary to switch views:

| Button     | Description                                      |
| ---------- | ------------------------------------------------ |
| All        | Show limit orders from every source              |
| Manual     | Show orders created manually from market screens |
| Auto Trade | Show orders created by Auto Trade tasks          |
| Copytrade  | Show orders created by copytrade subscriptions   |
| Opened     | Show currently open orders                       |
| Filled     | Show filled orders                               |
| Refresh    | Reload the latest order data                     |
| Back       | Return to the previous screen                    |
| Home       | Return to the main menu                          |

## Order list

Each order row shows:

| Field           | Description                                 |
| --------------- | ------------------------------------------- |
| Market          | Polymarket market question                  |
| Outcome         | Selected outcome, such as **YES** or **NO** |
| Limit           | Limit price for the order                   |
| Current         | Current market price for the same outcome   |
| Amount / Shares | Order amount and estimated shares           |
| Expires         | Order expiration mode, such as **GTC**      |
| Manage          | Open the order details screen               |
| Delete          | Delete the order                            |

## Order details

Tap **Manage** to open **Limit Order Details**.

| Section   | Fields                                                   |
| --------- | -------------------------------------------------------- |
| Market    | Market question, outcome, and current price              |
| Order     | Type, limit price, amount, shares, and status            |
| Execution | Filled percent, remaining amount, and average fill price |

From the details screen, use **Edit Price** to change the limit price or **Edit Amount** to change the order amount.

## Pagination

Limit order results are paginated. The current page is shown at the bottom, for example **Page 1/1**.

<Note>
  Limit Orders is a management screen. New manual limit orders are created from a market detail screen with **Set Limit Order**.
</Note>
