# Sell

Selling tokens with **Leap** is designed to be **quick**, **straightforward**, and **secure**. Whether you're looking to **cash out entirely** or **sell a specific percentage** of your holdings, the bot makes it easy to execute your trades efficiently.

## :gear: Configure Your Settings

Before initiating a sell order, head to the [settings](/leap-telegram-bot/leap-telegram-setup/fees.md) page to set up:

* **Priority fees:** Control how quickly your sell orders are processed.
* **Slippage:** Adjust to avoid failed transactions due to price shifts.
* **Quick Sell Amounts:** Predefine your preferred sell percentages for faster execution.

Proper setup ensures smooth and reliable trades without unexpected errors.

{% hint style="success" %}
Activate **BloXsroute** to maximize transaction speed.
{% endhint %}

***

## :inbox\_tray: **Sell Process**

To initiate a sell order:

* Click on **"Sell"** in the bot menu.
* You’ll see an **overview of the tokens** you currently hold in your wallet.

Select the **token you want to sell** to proceed.

`picture here`

***

## :arrows\_counterclockwise: Sell Mode

After choosing your token, select one of the following modes:

* **Swap:** A standard one-time sell.
* **Limit Order:** Pre-set your sell price. ([Learn more](/leap-telegram-bot/leap-telegram-setup/limit-orders.md))
* **DCA:** Gradual selling over time. ([Learn more](/leap-telegram-bot/leap-telegram-setup/dca-dollar-cost-averaging.md))

Each mode offers flexibility based on your strategy and goals.

`picture here`

***

## :bar\_chart: Select Sell Amount

You’ll have two options:

* **Quick Sell Amounts:** Choose from pre-set amounts configured in your settings.
* **Custom Amount:** Click **"X %"** to enter a custom sell amount.

Once your amount is selected, confirm the trade by pressing **Place Order**.

{% hint style="warning" %}
Make sure your **slippage** and **priority fees** are set correctly on the **settings page** to ensure smooth sell transactions.
{% endhint %}

`picture here`

***

## :white\_check\_mark: Confirmation

After a successful sale, the bot will provide a **confirmation message**. You can then:

* View your transaction details.
* Monitor remaining holdings in your wallet.

Your funds will be updated, and you can always **refresh your wallet balance** from the main menu or wallet section.

`picture here`


---

# 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.leap-blockchain.com/leap-telegram-bot/leap-telegram-setup/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.
