# Order Creation

### Market Orders&#x20;

<figure><img src="/files/zcItZJr6UAVjV7rieKPW" alt="" width="375"><figcaption></figcaption></figure>

The **Market Order** panel allows instant buy or sell execution at the best available price. Users can select the order side, choose their token balance, and specify the trade size either in exact units or as a percentage of holdings. Built-in Take Profit and Stop Loss fields enable automated exit levels by price or percentage, and presets let traders save and recall preferred configurations. Gas and slippage controls are included for execution speed and price tolerance.

***

### Limit Orders

<figure><img src="/files/ncNvnkIQnii53iCYqjCB" alt="" width="375"><figcaption></figcaption></figure>

The **Limit Order** panel adds precision by letting traders set a specific target price for order execution. Alongside the trade size controls, it displays the implied market cap at the target, a percentage-based adjustment slider, and “Time in Force” options such as GTC (Good Till Cancelled). Conviction limit buying is supported, allowing price targets based on market cap expectations. As with market orders, Take Profit/Stop Loss, preset configurations, and slippage settings are available for refined control.

***


---

# 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.tradegenius.com/spot-markets/order-creation.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.
