# 🤖Set Stop Loss and Take Profit Orders

To turn on Limit Orders, simply toggle the On/Off button and options to set Stop Loss and Take Profit will appear.

![](/files/Ev4O7aVyl8LqRwxGrAuX)

📈**Take Profit** specifies the exact price at which to close out an open position for a profit. If the price of the token does not reach the limit price, the take-profit order does not get filled. Learn more [here](https://www.investopedia.com/terms/t/take-profitorder.asp).

📉**Stop Loss** specifies that a token is to be sold when it reaches a specified price known as the stop price. Learn more [here](https://www.investopedia.com/terms/s/stop-lossorder.asp).

{% hint style="info" %}
Both values on WOWswap are specified in percentages.
{% endhint %}

The key advantage of using Limit Orders is that, you don’t need to monitor your holdings daily. It also allows you to follow your strategy before you open a trade, therefore, minimizing the number 1 enemy of a professional trader — your own emotions.

## Functioning of Limit Orders

👉Limit orders are executed in a decentralized way by liquidation bots that track and close trading positions which satisfy limit order conditions. For example, if a trading position reached a target profit or stop loss percentage, any liquidation bot can call WOW smart-contract and close this position.

💵**Executing limit orders is free for users**, liquidation bot operators pay for gas and don’t get any extra rewards or compensating for closing these positions.


---

# 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.wowswap.io/howtoguide/set-stop-loss-and-take-profit-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.
