# Exit Strategy

{% embed url="<https://www.youtube.com/watch?v=hjsSDIsAPX8>" %}

<figure><img src="/files/NbI4Diltwo7eD2YymUfA" alt=""><figcaption></figcaption></figure>

### Stop Loss

* Loss %: Set the % loss from entry that you want to automatically sell at
* Sell Amount %: Set the % of your holdings you want to sell at this level
* Add Stop Loss: You can add as many stop loss levels as you would like

***

### Take Profit

* Profit %: Set the % profit from entry that you want to automatically sell at
* Sell Amount %: Set the % of your holdings you want to sell at this level
* Add Take Profit: You can add as many take profit levels as you would like

***

### PnL Ladder

This allows you to scale out automatically through profit ranges.

Define multiple **ranges** (e.g., 1 %–200 %, 200 %–500 %) and set:

* **Ladder Interval %** — How often to take profit (e.g., every 1 %).
* **Sell Amount %** — Portion of your holdings sold at each interval.

If price rapidly moves through several ladder levels, Leap combines them into one **cumulative sell transaction**.

> Example: If PnL jumps from 1 % → 50 %, the bot sends a single TX selling 50 × your set amount.\
> Ideal for gradually locking in profit during volatile runs.

***

<figure><img src="/files/I7nawHwas1Z63OT799W4" alt=""><figcaption></figcaption></figure>

### Unlimited Drop Mode

* This works by increasing the floor (SL) as the coin goes up in value.
* For each level you that your set profit target is hit, the corresponding floor level will activate.

> **Example**\
> E.G. In this example, if the coin reaches 100% profit and then goes down to 50% profit before reaching 200% profit it would sell 100% of the holdings.\
> If it reaches 200% profit though it would then set the stop loss to 120% profit.

This enables you to maximise the potential upside of a coin.\
I run this along side a stop loss.

**Fields**

* Profit Target %: The percentage profit from entry to activate that level
* Sell Amount %: The percentage of your holdings to sell at that level if the floor is touched
* Floor %: The new stop loss level

***

<figure><img src="/files/qCGIbbv3GZyHGWn6wgD4" alt=""><figcaption></figcaption></figure>

### Sell On Migrate

* Sell On Migrate: Set the % of your holdings you want to auto-sell when the coin migrates

### Sell After Time

* Sell all your holdings after the specific time yout set in seconds no matter then PNL.

### Sell On Curve

* Set the % progression of the bonding curve to sell your full holdings

***

<figure><img src="/files/s6Ya10zjjex0IikbgsH9" alt=""><figcaption></figcaption></figure>

### Use Trailing sell

* Use Trailing sell: Tick to use this mode.

**Offset %:**\
Set the PNL % that you want to restart all trailing stop loss levels

**Threshold**\
Set the % that you want to have as your sl from the highest point its got to

**Sell Amount:**\
The amount of your holdings as a % you want to see at each level.

> **Example**\
> E.G. If you set 20% and the coin was at 35% profit sl would be at 15% Profit\
> Then if it went to 40% profit the stop loss would be 20%

#### Dynamic Trailing Levels

You can now define multiple trailing offsets (e.g., 5 %, 10 %, 15 %).\
As price rises, these levels automatically adjust upward.\
If the market reverses and crosses one of them, the corresponding sell triggers.

> This feature gives more granular control than a single trailing stop.

***

<figure><img src="/files/CnqAyLyWISSC91dglmpd" alt=""><figcaption></figcaption></figure>

### Dev Sell Options

Protect yourself from developer dumps by auto‑selling if the developer offloads a large portion of their tokens.

**Fields**

* **% of Dev Sold**: The minimum percentage of the developer’s holdings sold that will trigger your exit.
* **Sell % of Holdings**: The percentage of your position to sell when the trigger fires.

> **Example**\
> If **% of Dev Sold = 5** and **Sell % of Holdings = 50**, when the developer sells more than **5%** of their holdings, you automatically sell **50%** of your tokens.

***

<figure><img src="/files/17taHBa73W9ob9mBRwXW" alt=""><figcaption></figcaption></figure>

**Min Profit Timer:**\
This will auto sell your position once it has been in profit continuously for the amount of seconds inserted here.

**Negative Pnl Timer:**\
This will auto sell your position once it has been in a loss continuously for the amount of seconds inserted here.

### Sell if No Movement

* Sell if No Movement: This will automatically sell if the coin doesn't move out side of your set % range during the set time.

**Fields**

* No Movement timer: Set the amount of seconds you want to monitor for movement
* No Move %: Set the % movement that will trigger this not to sell
* No Move Sell: Set the % of your holdings you want to sell if it doesn't reach your target


---

# 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.leap-blockchain.com/leap-trading-sol-bot/leap-trading-bot-setup/exit-strategy.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.
