# Sell

{% hint style="info" %}
Spot sell provides all the tools and settings you need to sell a coin with one or multiple wallets, set limit orders, take profit, stop loss and perform any sell action according to your preferences.

***

The guide below refers to BSC. The same logic applies to all supported blockchains, although buttons and available features may vary.
{% endhint %}

{% embed url="<https://youtu.be/tvMXC-DksDs>" %}

***

{% hint style="info" %}
When you paste a contract address, **Bloom automatically identifies the corresponding blockchain** (e.g., a BSC contract loads the BNB menu, a ETH contract loads the ETH menu).

*While this detection is designed for accuracy, always verify that the selected blockchain and currency match your intended transaction before proceeding.*
{% endhint %}

{% hint style="danger" %}
**Important Note:**

Due to the nature of blacklisted contracts and tokens with variable tax mechanisms, and how easily certain parameters can be manipulated, we do not process refunds in cases where the token’s tax differs from expectations or issues arise related to blacklists.
{% endhint %}

### How to Sell

{% stepper %}
{% step %}
Enter the target token address (eg. `0x3F63cD8C3efaE35df54a17D7B777Ac5166C5f17B`) or click <kbd>↔️ Switch to Sell</kbd> from the buy menu.
{% endstep %}

{% step %}
Set the slippage percentage.
{% endstep %}

{% step %}
Select the percentage you’d like to sell. Choose a preset or enter a custom value.

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FE6c45qpSCRs4IFz2PbgX%2FScreenshot%202025-12-22%20alle%2019.17.18.png?alt=media&#x26;token=55a530a2-b886-4de0-ac6d-507b8e96d770" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="219.609375">Button</th><th>Action</th></tr></thead><tbody><tr><td>Switch to Buy</td><td>Switch to Buy menu.</td></tr><tr><td>Refresh</td><td>Refresh the menu.</td></tr><tr><td>Approve</td><td>Approve the wallet for selling.</td></tr><tr><td>Active Wallets</td><td>Choose the wallets you want to trade with.</td></tr><tr><td>1% (example)</td><td>Choose the preset % to sell.</td></tr><tr><td>5% (example)</td><td>Choose the preset % to sell.</td></tr><tr><td>10% (example)</td><td>Choose the preset % to sell.</td></tr><tr><td>X %</td><td>Choose a custom % amount to sell.</td></tr><tr><td>X BNB (example)</td><td>Choose a custom currency amount to sell.</td></tr><tr><td>Sell Gas</td><td>Set the transaction gas (Max Priority Fee) for selling.<br><br><em>Max Fee is automatically calculated using the formula: Base Fee + (Priority Fee × 2).</em></td></tr><tr><td>Slippage</td><td>Set the slippage percentage.</td></tr><tr><td>Sell Tip</td><td>Set the tip to increase transaction priority and help your trade execute faster.<br><br><strong>Ethereum:</strong> We suggest to set a minimum of 0.001 ETH.</td></tr><tr><td>MEV Protect</td><td>When MEV Protect is enabled, your transactions will be processed through BloXroute to prevent getting MEVed. If disabled, transactions will be routed through a custom public node: slightly faster, fully visible.<br><br><mark style="color:$danger;">Warning:</mark> Do not disable MEV Protect without a specific reason. The speed gain rarely compensates for the slippage loss on a sandwiched trade.</td></tr><tr><td>Currency</td><td>Set the desired currency to be used for buy and sell trades. The currency can be updated at any time. <em>E.g. you can buy using USDC and later set the native token as the sell currency.</em></td></tr><tr><td>Limit Orders</td><td>Set a sell limit order.</td></tr><tr><td>Generate PnL</td><td>Generate the PnL pic.</td></tr><tr><td>Hide Position</td><td>Hide the current position.</td></tr></tbody></table>
{% endstep %}
{% endstepper %}

***

### Multi-Wallet Sell

{% stepper %}
{% step %}
To sell with multiple wallets, you need to activate them first. Follow these steps:

1. Click <kbd>💰 Active Wallets</kbd>.
2. Activate or deactivate wallets based on your preferences.

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FfS7TwT9Crwc1FTDpdaBN%2FScreenshot%202026-01-19%20alle%2018.09.20.png?alt=media&#x26;token=c48e75d5-c414-4522-9407-88ee3197f26c" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Once done, click <kbd>⬅️ Back</kbd> to return to the sell menu.
{% endstep %}
{% endstepper %}


---

# 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.bloombot.app/evm/evm-bot/sell.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.
