# Unable to sell the Token from the Holdings page - Could not find any route

## 1. Token has no liquidity:

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/).

<figure><img src="/files/y8QOwaIJpKZGcEOLPVPO" alt="" width="303"><figcaption></figcaption></figure>

* Verify if the token has no liquidity.

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

* If the Token has no liquidity, you can decide to burn it or keep it in your wallet.

{% hint style="danger" %}
Burning a Token means permanently destroying your portion of the total supply.
{% endhint %}

{% embed url="<https://solana.com/developers/courses/tokens-and-nfts/token-program-advanced#burn-tokens>" %}

## 2. Token has liquidity:

How to confirm:

* Open [Dexscreener](https://dexscreener.com/) and search for the token by pasting its Token address.
* Confirm on which platform the token is being traded.

<figure><img src="/files/FTkOZMDheV2e6mhQl55P" 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/HYsZ5R7BrKP7hP3pmjpc" alt="" width="300"><figcaption></figcaption></figure>

* Verify the liquidity pool and the token's available liquidity.

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

* After verifying that the token has liquidity, import Odin's private key into a Solana wallet of your choice and proceed to sell the token.

{% content-ref url="/pages/IhcF2vLGuMk6o1TVkqnz" %}
[How can I export my Private Key?](/faqs/6.-frequently-asked-questions/how-can-i-export-my-private-key.md)
{% endcontent-ref %}

<details>

<summary>How to manually sell on the <a href="https://raydium.io/swap/">Raydium</a> platform:</summary>

* Once you have imported Odin’s private key into your Solana wallet, open Raydium platform.
* Click on the "Connect Wallet" button.

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

* From the options pop-up, choose the wallet where you imported Odin's private key.

<figure><img src="/files/9c3z5Xh7y09KAKFWvIy8" alt=""><figcaption></figcaption></figure>

* After connecting your wallet to the Raydium platform, open the "Trades" tab in OdinBot and find the token you wish to sell.
* Click on the token, then click the "Copy token mint address" button.
* Navigate back to the Raydium platform and paste the copied token mint address into the search bar.

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

* Proceed to sell the token.

</details>

<details>

<summary>How to manually sell on the <a href="https://dexscreener.com/solana">Dexscreener</a> platform:</summary>

* Once you have imported Odin’s private key into your Solana wallet, open Dexscreener.
* Click on the "Sign-in" button.

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

* When the pop-up appears, choose the option "Connect Wallet".

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

* From the options pop-up, choose the wallet where you imported Odin's private key.

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

* After connecting your wallet to Dexscreener, open the "Trades" tab in OdinBot and find the token you wish to sell.
* Click on the token, then click the "View in Dexscreener" button.

<figure><img src="/files/LSZRXJ0muoTX6tfCFRCx" alt="" width="152"><figcaption></figcaption></figure>

* Proceed to sell the token.

<figure><img src="/files/b5NITNQ7lFHzbQEsBhCb" alt="" width="290"><figcaption></figcaption></figure>

</details>

{% 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/unable-to-sell-the-token-from-the-holdings-page-could-not-find-any-route.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.
