# Getting Started

This guide walks you through the very first setup inside **Telegram** and how to link your wallet. We’ll cover both returning users (who already use the web app) and brand‑new users.

***

### 1) Open the Bot and Tap START

* Go to [**t.me/**@Dextrabot\_CopyTrade\_bot](https://t.me/Dextrabot_CopyTrade_bot) and tap **START**.

<figure><img src="/files/XOOsEnL8u1Rffk8B4J0h" alt="" width="563"><figcaption></figcaption></figure>

* You’ll see the welcome card explaining what the bot can do.

***

### 2) “Have you used Dextrabot before?”

You’ll be asked to choose one of two paths:

<figure><img src="/files/2rYpNGRtFLLU5BxGXZwW" alt="" width="563"><figcaption></figcaption></figure>

#### Path A — **Yes, I already have a wallet** (returning web users)

Choose this if you previously logged in on the **website** and already have a wallet you want to connect to Telegram.

* The bot shows a **6‑character verification code** and a **Go to Website** button.

<figure><img src="/files/XB1mSGy6zL0QrAgsdWrv" alt="" width="563"><figcaption></figcaption></figure>

* Tap **Go to Website** → log in with the **same wallet** you want to connect.
* On the site, enter your **6‑character code** in the verification modal and click **Authorize Wallet**.

<figure><img src="/files/AGP72C1Y830S9lqvEroI" alt="" width="563"><figcaption></figcaption></figure>

* You’ll see a **success** message that your Telegram account is now synced. You can tap **Open Telegram App** to return.

<figure><img src="/files/L7KX7jMyAjyNlUUzlvqC" alt="" width="563"><figcaption></figcaption></figure>

* Back in Telegram, you’ll receive **Your Telegram is now connected!** with your **Primary/Login Wallet** and quick links.

<figure><img src="/files/BqBNyJS4jlyAK4StqIP1" alt="" width="563"><figcaption></figcaption></figure>

> **Tip:** If you have multiple wallets on the web, your **Primary/Login Wallet** is shown. You can view others via **/wallet** inside Telegram.

***

#### Path B — **No, I’m new here** (first‑time users)

If this is your first time, choose **No, I’m new here**. You’ll get two options:

<figure><img src="/files/EtHuhnyPtJjqO9vYgJUD" alt="" width="563"><figcaption></figcaption></figure>

**Option 1: Create Wallet (Telegram‑generated)**

* Dextrabot will generate a wallet for you **instantly** inside Telegram.
* We will show the **Address** and the **Private Key** **once**—make sure to copy and store them securely.

<figure><img src="/files/RGbtANHJnV1ztnScIvPh" alt="" width="563"><figcaption></figcaption></figure>

* Next, deposit at least **15 USDC on Arbitrum** to fund trading.

> **Security Note:** Never share your private key. Dextrabot will **never** ask you to reveal it again.

#### Option 2: Use My API Wallet

#### Setup Process

1. Tap **👛 Use My API Wallet**
2. You'll be redirected to **dextrabot.com**
3. Log in with your existing wallet
4. Complete the API Wallet creation process on the website

For detailed API wallet setup instructions, visit: [Create API Wallet Guide](https://docs.dextrabot.com/copy-trade/wallet-management/create-api-wallet)


---

# 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.dextrabot.com/copy-trade-telegram/getting-started.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.
