# Selling Tokens

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

To initiate a sell, select the **Sell** button in the **Actions** column next to the wallet you want to sell from. This will open the **Sell Token** modal, where you can set the amount of tokens to sell and review your transaction.

**Note:** Selling requires two steps: approval of the token, followed by the actual sell transaction. To speed up the process, you can pre-approve all wallets using the **Approve All** button or increase the priority fee for quicker transaction confirmation.

{% hint style="success" %}
All sell transactions are sent privately, bypassing the public mempool to protect against MEV attacks and front-running.
{% endhint %}

### Sell Modal

The **Sell Token** modal provides a user-friendly interface for managing token sales with real-time data on balances and outputs.

<figure><img src="/files/8F9tEoSFBokGBtcKYE44" alt="" width="439"><figcaption></figcaption></figure>

**Key Features:**

* **Sell Amount**: Enter the amount of tokens you wish to sell. Alternatively, use the **25%**, **50%**, **75%**, or **Max** buttons to select a predefined percentage of your total token balance.
* **Estimated Output**: Displays the estimated amount of ETH you will receive for the selected token sale amount.
* **Price Impact**: Shows the price impact of your sale on the overall token price, allowing you to gauge the effect of your transaction on the market.
* **Transaction Cost**: The estimated cost of the transaction in USD (shown at the bottom right).
* **Refresh Button**: Fetch the latest token price to accurately estimate your token output.
* **Settings**: Adjust your slippage or gas for this transaction by clicking the settings icon.


---

# 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.bundlefren.com/v1/post-launch-management/selling-tokens.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.
