# Auto-Sell Profile not triggering

## 1. Unsupported Market

OdinBot’s Auto-Sell feature currently works only on the following markets, which are also the most commonly used for trading:

* LetsBonk
* Meteora Dynamic AMM
* Meteora Dynamic AMM V2
* Meteora Dynamic Bonding Curve (DBC)
* Pump.fun
* PumpSwap (Pump.fun AMM)
* Raydium Liquidity Pool V4 and Raydium CPMM
* Raydium LaunchLab

If the token you are trying to sell is not traded on one of these supported markets, OdinBot won’t execute your Auto-Sell profile.

How to confirm:

* Open [Dexscreener](https://dexscreener.com/) and search for the token by pasting its Token address.
* Check the search results. If only **one pool** is displayed, click on that pool.

<figure><img src="/files/FOdbOGcS6s8dAJRZMaMV" alt="" width="563"><figcaption></figcaption></figure>

* Once opened, click on the **pair button** located on the Dexscreener token page. This will redirect you to the token’s pair page on [Solscan](https://solscan.io/).

<figure><img src="/files/wTtfmLUSbmrjpVNJsseb" alt="" width="298"><figcaption></figcaption></figure>

* Verify the liquidity pool.

<figure><img src="/files/aVh3iNBWOTN3VSCyOBvj" alt="" width="563"><figcaption></figcaption></figure>

## 2. Insufficient Liquidity

OdinBot will not sell if there is less than 3 SOL in the liquidity pool to avoid accidentally selling tokens for nothing.&#x20;

* Example: The token was completely rugged and all liquidity was removed.&#x20;

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

How to confirm:

* Open [Dexscreener](https://dexscreener.com/) and search for the token by pasting its Token address.
* Once opened, click on the **pair button** located on the Dexscreener token page. This will redirect you to the token’s pair page on [Solscan](https://solscan.io/).
* Verify if the token has any liquidity left.

<figure><img src="/files/yker4WchCpVB4TiYwrUs" alt="" width="563"><figcaption></figcaption></figure>

## 3. Rapid Price Movements:

OdinBot requires the token’s price to remain within your Auto-Sell target range for about 1–3 seconds. This is roughly the amount of time it takes for a Solana transaction to be confirmed. If the price briefly spikes into your target range but immediately drops below it, the auto-sell won’t execute.

How to confirm:

* Navigate to Odin’s Trade Page, locate the token you purchased, click on it, and open the Dexscreener link.

<figure><img src="/files/NJIvLUrBd8OgMy7By0kY" alt="" width="160"><figcaption></figcaption></figure>

* Set the candles to 1s, click the "Makers" button, and add your wallet.

<figure><img src="/files/1RQG5MvFH2QGbo3XYFQp" alt=""><figcaption></figcaption></figure>

* Confirm if the price of the token remained within the targeted range for 1–3 seconds. If there was a sudden spike followed by a drop, Odin will not initiate the sell.

## 4. The Price Didn’t Hit Your Target:

OdinBot includes fees in PnL calculations, which can make Take Profit and Stop Loss targets higher than expected.

How to calculate the target price range:

* Navigate to Odin’s Trade Page, locate the token you purchased.
* Click the "View your transaction" button located on the far right.

<figure><img src="/files/4dfzT3v9chjACM1wVtY3" alt="" width="160"><figcaption></figcaption></figure>

* In Solscan, open the "SOL Balance Change" tab and check the total amount of SOL spent for the transaction.

{% content-ref url="/pages/WDC1MpbBK9llgXN1jsJE" %}
[How to Look at Your Fees](/tracking-academy/how-to-look-at-your-fees.md)
{% endcontent-ref %}

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

* After noting your total cost, open the "Token Balance Change" tab and check the total number of tokens received.

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

* Calculate the Price per token **(P)**:

<figure><img src="/files/iE0uhuevmbGP3xee0qAP" alt="" width="298"><figcaption></figcaption></figure>

Example: \
Price per token (P) = 0.129410851 SOL / 3,277,637.037856\
Price per token (P) ≈ 0.0000000395 SOL/token<br>

* To calculate a Take Profit **(TP)** target at a profit of for example 30%:

<figure><img src="/files/h8h3yKi5O3h77DH6qEcr" alt="" width="191"><figcaption></figcaption></figure>

<figure><img src="/files/y6ewdgKtbyErO3KdoBcn" alt="" width="137"><figcaption></figcaption></figure>

TP =  0.0000000395 SOL x 1.30

Take Profit targeted price ≈ 0.00000005135 SOL/token<br>

* To calculate a Stop Loss **(SL)** target at a loss of for example 30%:

<figure><img src="/files/GBXF3sRg2TdF5zerWdgd" alt="" width="178"><figcaption></figcaption></figure>

<figure><img src="/files/DHiyYp7UYXBmAyiEotO4" alt="" width="143"><figcaption></figcaption></figure>

SL = 0.0000000395 SOL x 0.70

Stop Loss targeted price  ≈ 0.00000002765 SOL/token<br>

* Find the token on Dexscreener, set the candles to 1s, and ensure the price is displayed in SOL instead of USD.

<figure><img src="/files/3czdjiQrOUDyrOv2xVFe" alt=""><figcaption><p>Example Token</p></figcaption></figure>

{% content-ref url="/pages/KSzIEauwQCi4vUcvk3tJ" %}
[7. Most common issues with OdinBot not mirroring](/faqs/7.-most-common-issues-with-odinbot-not-mirroring.md)
{% endcontent-ref %}


---

# 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.odinbot.io/faqs/7.-most-common-issues-with-odinbot-not-mirroring/auto-sell-profile-not-triggering.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.
