# Quick Start Guide

{% hint style="info" %}
As Bitbot shares the same infrastructure as APM, for the full documentation please visit [docs.apm.fun](https://docs.apm.fun/).
{% endhint %}

**1. Launch Bitbot**\
Open the Bitbot EVM/Solana Bot and type /start to bring up the main menu.

**2. Create or Import a Wallet**\
Tap **Create Wallet** or **Import Wallet** — you’ll be redirected to the Bitbot Secure Bot to complete wallet setup in an encrypted environment.

**3. Top Up Your Wallet**\
Transfer SOL/ETH from an exchange or another wallet to make sure you have enough balance to trade.

**4. Enter a Token Contract Address (CA)**\
Return to the Bitbot Telegram Bot and paste any token CA in the chat. The trading panel will appear, and you’re ready to trade instantly.

That’s it — four taps and you’re live on-chain, ready to trade. 🚀

For more advanced features and trading settings, keep reading this guide.

***

**Support chain:**\
For each chain, Bitbot currently supports the following decentralized exchanges (DEXs):

| Chain    | Supported DEXs         |
| -------- | ---------------------- |
| Solana   | All dexes & launchpads |
| BSC      | Pancakeswap            |
| Base     | Uniswap                |
| HyperEVM | Hyperswap              |


---

# 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.bitbot.tg/welcome-to-bitbot/quick-start-guide.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.
