# 4.3 Auto-Sell Profiles

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

To use the Auto-Sell function properly, you must first create an Auto-Sell profile.

### Creating Auto-Sell Profiles:

* Head over to the the Auto-Sell Profiles Tab and hit "**+ Add Profile**" button:

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

* Once you have created a profile, you can adjust its name:

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

* After choosing a name for your Auto-Sell profile, click the "**Expand**" option on the far-right side:

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

### Creating Rules:

* For the Auto-Sell profile to function properly, at least one rule must be added:

<figure><img src="/files/3MzM1Fh66lzKsRIOl1UN" alt=""><figcaption></figcaption></figure>

### Take Profit:

* Adjust the Take Profit rule according to your needs:

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

* If you wish to add more than one rule, click the "**+ Add Rule**" button after creating your first rule:

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

#### Examples of Take Profit rule:

At **+19% sell 20%** of Total Holding of the Token.

At **+32.1% sell 45%** of Total Holding of the Token.

At **+50% sell 35%** of Total Holding of the Token.

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

At **+50% sell 90%** of Total Holding of the Token.

At **+120% sell 10%** of Total Holding of the Token.

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

{% hint style="warning" %}
The total percentage of the Take Profit must not exceed the 100% threshold.
{% endhint %}

### Stop Loss:

* Set up a Stop Loss function to sell portions of your Token holdings if the price declines:

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

* To add more than one rule, click the "**+ Add Rule**" button after creating the first rule:

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

#### Examples of Stop Loss rule:

At -**50% sell 100%** of Total Holding of the Token.

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

At -**35% sell 60%** of Total Holding of the Token.

At **-70% sell 30%** of Total Holding of the Token.

At **-90% sell 10%** of Total Holding of the Token.

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

{% hint style="warning" %}
The total percentage of the Stop Loss must not exceed the 100% threshold.
{% endhint %}

### Combine Take Profit and Stop Loss rules:

* To include both Take Profit and Stop Loss rules under one profile, simply click the "**+ Add Rule**" button after creating your first rule, and add the desired function:

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

After creating your desired profiles, navigate to the Controls tab. Under the Auto-Sell Profile section, select the profile you created and wish to use.

{% content-ref url="/pages/wavXsc4GVnmriYU7n1sI" %}
[4. OdinBot's Controls](/setup-and-initialization/4.-odinbots-controls.md)
{% endcontent-ref %}

### Setting Auto-Sell orders on individual Tokens:

* After Odin mirrors a trade, you have the option to set Auto-Sell orders on the Token itself.
* Navigate to the Holdings page and click the "View Active Orders" button on the token for which you want to enable the Auto-Sell function.

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

* Define your Take Profit and/or Stop Loss.
* The same principles apply as when you are creating Auto-Sell Profiles.

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

* If you wish, you can configure multiple Take Profit and Stop Loss levels.

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

{% hint style="info" %}
Trades **under 1 SOL** use **Standard** speed tier; trades **over 1 SOL** use **Turbo**.
{% endhint %}

{% 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/setup-and-initialization/4.-odinbots-controls/4.3-auto-sell-profiles.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.
