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

# Take Profit & Stop Loss

Carbon offers instant execution for Stop Loss (SL) and Take Profit (TP) orders, ensuring traders can secure profits or limit losses without delays. Once triggered, the order is executed immediately at market price.

***

### <mark style="color:$info;">How SL & TP Work</mark>

1. **Price Hits Target**

* Take Profit (TP) → If the market price ≥ TP, the position closes instantly.
* Stop Loss (SL) → If the market price ≤ SL, the position closes instantly.

2. **Reliable Pricing Mechanism**

* Prices are sourced from Binance price feeds, Last Price, and Mark Price with fallback protections to prevent manipulation.
* Default Trigger: Uses Last Price (99% of the time).
* Volatility Protection: If Last Price deviates >0.25% from Mark Price, the system switches to Mark Price to prevent bad fills.

3. **Instant Execution at Market Price**

* SL/TP orders execute immediately once triggered—no delays, no waiting.
* Orders fill at market price, which may differ slightly from the trigger price due to market movement.

4. **Gasless Transactions**

* Carbon covers gas fees, making SL/TP execution free for users.

{% hint style="info" %}
Warning: As a front-end implemented solution, Carbon cannot guarantee that the close order is complete on the solver side, only that the close request is sent correctly to the solver. This dependency exists on the SYMMIO and solver side, with further development required to create a 100% robust system, including a multi-dimensional system with redundancies on both the Carbon and solver side.
{% endhint %}

<figure><img src="/files/0Y7e05C0fpl4pWd6uXwd" alt=""><figcaption></figcaption></figure>

**🚨 Important Note: Carbon ensures the order is executed instantly, but final execution depends on liquidity availability at the time of the trigger.**


---

# 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.carbon.inc/trading/take-profit-and-stop-loss.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.
