> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/getting-started/working-with-exchanges/exchange-registration/registration-on-hyperliquid.md).

# Registration on Hyperliquid

🔗 **Referral link:** [app.hyperliquid.xyz/join/MOONTRADER](https://app.hyperliquid.xyz/join/MOONTRADER)

🎁 **Bonus:** registering through our link gives you access to the MoonTrader bonus program

HyperLiquid is a decentralized exchange for trading perpetual contracts. It runs on its own HyperEVM blockchain; deposits and withdrawals go through the Arbitrum One network. Email registration is not required — access is through a Web3 wallet.

**What you will need:**

* Smartphone (Android/iOS) or browser extension
* Web3 wallet (MetaMask, Rabby, Trust Wallet, or any other with WalletConnect support)
* \~$30 to get started: $5–10 ETH for gas fees + USDC for trading

This guide uses **MetaMask** as an example. The process for other wallets is similar — only the app interface will differ.

***

### 1. MetaMask Installation and Setup

#### Installing the Application

Download MetaMask from the official store:

* **Android:** [Google Play](https://play.google.com/store/apps/details?id=io.metamask)
* **iOS:** [App Store](https://apps.apple.com/app/metamask-blockchain-wallet/id1438144202)

#### Creating a Wallet

1. Open the MetaMask application
2. Create a wallet following the in-app instructions
3. Set a strong password

We recommend the **Recovery Phrase** (seed phrase) method.

⚠️ Write your seed phrase down on paper and store it in a secure place. Without it, you cannot restore access to your wallet.

#### Configuring Arbitrum One Network

1. Open MetaMask
2. Tap the network menu at the top of the screen
3. Select **Arbitrum One**
4. Enable display of the **USDC** token

#### Saving Your Wallet Address

1. On the MetaMask main screen, tap your wallet address
2. Copy the **Arbitrum** address
3. Save it — you will need it for deposits and connection

#### Funding the Wallet

Transfer to your wallet address:

* **ETH:** \~$10–20 for transaction fees (gas)
* **USDC:** the amount you plan to trade with

⚠️ When transferring, always select the **Arbitrum One** network.

After sending, check that the funds have arrived in the MetaMask application.

***

### 2. Connecting MetaMask to HyperLiquid

#### Connecting the Wallet

1. Open [app.hyperliquid.xyz/join/MOONTRADER](https://app.hyperliquid.xyz/join/MOONTRADER) on your computer
2. Click the **Connect** button
3. Select the **WalletConnect** option

#### Scanning the QR Code

1. Open the MetaMask application
2. Select the QR code scanner
3. Point the camera at the QR code on your computer screen

#### Confirming the Connection

1. In MetaMask, confirm the connection
2. Select the account to connect
3. Tap **Connect**

#### Activating Trading

1. On the HyperLiquid website, check the boxes agreeing to the terms
2. Click **Enable Trading**
3. Confirm the action in MetaMask

#### Depositing to Your HyperLiquid Balance

1. Click the **Deposit** button on the HyperLiquid website
2. Enter the amount of USDC to transfer
3. Confirm the transaction in MetaMask

⚠️ Transfer only USDC. Leave ETH in MetaMask to cover gas fees.

After confirmation, funds will appear on your HyperLiquid balance — usually within 1–2 minutes.


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.moontrader.com/en-moontrader-docs/getting-started/working-with-exchanges/exchange-registration/registration-on-hyperliquid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
