> For the complete documentation index, see [llms.txt](https://prodigyfi.gitbook.io/perps-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-stop-market-order.md).

# Placing a stop market order

A Stop Market Order will only activate once the index price reaches a designated Stop Price. At this point, a market order will be automatically executed to either buy or sell your specified amount. Stop market orders reduces the possibility of losses on your positions as they will automatically close them out when the price falls below (for long positions) or rises above (for short positions) the stop price.&#x20;

## Placing a stop market order

To place a stop market order:

1. Click **Stop Market** under the Stop dropdown menu.
2. Click **Buy** or **Sell**.
3. Type an Amount for the asset to define the total trade size.
4. Type the desired stop price; your order will trigger when the Index Price reaches this amount.
5. Review your order summary to confirm your selections.
6. Click **Place Order** to execute your order.

<figure><img src="/files/0bZOizgyHcDWtxlDNNAh" alt="" width="161"><figcaption></figcaption></figure>

### Advanced stop market order options

You can edit your Good Til Time under the Advanced section in the trade box.

Max slippage is 10% for BTC/ETH and 20% for all other markets.

*Note: Stop orders trigger based off the index price or the last trade price, whichever comes first*

You may have multiple stop orders open for a given position.


---

# 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://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-stop-market-order.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.
