> For the complete documentation index, see [llms.txt](https://illuminates-company.gitbook.io/eontribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illuminates-company.gitbook.io/eontribe/ecosystem/cryptoexchange/cex/market-and-limit-orders.md).

# Market and limit orders

CEX Eontribe provides users with access to various trading options, including market and limit orders. Market orders allow users to buy or sell cryptocurrency at the current market price, while limit orders allow users to set a specific price at which they want to buy or sell their cryptocurrency. Such flexibility in trading options is one of the key advantages of using the platform.

Market orders are usually executed immediately at the best available price. This is a great option for users who want to quickly buy or sell cryptocurrency and do not want to wait for a specific price. Limit orders, on the other hand, are used to establish a specific price at which the user wants to buy or sell their cryptocurrency. This is a great option for users who want to buy or sell at a specific price and are willing to wait until the market reaches that price.

In addition to market and limit orders, CEX Eontribe also provides access to advanced trading options such as stop-loss orders, which allow users to automatically sell their cryptocurrency if the market drops below a certain price, and take-profit orders, which allow users to automatically sell their cryptocurrency if the market rises above a certain price. This allows users to manage their risks and maximize profits.

CEX Eontribe also provides users with a variety of trading pairs, including popular cryptocurrencies such as Bitcoin, Ethereum, and Litecoin, as well as stablecoins such as USDT and USDC. Users can trade a wide range of cryptocurrencies and take advantage of different market conditions.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://illuminates-company.gitbook.io/eontribe/ecosystem/cryptoexchange/cex/market-and-limit-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
