# Sell

Convert your SPL tokens back to SOL instantly through GRODT Trading Bot. This guide explains how to sell tokens on Solana quickly and efficiently.

## 🚀 **Step-by-Step Guide**

### **Step 1: Start the Sale Process**

**What you do:**

* Tap the "Sell" button in the main menu, or
* Send the command `/sell`

**What the bot responds:**

* Shows your token holdings and prompts: "Select a token to sell"

***

### **Step 2: Choose Your Token to Sell**

**What you do:**

* Select from tokens in your wallet (e.g., BONK, USDC, RAY)
* Tap on the token you want to sell

**What the bot shows:**

* Sell panel with token information and these options:
  * **Navigation:** `← Back` and `🔄 Refresh` buttons
  * **Speed Settings:** `✅ W1` toggle and `⚙️ Settings`
  * **Trading Mode:** `✅ Swap` (instant) or `Limit` (conditional)
  * **Amount Options:** `50%`, `100%`, `X %` 🖊️ (custom percentage)
  * **Slippage:** `✅ 15% Slippage` (default) or `X Slippage` 🖊️ (custom)
  * **Action Button:** `SELL`
  * **Trade Preview:** Shows token amount, estimated SOL received, and fees

***

### **Step 3: Set Your Sale Amount**

**What you do:**

1. Choose from preset percentages (`50%`, `100%`) OR
2. Tap `X %` to enter a custom percentage or SOL value
3. If using custom: enter your desired amount (e.g., `25%` or `0.5 SOL`)
4. Adjust slippage if needed (15% works for most tokens)

**What the bot shows:**

* "Enter % to sell, or SOL value to sell (e.g., 50% or 0.5 SOL)"
* Minimum value: equivalent to 0.01 SOL
* Updated panel with your selections marked with ✅

***

### **Step 4: Review and Execute**

**What you do:**

* Review the trade details (amount, estimated SOL, fees)
* Tap the `SELL` button

**What the bot shows:**

* **Trade confirmation screen** with:
  * Token header (e.g., "Sell $BONK") with token link
  * Current balance, price, liquidity (LIQ), market cap (MC)
  * Security info (Renounced status, etc.)
  * **Trade preview:** Exact amounts (e.g., `2,685 BONK ($0.05) ⇄ 0.0002 SOL ($0.05)`)
  * **Price impact:** How your trade affects the token price (e.g., `0.00%`)
  * **Final confirmation:** `✅ Sell Success!` with Solscan link
  * **Next actions:** `← Back`, `View Tokens`

***

### **Step 5: Transaction Complete**

**What happens automatically:**

* Bot executes the swap on Solana blockchain through DEX aggregators
* Your tokens are converted to SOL
* Transaction is confirmed on-chain
* You receive confirmation with transaction hash
* Solscan link provided for verification

**Your next options:**

* `View Tokens` - Check your updated portfolio and SOL balance
* `← Back` - Return to main trading menu

***

## 💡 **Complete Example: Selling BONK Tokens**

**🗣️ You:** `/sell`

**🤖 Bot:**

```
📱 Your Tokens
Select a token to sell:

🐕 BONK: 2,887,500 BONK ($115.50)
💎 RAY: 50 RAY ($87.25)
💰 SOL: 1.995 SOL ($460.77)

[🔄 Refresh] [← Back]
```

**🗣️ You:** Tap `🐕 BONK`

**🤖 Bot:**

```
🐕 Sell $BONK - $0.000020
Balance: 2,887,500 BONK | Price: $0.000020 | LIQ: $2.3M | MC: $1.5B
✅ Mint Authority Renounced

💰 Sell Amount:
[50%] [100%] [X % 🖊️]

⚡ Slippage: [✅ 15%] [X Slippage 🖊️]
Mode: [✅ Swap] [Limit] | Speed: [✅ W1] [⚙️ Settings]

📊 Preview:
Tokens: 2,887,500 BONK ($115.50)
You'll receive: ~0.495 SOL ($114.43)
Network fee: ~0.005 SOL
Total: ~0.495 SOL

[SELL] [← Back] [🔄 Refresh]
```

**🗣️ You:** Tap `X %` → Enter `25%` → Tap `SELL`

**🤖 Bot:**

```
📊 Sell $BONK
Balance: 2,887,500 BONK | Price: $0.000020 | LIQ: $2.3M | MC: $1.5B
✅ Mint Authority Renounced

💱 Trade Preview:
721,875 BONK ($28.88) ⇄ 0.124 SOL ($28.69)

Price Impact: 0.03%
Slippage Tolerance: 15%
Estimated Network Fee: ~0.005 SOL
Total You'll Receive: ~0.119 SOL

✅ Sell Success! 🔗 View on Solscan

[← Back] [View Tokens]
```

**🗣️ You:** Tap `View Tokens`

**🤖 Bot:**

```
📱 Your Portfolio

💰 SOL: 2.114 SOL ($489.46)
🐕 BONK: 2,165,625 BONK ($86.63)
💎 RAY: 50 RAY ($87.25)

[Refresh] [Buy] [Sell] [← Back]
```

***

#### **Advanced Sell Options** <a href="#advanced-sell-options" id="advanced-sell-options"></a>

**Custom Slippage**

* Set your preferred slippage tolerance
* Default: 15% (1% recommended for most trades)
* Higher slippage may be needed for low liquidity tokens

**Priority Gas**

* Increase transaction speed during congestion
* Enable in settings for faster execution

***

#### **Trading Tips** <a href="#trading-tips" id="trading-tips"></a>

* **Partial Sells**: Consider selling in portions during volatility
* **Tax Tracking**: Save transaction links for your records

***

#### **FAQ** <a href="#faq" id="faq"></a>

❓ **What's the minimum sell amount?** → Value equivalent to 0.01 SOL

❓ **How are fees calculated?** → 1% trading fee (0.1% to prize pool, 0.9% to GRODT) + Solana network fee

❓ **Can I sell to USDC instead of SOL?** → Currently all sells convert to SOL. Use `/buy USDC` with your SOL afterwards.


---

# 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://grodt-bot.gitbook.io/grodt-trading-bot/telegram-bot-user-guide/trading/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.
