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

# Stop Orders

Toros offers automated trading similar to limit orders called stop orders.

A stop order triggers when the price hits a level, and then becomes a market order.

## Fees

As a stop order becomes a market order when triggered, the fees for stop orders are the same as you would buying or selling normally. There's no discount. See [Fees](/trading/fees.md) for trading fee details.

Since stop orders are automated, an additional small fee is taken out to pay for gas called a *keeper fee* to pay for the smart contract *keeper* that executes the order for you.

## Stop Sells

Currently Toros offers only stop sells on Arbitrum and Ethereum mainnet.

You can schedule a sell to happen in the future when the underlying asset's price goes above or below the level you choose.

If set to a lower limit price, the stop sell behaves like a stop loss. If set to a higher limit price, the stop sell becomes a profit take.


---

# 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://docs.toros.finance/trading/stop-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.
