> For the complete documentation index, see [llms.txt](https://faq.carbondefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.carbondefi.xyz/strategy-types/limit-order.md).

# 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="/files/JybvfxiCsk2HrfLYnoAa" 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="/files/tEbQh4SZ3einaEw0BilS" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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