# Orders

On CyberDEX, all orders are by default processed as delayed off-chain orders. They function almost the same as the market orders, but incorporate a slight time delay. This approach yields the following benefits:

* The elimination of frontrunning risk
* Execution and fees are reduced

The time delay depends on the available market. In general, for ETHPERP & BTCPERP markets, the orders are executed after 1 second delay. The rest of the available markets are executed after a 2 second delay (e.g. SOL, OP, etc).&#x20;

That being said, while the model is similar to the “next price” order but with time delay, instead of executing the order by following the Chainlink price update, the system will allow the trader or a keeper to fill the order after the required amount of time has elapsed.

In the event that the order fails to execute within the set parameters, and within the given time frame, it will go stale. Once this occurs, traders will be able to cancel their order and place another. Only one delayed order is allowed per market.&#x20;


---

# 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://cyberdex.gitbook.io/exchange/using-cyberdex/trading/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.
