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