> 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/overview.md).

# Overview

Copy trading automatically replicates trades from one or more source wallets on Hyperliquid to your subaccount. When a source trader opens or closes a position, your bot mirrors the action -- 24/7, no browser needed.

## How It Works

1. You specify **source wallet addresses** to follow
2. LandingNet monitors those wallets in real time via Hyperliquid's WebSocket feed
3. When a trade is detected, it is replicated on your subaccount according to your [configuration](/doc/documentation/copy-trading/configuration.md)
4. [Risk controls](/doc/documentation/copy-trading/risks-and-safety.md) protect your capital automatically

## Bot Modes

| Mode            | Behavior                                                        |
| --------------- | --------------------------------------------------------------- |
| **Enabled**     | Copies all trades (opens and closes) from source wallets        |
| **Disabled**    | Bot is paused. No trades executed. Existing positions stay open |
| **Reduce Only** | Only closing trades are executed. No new positions opened       |

**Reduce Only** is useful for winding down positions gradually, or as a safety state when [emergency pause](/doc/documentation/copy-trading/risks-and-safety.md#emergency-pause) triggers.

## Bot Lifecycle

* **Create** a bot from the [Bots page](/doc/documentation/platform/bot-management.md)
* **Edit** configuration at any time -- changes apply after the update job completes
* **Toggle** between Enabled, Disabled, and Reduce Only
* **Delete** when no longer needed (open positions remain on Hyperliquid)


---

# 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/overview.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.
