# Limit Orders

{% columns %}
{% column width="58.333333333333336%" %}

## Limit Long

A resting buy order that only fills at or below your specified price. Use when you want to enter a long position only if the market dips to your target.

* **Limit** tab: Posts a resting order that executes only at your trigger price.
* **Buy / Long** (green): Places a limit‐buy.
* **Execute when price is 45.87**: Your chosen limit price.
* **Last price** button refreshes to current mark.
* **Collateral, slider, Value/Cost** work as in Market, but the order only fills at ≤ 45.87.
* **Buy / Long** button places the limit order.
  {% endcolumn %}

{% column %}

<figure><img src="/files/7qCVUSnpT12g43niWVe6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="58.333333333333336%" %}

## Limit Short

A resting sell order that only fills at or above your specified price. Use when you want to open a short position only if the market rallies to your trigger.

* **Limit** + **Sell / Short** (red): Posts a resting ask at your trigger price.
* **Execute when price is 45.87**: Your chosen limit‐sell price.
* **Collateral, slider, Value/Cost** mirror the Limit Long setup.
* **Sell / Short** button places the limit‐sell order.
  {% endcolumn %}

{% column %}

<figure><img src="/files/peuo7oXx7zHakLpjOxMm" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***


---

# 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.nunchi.trade/copy-of-nunchi-testnet-user-guide/trading-interface/limit-orders.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.
