# Dev Sell

{% hint style="info" %}
Dev Sell sets the default parameters applied every time you enable automatic dev sell on a token. When Dev Sell is active, Bloom watches the token's deployer wallet and fires a sell the moment the deployer sells their tokens. One-click protection against the most common rug pattern.

Available on **Solana** and **EVM** (ETH, BSC, Base). Each chain has its own configuration. Switch via the chain selector in the Manager's top-right corner.

Configure at [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings) > Scrapers tab.
{% endhint %}

***

### How It Works

Once Dev Sell is enabled on a token from the Trade Panel, the Extension monitors the wallet that deployed the token (the creator's wallet). As soon as that wallet sells any amount of its tokens, Bloom fires a matching sell on your position using the parameters configured here.

You can also pair Dev Sell with a pre-position buy: when the Buy Amount is set, the Extension fires an immediate buy using that amount, then watches the deployer and sells if they do.

Trigger Dev Sell on a token by clicking the <kbd>Dev Sell</kbd> button in the Trade Panel (if "Add Dev Sell button to Panel" is enabled) or by using the keyboard shortcut <kbd>Space+C</kbd>.

***

### Solana Dev Sell

| Field                             | Description                                                                                                                     |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Automatically sell when dev sells | Enable to fire a sell the moment the deployer sells any amount of their tokens. Overrides any profit/loss trigger while active. |
| Add Dev Sell button to Panel      | Adds a Dev Sell shortcut to the Trade Panel for one-click activation on the token page.                                         |
| Trigger When Dev Sells All        | Only fire the sell when the deployer sells 100% of their holdings. Ignores partial deployer sells.                              |
| Buy Amount                        | SOL amount to buy when Dev Sell is triggered with a buy component.                                                              |
| Sell Amount                       | Percentage of your position to sell when the deployer sells.                                                                    |
| Buy Slippage                      | Maximum price difference allowed on the buy.                                                                                    |
| Sell Slippage                     | Maximum price difference allowed on the sell.                                                                                   |
| Buy Priority Fee                  | Priority fee for the buy transaction.                                                                                           |
| Sell Priority Fee                 | Priority fee for the sell transaction.                                                                                          |
| Buy Tip                           | Jito tip to prioritize the buy.                                                                                                 |
| Sell Tip                          | Jito tip to prioritize the sell.                                                                                                |

***

### EVM Dev Sell

EVM Dev Sell adds a chain selector and uses GWEI-based fees. Configure separately per chain.

{% embed url="<https://www.youtube.com/watch?t=74s&v=wu2_MOtsbQU>" %}

| Field                                    | Description                                                                          |
| ---------------------------------------- | ------------------------------------------------------------------------------------ |
| Configure Dev Sell For Chain             | Chain this Dev Sell preset applies to: ETH, BSC, Base.                               |
| Sell when dev sells                      | Enable to fire a sell the moment the deployer sells. Overrides profit/loss triggers. |
| Add Dev Sell quick order button to Panel | Adds a Dev Sell shortcut to the Trade Panel.                                         |
| Buy Amount                               | Native-currency amount to buy when Dev Sell is triggered with a buy component.       |
| Buy Slippage                             | Maximum price difference allowed on the buy.                                         |
| Buy Fee                                  | Priority fee for the buy transaction, in GWEI.                                       |
| Sell Amount                              | Percentage of your position to sell when the deployer sells.                         |
| Sell Slippage                            | Maximum price difference allowed on the sell.                                        |
| Sell Fee                                 | Priority fee for the sell transaction, in GWEI.                                      |


---

# 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/extension/settings/dev-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.
