# Limit

A Limit order lets you choose the **exact price** you’re willing to buy or sell at, giving you tighter control than Market (no surprise fills), better protection from slippage during congestion, and the ability to **pre-place** orders to catch dips or take profit while you’re away.

#### How to place a Limit order

1. Find the token you want to trade (via Trenches, Trending, or Search).
2. Select **Buy** or **Sell**, then open the **Limit** tab.
3. Enter your **Limit Price** (the max you’ll pay for a buy or the minimum you’ll accept for a sell).
4. Enter the **Amount** you want to trade.
5. Review and adjust **slippage, priority fee, bribe, or MEV** settings if needed.
6. Tap Buy / Sell and confirm.

Your Limit Order remains **active until filled or manually cancelled,** you can monitor it under **Open Orders**.

<figure><img src="/files/rM8mdpvI4p71TA4DjIgA" 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://alienstrading.gitbook.io/docs/trade-on-aliens/trade/limit.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.
