# Dev Sell Config

MevX introduces the **Dev Sell Config** feature, allowing users more flexibility and control over token sales. This update helps users react to the dev's token selling activity, enabling you to set up your sell orders based on the actions of the dev or based on your own preferences.

## <mark style="color:blue;">**Dev Sell Options**</mark>

The **Dev Sell** option allows you to choose how you want to respond to the dev’s token selling actions. You can choose to sell when the dev sells all tokens, or when a certain percentage of tokens are sold. Below are the available options:

<table><thead><tr><th width="237">Dev Sell Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>All</strong></td><td>Trigger a sell when the dev sells all tokens.</td></tr><tr><td><strong>Percent</strong></td><td>Trigger a sell when the dev sells a percentage of their tokens. You can enter a custom percentage based on your preferences.</td></tr></tbody></table>

## <mark style="color:blue;">**User Sell Options**</mark>

The **User Sell** options provide you with flexibility in how much of your tokens you want to sell. You can choose to sell a fixed amount, or a percentage based on the dev's sell activity.

<table><thead><tr><th width="242">User Sell Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Sell Fixed</strong></td><td>Trigger a sell with a fixed amount of tokens that you set.</td></tr><tr><td><strong>Sell Exact</strong></td><td>Trigger a sell with exact the percentage of dev sell orders.</td></tr><tr><td><strong>Sell Percent</strong> </td><td>Trigger a sell with your token percentage.</td></tr></tbody></table>

With this **Dev Sell Config** feature, you have full control over when and how much to sell, giving you the flexibility to respond to market changes with ease.


---

# 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.mevx.io/docs/feature-ecosystem/buy-and-sell/sell/dev-sell-config.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.
