> For the complete documentation index, see [llms.txt](https://docs.linora.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linora.finance/trade/stop-orders.md).

# Stop Orders

**There are 2 types of Stop Orders: Stop Limit Order, and Stop Market Order.**

**Stop Limit Order**

Stop Limit Order executes a Limit Order at a specific price after the instrument’s Mark Price crosses the Trigger Price. Traders use it to have greater control over the execution price, particularly in volatile markets. They might employ this order to limit losses or protect profits without the risk of slippage associated with stop-loss orders.

However, in fast moving markets, the market may gap over the limit price, which results in the stop being triggered but potentially leaving the limit order unexecuted if the asset’s price doesn’t return to the limit price.

**Stop Market Order**

A Stop Market Order is designed to sell or buy a security when it reaches a specific price, known as the Trigger Price. Once the instrument’s Mark Price crosses the Trigger Price, a Market Order would be executed. Traders use this to limit losses or to enter the market at a breakout point.

However, in volatile markets, the execution price can differ significantly from the stop price due to rapid price changes, especially if the market gaps past the stop price, it would execute at the next available price, causing slippages.


---

# 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:

```
GET https://docs.linora.finance/trade/stop-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.
