# Can I manually exit positions, and if so, can I scale out vs liquidating a position entirely?

With OdinBot, you have full control. &#x20;

You can either let OdinBot mirror fully autonomously with the wallet you are following, or you can manually sell the tokens on a case by case basis. Sell any amount between 0-100%.

To manually sell the tokens through the OdinBot app, go to the Holdings page and hit the arrows button next to the token you want to sell.

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

Alternatively, you can import your private key into wallets like Phantom or Solflare and manually trade from them.

{% 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://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>

<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>

{% embed url="<https://youtu.be/e45705k6pF8>" %}

{% content-ref url="/pages/aBX2gVO7Edp5vxhCJJpf" %}
[6. Frequently Asked Questions](/faqs/6.-frequently-asked-questions.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/6.-frequently-asked-questions/can-i-manually-exit-positions-and-if-so-can-i-scale-out-vs-liquidating-a-position-entirely.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.
