# Standard Order

A market order is executed at the current market price as quickly as possible when a user places the order. Since Polynomial Trade is built on top of Synthetix perps, it [Delayed off-chain orders](https://docs.trade.polynomial.fi/trade/perp/orders) by default.

The order will be placed directly after the trader places it, and a keeper bot will execute it.

<figure><img src="https://content.gitbook.com/content/jcfC628fab27Mq32zRqN/blobs/fM1GgPR2o0nd1GFojYm5/Screenshot%202023-03-20%20at%206.00.23%20AM.png" alt=""><figcaption></figcaption></figure>


---

# 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.trade.polynomial.fi/trade/standard-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.
