# Market vs Limit

Supercexy supports the two most common order types in crypto trading: **Market Orders** and **Limit Orders**. Understanding the difference helps you execute trades with more precision and control.

**Market Orders**

A **Market Order** executes immediately at the best available price.

* Ideal when you want **instant execution**.
* Useful during high volatility or when entering/exiting positions quickly.
* You may experience **slippage** if the market is moving fast or liquidity is thin.

Example:\
You click *Buy BTC* with a market order; the system fills your order instantly at the current market price.

**Limit Orders**

A **Limit Order** allows you to set the exact price at which you want to buy or sell.

* The trade only executes if the market reaches your chosen price.
* Gives you full **price control**.
* Not guaranteed to fill if the market never touches your limit price.
* You avoid slippage and can place orders ahead of time.

**Example:**\
BTC is trading at $100,000.\
You place a *Buy Limit Order* at $95,000; the order will execute only if the price drops to $95,000.


---

# 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://supercexy.gitbook.io/supercexy-docs/trading/market-vs-limit.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.
