> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickscope.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Trading in Telegram

> Execute trades directly in Telegram chats

Trade any Solana token without leaving Telegram. The Quickscope bot lets you buy and sell directly from chat.

## Quick Start

1. Scan a token: `/scan [contract address]`
2. Use the buy/sell buttons that appear
3. Trade executes using your connected wallet

That's it. No switching apps, no copy-pasting addresses.

## Buy Buttons

After scanning a token, you'll see preset buy buttons:

The default buy presets are 0.1, 0.25, 0.5, 1, 2.5, and 5 SOL. Tap any button to buy that amount instantly.

### Customizing Buy Amounts

Set your own preset amounts:

```
/buybtn1 0.25
/buybtn2 0.5
/buybtn3 1
/buybtn4 2
/buybtn5 5
/buybtn6 10
```

### Quick Buy Default

Set the amount for one-tap buying:

```
/quickbuy 0.5
```

This is used when you tap "Quick Buy" from any token mention or scan.

## Sell Buttons

Sell buttons appear when you have a position:

The default sell presets are 1%, 5%, 10%, 25%, 50%, and 100%. Tap any button to sell that percentage of your holdings.

### Customizing Sell Percentages

```
/sellbtn1 10
/sellbtn2 25
/sellbtn3 50
/sellbtn4 75
/sellbtn5 100
/sellbtn6 100
```

### Quick Sell Default

```
/quicksell 50
```

## Trade Commands

For power users who prefer typing:

| Command                   | Description         | Example            |
| ------------------------- | ------------------- | ------------------ |
| `/qtb [address] [amount]` | Buy with SOL amount | `/qtb 7GCi... 0.5` |
| `/qts [address] [%]`      | Sell percentage     | `/qts 7GCi... 50`  |
| `/qtq [address]`          | Get price quote     | `/qtq 7GCi...`     |
| `/qtj [address] [amount]` | Jupiter swap        | `/qtj 7GCi... 1`   |

## Trade Settings

### Slippage

Set your default slippage tolerance:

```
/defaultslippage 5
```

Higher slippage = more likely to fill, but worse price possible.

### One-Click Trading

Skip confirmation prompts:

```
/oneclicktrade on
```

<Warning>
  One-click trading executes immediately. Make sure you trust your button configuration.
</Warning>

### Show Receipts

Toggle trade confirmation messages:

```
/showreceipts on
```

## DM vs Group Trading

| Context   | How it works                                           |
| --------- | ------------------------------------------------------ |
| **DM**    | Full trade interface, private receipts, all options    |
| **Group** | Scan first, then trade buttons appear, public activity |

<Tip>
  For privacy, trade in DMs. For social proof, trade in groups where others can see your activity.
</Tip>

## Viewing Positions

Check what you're holding:

```
/positions
/qtp
/mwp          Multi-wallet positions
```

Shows all tokens with amount held, current value, and PnL since entry.

### Hiding Tokens

Clean up your positions list by hiding tokens you don't want to see:

```
/hide [address]     Hide a token from positions
/unhide [address]   Restore a hidden token
/hidden             List all hidden tokens
```

## Checking Balances

```
/qmw
```

Shows your wallet overview including SOL balance and total portfolio value.

## Trade Flow Example

1. Someone posts a CA in your group
2. You paste it or type `/scan [CA]`
3. Token info appears with buttons
4. You tap "0.5 SOL" to buy
5. Trade executes, receipt shows in chat
6. Later, you check `/positions`
7. You tap "50%" to take profit
8. Done–all in Telegram

## Related

* [Telegram Overview](/telegram/overview) – Getting started with the bot
* [Commands Reference](/telegram/commands) – All available commands
* [Trading Settings](/trading/trading-settings) – Configure presets on web
* [Rewards](/rewards/overview) – Earn from your trades
