# Limit Order

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 $1600&#x20;

<figure><img src="https://2154147289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fgv7qaob2jiuF6yZxRK9C%2Fuploads%2FTgQwshjv03zBOM4eDVx4%2FLimit%20Order.png?alt=media&#x26;token=a5622466-3174-4aa2-99d4-b3529b2635cf" alt=""><figcaption></figcaption></figure>

### Benefits of Carbon DeFi

* **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.

<figure><img src="https://2154147289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fgv7qaob2jiuF6yZxRK9C%2Fuploads%2FjrVfNLZmqDKI8PqSaq4q%2Fimage.png?alt=media&#x26;token=b1ec3c45-a0fa-403a-b277-11e097b603ac" alt=""><figcaption></figcaption></figure>

Existing DeFi projects have tried to incorporate limit orders into AMM models, but these efforts have generally fallen short of replicating true limit order system functionality and rely on external third parties, such as keepers and/or oracles.&#x20;

Carbon DeFi addresses this gap with its purpose-built product, designed specifically for genuine maker orders without relying on third parties. Carbon DeFi ensures onchain transparency in liquidity and settlement processes, marking a significant advancement in the capabilities of DeFi.

***

Further Reading: [True DEX Limit Orders: Carbon DeFi vs. Existing Solutions](https://medium.com/carbondefi/true-dex-limit-orders-carbon-vs-existing-solutions-58cd955098fd)


---

# 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://faq.carbondefi.xyz/strategy-types/limit-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.
