# Placing a Limit Trade Order

A Limit Order is used when a trader wants to open a position at a specific price that differs from the current market price. On a CLOB (Central Limit Order Book) interface, the order book displays all outstanding buy (bid) and sell (ask) orders waiting to be matched. Typically, ask prices (sell orders) appear in red, while bid prices (buy orders) appear in green.

> **Key Takeaway**
>
> Limit orders below the current best ask price will sit in the Open Orders until matched, while the Limit orders at or above the best ask price execute immediately, behaving like market orders within price limits you define

### Step-by-Step Guide -

#### &#xD;Scenario 1: Placing a Limit Long Order Below Market Price&#xD;<br>

**Step 1** - Suppose the current market price of the APT-PERP pair is 6.001 USDT per APT. You wish to open a long position at a lower price, say 5.85 USDT, for an order size of 8 USDT.\
Select the "Limit" option under the "Open" tab in the order placement section. Enter your desired price and amount, then click "Open Long."

<figure><img src="/files/EM0W5eqLSZrWnIezjdbw" alt=""><figcaption></figcaption></figure>

**Step 2** - Upon submission, a confirmation message will appear: "Order Placed Successfully."

<figure><img src="/files/k6rsbAGZxNYwTp4hgoi2" alt=""><figcaption></figcaption></figure>

**Step 3** - Since the limit price is below the current best ask price and no existing sell orders match your bid, your order will be queued in the order book. You will find it listed in the "Open Orders" section. The order will remain there unless one of these 3 conditions are met - The market price reaches your limit price, A counterparty is willing to sell at your price, or You cancel the order manually.

<figure><img src="/files/F0ztD4jzkEHpzTaU4PeD" alt=""><figcaption></figcaption></figure>

#### Scenario 2: Placing a Limit Long Order That Executes Immediately

Sometimes, traders prefer that their order be filled immediately rather than waiting at a preferred price level. This is possible with a limit order if it is placed at a price equal to or higher than the best available ask on the order book.

**Step 1** - The APT-PERP chart shows the current market price as 6.036 USDT. After reviewing the order book's red section (ask prices) and identifying the lowest available sell price. A limit order is placed at 6.048 USDT for 8 USDT. Now click on "Open Long" to execute the limit order instantly.

<figure><img src="/files/ePIowLoTj8dxTqkHDoap" alt=""><figcaption></figcaption></figure>

**Step 2** - Once the order is placed successfully, a confirmation message will appear: "Order Placed Successfully."

<figure><img src="/files/k6rsbAGZxNYwTp4hgoi2" alt=""><figcaption></figcaption></figure>

**Step 3** - As the limit price is equal to or higher than the lowest ask, the system matches your order with one or more existing sell orders. The order is executed immediately, and the resulting position appears in the "Positions" tab instead of "Open Orders".

<figure><img src="/files/VvutmK8rTWWrjOqyV0OI" alt=""><figcaption></figcaption></figure>


---

# 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.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/placing-a-limit-trade-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.
