# Connecting your Wallet to the AlgoTrade Bot

### Connect Your Hyperliquid Wallet to the AlgoTrade Bot

Once you've created your Hyperliquid wallet and API credentials (as covered in the previous steps), connecting your account to the AlgoTrade bot is quick and straightforward.

Follow the guide below to get set up:

#### Step 1 – Open the Bot

Start by opening the official AlgoTrade bot on Telegram:

👉 [Launch the AlgoTrade Bot](https://t.me/AIgoTrade_bot)

Click **`/start`** to initiate the bot and load the main menu.

***

#### Step 2 – Navigate to Hyperliquid Setup

From the main menu, select:

**`Hyperliquid Account`** ➝ **`Setup Hyperliquid API`**

This will begin the process of linking your Hyperliquid trading account to AlgoTrade.

<figure><img src="/files/zDHEcX1gO1WPPyxW3xIh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ccVC5CYlBm7GRfLZLTjA" alt=""><figcaption></figcaption></figure>

***

#### Step 3 – Confirm You Have a Hyperliquid Account

Select:

**`I have a Hyperliquid account`**

Since you’ve already created your API wallet, continue by selecting:

**`I have my Private Key`**

<figure><img src="/files/kJZOFBcs5fNojVZ6OzZX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iP4vfPh3J5Yizc8L3kER" alt=""><figcaption></figcaption></figure>

***

#### Step 4 – Enter Your API Details

At this stage, you’ll be asked to provide two pieces of information:

1. **Paste your Hyperliquid API private key**\
   (This was generated during the API wallet creation step.)
2. **Paste your Hyperliquid wallet address**\
   (The address tied to your API key.)

The bot will now process the connection.

<figure><img src="/files/WEYCSKDpG4el8ao3lkpi" alt=""><figcaption></figcaption></figure>

***

#### ✅ Success

If everything was entered correctly, you’ll see a confirmation message:

**“Your API Wallet has been linked successfully!”**

You're now ready to start building and deploying strategies through the **AlgoBuilder** directly from the Telegram bot interface.

Head back to the main menu and select **AlgoBuilder** to get started!


---

# 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://algotrade-1.gitbook.io/docs/account-setup-and-access/connecting-your-wallet-to-the-algotrade-bot.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.
