Skip to main content
This guide walks you through managing Hyperliquid Sub Accounts on Qubit Alpha and delegating them to fund managers for Copy Trading.

Workflow Overview

  1. Preparation
  2. Create Sub Account
  3. Import to Qubit Alpha
  4. Assign Manager
  5. Daily Management
  6. Permissions & Security

Step 1: Preparation

1.1 Register Qubit Alpha Account

1

Visit Qubit Alpha

2

Connect Wallet

Click “Connect Wallet” to connect your main wallet.
3

Sign Verification

Sign the verification message to confirm wallet ownership.
4

Registration Complete

Complete registration and enter the Qubit Alpha platform.

1.2 Confirm Fund Manager Registration

Fund manager must be a registered Qubit Alpha user
Obtain the fund manager’s wallet address
If the fund manager is not registered, the assignment will fail.

2.1 Prerequisites

Creating a Sub Account requires your main account to have reached 100,000 USDC trading volume.

2.2 Create Sub Account

1

Visit Hyperliquid

2

Connect Wallet

Connect your main wallet.
3

Navigate to Sub Accounts

Find Sub Accounts in the menu.
4

Create Sub Account

Click Create Sub Account, enter a name and confirm creation.

2.3 Create API Key for Sub Account

1

Enter Sub Account

Select the Sub Account you just created.
2

Create API Key

Click API, create a new API Key.
3

Save Private Key

Important: Securely save the private key - it’s only shown once.
Each Sub Account must have its own API Key! While one API Key can technically operate all Sub Accounts, due to Nonce mechanism limitations, one API Key cannot operate multiple Sub Accounts simultaneously, otherwise trading conflicts will occur. Qubit Alpha requires: One Sub Account = One dedicated API Key.

2.4 Set Up Builder Fee

1

Visit Settings Page

Go to Qubit Alpha Builder Fee Settings page.
2

Connect Wallet

Connect your main wallet.
3

Complete Authorization

Follow the on-page instructions to complete Builder Fee authorization.
If Builder Fee is not set, import validation will fail.

---

## Step 3: Import Sub Account to Qubit Alpha

<Steps>
  <Step title="Login to Qubit Alpha">
    Login with your main wallet.
  </Step>
  <Step title="Go to Sub Account Management">
    Navigate to **Sub Account Management**.
  </Step>
  <Step title="Add Sub Account">
    Click **Add Sub Account**, select your account, enter the API private key.
  </Step>
  <Step title="Confirm Import">
    Qubit Alpha will verify API Key validity and Builder Fee setup status.
  </Step>
</Steps>

## Step 4: Assign to Fund Manager

<Steps>
  <Step title="Go to Sub Account Management">
    Navigate to Sub Account Management in Qubit Alpha.
  </Step>
  <Step title="Select Sub Account">
    Choose the Sub Account to assign.
  </Step>
  <Step title="Assign Fund Manager">
    Click **Assign Fund Manager** and enter the fund manager's wallet address.
  </Step>
  <Step title="Confirm Assignment">
    Confirm the assignment.
  </Step>
</Steps>

## Permissions & Security

### API Key Permissions

| Permission | Status |
| --- | --- |
| Trading (open/close orders) | ✅ Allowed |
| Leverage Adjustment | ✅ Allowed |
| Internal Transfer | ❌ Not Allowed |
| Withdrawal | ❌ Not Allowed |

### Fund Manager Permissions

| Operation | Permission |
| --- | --- |
| Configure and start/stop Copy Trade Bot | ✅ Allowed |
| View positions and P&L | ✅ Allowed |
| Withdraw or transfer funds | ❌ Not Allowed |
| Modify account settings | ❌ Not Allowed |

<Warning>
API Key can only perform trading operations, cannot transfer or withdraw funds. API Key leakage will not result in funds being transferred away.
</Warning>