> For the complete documentation index, see [llms.txt](https://docs.deltadefi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltadefi.io/about/learn/trade/order-types.md).

# Order Types

{% hint style="success" %}
**DeltaDeFi Protocol Supports All Possible Order Types**
{% endhint %}

DeltaDeFi can empower all order types existing in traditional finance. However, at the initial stage, we will only support limit orders and market orders.

### Limit Order

Limit orders will always execute with the limit price specified as the order maker, except in case of price crossing at the moment of order placing, where your order will be filled with a better price as an order taker.

### Market Order

Our implementation of market order is implicitly an "enhanced market order", which you can configure the maximum slippage. If there is insufficient market depth to fill all the instructed quantity within the maximum slippage, the remaining order size will be created as limit order at the market price when the order is submitted.

### Other Order Types

With current architecture, DeltaDeFi can be upgraded to support more order types. Please provide direct feedback to the team if you think any additional order type could benefit you or other potential users!


---

# 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://docs.deltadefi.io/about/learn/trade/order-types.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.
