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