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

# quick start

> start trading in 2 minutes

get up and running in three steps.

## 1. start the bot

open telegram and search for `@DemonModeBot` or click launch bot.

send `/start` to begin.

## 2. create your wallet

from the main menu, tap **wallets** then **create wallet**.

the bot generates a new solana wallet. your address is displayed and ready to use.

<Warning>
  never share your private key publicly. the bot only asks for it when importing an existing wallet.
</Warning>

## 3. fund your wallet

copy your wallet address and send sol from any exchange or wallet.

balance updates automatically.

## your first trade

**quick command:**

```
/buy <token_address> <sol_amount>
```

example: `/buy ABC123...pump 0.1`

**or via menu:**

1. paste any solana token contract address into the chat
2. review the token info
3. select buy amount
4. confirm

## quick commands

| command | usage                | example                    |
| ------- | -------------------- | -------------------------- |
| /launch | start token launcher | `/launch`                  |
| /swarm  | multi-wallet buy     | `/swarm ABC...pump 0.01 5` |
| /snipe  | add snipe target     | `/snipe ABC...pump`        |
| /buy    | single wallet buy    | `/buy ABC...pump 0.1`      |
| /menu   | show main menu       | `/menu`                    |

## main menu

| button    | function                                   |
| --------- | ------------------------------------------ |
| wallets   | create wallets, view balances, export keys |
| launcher  | deploy tokens with block 0 jito bundles    |
| swarm     | multi-wallet coordinated buys              |
| snipe     | 0-block token sniping                      |
| positions | view holdings, sell, claim creator fees    |
| settings  | slippage, jito tips, language              |
| referrals | get your referral link                     |
| tiers     | view tier benefits                         |

## next

<CardGroup cols={2}>
  <Card title="wallet management" href="/guides/wallets">
    manage multiple wallets
  </Card>

  <Card title="swarm trading" href="/guides/swarm">
    buys across multiple wallets
  </Card>
</CardGroup>
