> For the complete documentation index, see [llms.txt](https://docs.wowswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wowswap.io/howtoguide/set-stop-loss-and-take-profit-orders.md).

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