> For the complete documentation index, see [llms.txt](https://landingnet.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://landingnet.gitbook.io/doc/documentation/copy-trading/your-first-bot.md).

# Your First Bot

This guide walks you through deploying your first copy trading bot.

## Before You Start

Make sure you have completed [Account Setup](/doc/documentation/getting-started/account-setup.md) and have USDC in your Hyperliquid subaccount.

## Step-by-Step

### 1. Open the Bots Page

Click **"Bots"** in the sidebar to open the bot management page.

### 2. Configure the Bot

At the bottom of the page, fill in the **"Deploy New Bot"** form:

* **Bot Name** -- Give it a descriptive name (e.g., "ETH Copy")
* **Bot Type** -- Select **Copy Trading**
* **Exchange** -- Hyperliquid (default)

### 3. Set the Copy Source

In the **Copy Source** section, paste the wallet address of the trader you want to copy. One address per line -- you can add multiple.

{% hint style="info" %}
Use the [Discover Traders](/doc/documentation/platform/discover-traders.md) page to find top performers. You can also click **"Copy This Trader"** from any trader profile to pre-fill the address.
{% endhint %}

### 4. Configure Asset Filters

Choose which coins your bot should trade:

* **Whitelist** (default) -- Only copy trades for the coins you list (e.g., `BTC, ETH, SOL`)
* **Blacklist** -- Copy all trades except the coins you list

### 5. Review Defaults

The remaining settings have sensible defaults:

| Setting               | Default                        |
| --------------------- | ------------------------------ |
| Order types           | Market + Limit                 |
| Min / Max order value | $10 / $10,000                  |
| Copy ratio            | 100%                           |
| Leverage mode         | Native (your HL settings)      |
| Max open positions    | 10                             |
| Max drawdown          | 15%                            |
| Emergency pause       | Enabled                        |
| Cooldown              | 10s between orders, max 10/min |

See [Configuration](/doc/documentation/copy-trading/configuration.md) and [Risk & Safety](/doc/documentation/copy-trading/risks-and-safety.md) for details on every setting.

### 6. Deploy

Click **"Deploy Bot"**. A status overlay shows progress. Once confirmed, your bot is live.

## What's Next

* Monitor orders on the [Dashboard](/doc/documentation/platform/dashboard.md)
* Set up [Telegram Notifications](/doc/documentation/integrations/telegram.md) to get alerted on every trade
* Edit, pause, or delete bots from [Bot Management](/doc/documentation/platform/bot-management.md#editing-a-bot)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://landingnet.gitbook.io/doc/documentation/copy-trading/your-first-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.
