# Limit Orders

A one-time buy order or sell order that executes at a specific price. Use limit orders to set your precise entry and exit points. e.g., Buy ETH at $2000

<figure><img src="/files/cr2GKvtN9pJskRkZxQ8s" alt="" width="375"><figcaption></figcaption></figure>

Limit Orders on Alien Base are:

* **Irreversible**\
  Similar to a limit order on a centralized exchange, an order will not be undone should the market retrace.
* **Adjustable** \
  Easily edit without withdrawing funds. Adjust orders onchain, saving time and gas.
* **Zero Slippage** \
  The price you set is what you'll receive.
* **MEV - Sandwich Attack Resistant**

  Due to it's irreversible nature.


---

# 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.alienbase.xyz/trading-tools/limit-orders-and-automated-strategies/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.
