# Copy Trade (Hyperliquid)

### Prerequisites

Before you start, make sure you have:

* **A Hyperliquid API Wallet** — Add one through Dextrabot's Wallet Management. See the How to Get API Key documentation for detailed steps.
* **USDC Balance** — Fund your Hyperliquid wallet with USDC.
* **A Trader to Copy** — Find one using Discover Wallets.

***

### Quick Start Guide

Get copy trading running in under 5 minutes:

1. **Find a Trader** — Go to Discover Wallets and apply filters to find a trader that fits your criteria
2. **Start Copy Trade** — Click the **Copy Trade** icon next to their wallet (or from the Wallet Details page)
3. **Select Your Wallet** — Choose your funded Hyperliquid wallet from the dropdown
4. **Choose Method** — Select your preferred copy trade method (Mirror is recommended)
5. **Configure & Start** — Set your parameters and toggle **Run** to ON ✨

***

### Copy Trade Methods

Dextrabot offers two active methods for copy trading. Each method has different configuration parameters and position sizing logic.

| Method                | Description                                        | Best For              |
| --------------------- | -------------------------------------------------- | --------------------- |
| **Method 3 (Mirror)** | Proportional scaling based on wallet equity ratios | Most users (Default)  |
| **Method 2**          | Fixed dollar amount per order                      | Fixed position sizing |

For detailed configuration parameters, examples, and use cases:

* [Method 2 Configuration](https://docs.dextrabot.com/copy-trade/methodology/method-2#key-parameters)
* [Method 3 (Mirror) Configuration](https://docs.dextrabot.com/copy-trade/methodology/method-3-mirror#key-parameters)

***

### Managing Active Copy Trades

#### View All Copy Trades

Go to [**Copy Trade**](https://app.dextrabot.com/copy-trade) page to see:

* All active copy trades
* Source wallet and your follower wallet
* Current equity and performance
* Status (running/paused)

#### Edit Settings

1. Click the **Edit** icon on any copy trade
2. Adjust your parameters
3. Toggle **Run** off to pause
4. Click **Save** to apply changes

#### Stop Copy Trading

1. Toggle **Run** to OFF
2. Existing positions remain open
3. Manage positions manually in [Wallet Management](https://app.dextrabot.com/wallet-management#hyperliquid)

***

### Monitoring

#### Feed Activities

Track all copied trades in real-time:

* Trade executions (open/close/increase/decrease)
* PnL, entry price, position size
* Fees paid

See [Feed Activities](https://app.dextrabot.com/tracker#my-activities) for details.

#### Telegram Notifications

Get instant alerts when:

* A trade is copied
* Position is closed
* Stop loss or take profit triggers

See [Telegram Alerts](https://app.dextrabot.com/tracker#my-activities) to set up.

***

### Fees

| Fee Type                | Rate             |
| ----------------------- | ---------------- |
| **Dextrabot Fee**       | 0.055% per trade |
| **Hyperliquid DEX Fee** | \~0.01-0.035%    |

Fees are charged on every trade (open, close, increase, decrease) based on position value.

{% hint style="success" %}
**Save 4% on fees!** Use a referral code to get a discount. Learn more
{% endhint %}

See [Fees](https://docs.dextrabot.com/dextrabot/fees) for complete details.

***

{% hint style="warning" %}
**Risk Warning:** Copy trading involves risk. Past performance does not guarantee future results. Only use capital you can afford to lose. Always set a stop loss to limit potential losses.
{% endhint %}


---

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