# Stop Loss Orders

LFJ allows you to protect your downside with **onchain Stop Loss Orders**. Whether you're managing risk on a volatile token or locking in gains before a pullback, stop loss orders can help automate your exit strategy.&#x20;

{% hint style="info" %}
Access the terminal page for a token by searching it in the search bar, clicking on a token from the homepage screener, or clicking on a token in your watchlist.\
\
From here, you will then be able to create your Stop Loss orders.
{% endhint %}

***

## How Stop Loss Orders Work

Stop Market Orders let you exit a position as soon as the price drops below a specific trigger price. To create this order, you’ll simply set the amount of tokens to sell and the stop price.

If the market hits your trigger price, LFJ’s Aggregator will immediately execute a **market sell** using the best available onchain liquidity at that exact moment.

{% hint style="success" %}
**Use Stop Market When:** You want to get out of a position *fast* if price breaks below a critical level.
{% endhint %}

{% hint style="warning" %}
Stop Market orders are subject to price wicks. If there's a sudden drop in a token price due to high price impact trade onchain, you might sell near the bottom of a red candle just before a quick recovery,&#x20;
{% endhint %}

***

## Fees on TWAP Orders

LFJ charges a **1% platform fee**, applied when the trade is executed. This fee is deducted from the output tokens you receive upon sale.

***

## Example Scenario

**Stop Market Example**

* A user holds 1000 $TOKEN and sets a Stop Market order with a stop price of $0.90.
* When price dips below $0.90, LFJ triggers a sell at the best available onchain rate.
* User recieves stablecoins/native asset&#x20;


---

# 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.lfj.gg/trading-platform/advanced-orders/stop-loss-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.
