# Adding Hyperliquid

{% hint style="warning" %}
You need to connect through the first method below using the browser wallet extension at least once and sign the builder fee to use Hyperliquid with the Terminal! After that you can also use the alternative method by adding your API key.
{% endhint %}

### Watch our youtube demonstration on how to add Hyperliquid to the Terminal&#x20;

{% embed url="<https://www.youtube.com/watch?v=dg3ZxP00U6Q>" %}

## How to Add Hyperliquid to Insilico Terminal using a browser wallet extension

This guide will walk you through creating and adding your Hyperliquid account to Insilico Terminal.

#### Prerequisites

Before starting, ensure you have:

* A browser wallet (e.g., MetaMask) set up with ETH for gas on Arbitrum.
* Stable Tokens (e.g. USDC) on the Arbitrum chain.
* Make sure your System time is properly synced.
* If you already have a Hyperliquid Account with USDC deposited, skip to [Adding Hyperliquid to the Terminal](#adding-hyperliquid-to-the-terminal).

#### Creating a Hyperliquid account&#x20;

<figure><img src="https://1855557010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuzWZkA5631kraBpRETyN%2Fuploads%2FT62jBtiJvcYJ7AhJB0ef%2FScreenshot%202025-08-01%20at%209.15.14.png?alt=media&#x26;token=a28e0e8c-7f47-410d-93e5-56bf477dd674" alt=""><figcaption></figcaption></figure>

1. Open Insilico Terminal and navigate to the account menu.
2. Click **Add Account**, then select **Hyperliquid** from the list.
3. Accept Hyperliquid\`s Terms of Use and Privacy Policy.
4. Choose the amount of USDC you want to deposit and confirm in your wallet (min. 5 USDC).

#### **Adding Hyperliquid to the Terminal**

<figure><img src="https://1855557010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuzWZkA5631kraBpRETyN%2Fuploads%2FJeM7SFAV7eWxDRG648qn%2FScreenshot%202025-08-01%20at%209.26.05.png?alt=media&#x26;token=ef2cc499-9394-4903-864f-c224b8dd7420" alt=""><figcaption></figcaption></figure>

1. Enter a name for the account (e.g., "HL Test") and hit **Connect**.
2. Follow the wallet prompts to authorize the connection.
3. Optionally enable Subaccount or vault and enter the name/address of your subaccount or the address of your vault, if you are using either of those.

Your account should now be able to trade on Insilico Terminal.

## Adding Hyperliquid to the Terminal manually by using an API Key&#x20;

<figure><img src="https://1855557010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuzWZkA5631kraBpRETyN%2Fuploads%2FTGvkdtPCH3hps6DMP3P0%2FScreenshot%202025-08-01%20at%209.29.06.png?alt=media&#x26;token=599c4987-7ac5-4e35-b461-55efded14043" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1855557010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuzWZkA5631kraBpRETyN%2Fuploads%2FAmI7cy4i6ZeEF8It1zDb%2FUntitled2%20(1).png?alt=media&#x26;token=9e52f25b-ed9d-4194-9483-acdf6c964de0" alt=""><figcaption></figcaption></figure>

1. **Make a Deposit**:
   * Before you begin the connection process, ensure you have made a deposit into your Hyperliquid account.
2. **Generate API Key and Secret**:
   * Visit the [Hyperliquid API ](https://app.hyperliquid.xyz/API)Page to create a new agent wallet.
   * Generate a new agent wallet and authorise it.
   * **API Key**: This is your main wallet address (not the public address of the agent wallet).
   * **API Secret**: This is the private key of the agent wallet.
3. **Manually Add API & Secret Key**:
   * Open the **Insilico Terminal** and navigate to the **Accounts** section.
   * Choose **Hyperliquid** from the list of available exchanges.
   * Check the option to "Manually add API & Secret Key."
4. **Enter Your Details**:
   * **Name**: Enter a name to label this connection (e.g., "Hyperliquid Account").
   * **API Key / ID**: Enter your main wallet address.
   * **Secret**: Enter the API Secret.
5. **Connect**:
   * After entering the required details, click on the **Connect** button.
   * Ensure the connection is successful before proceeding with your trading activities.
6. **Save the Configuration**:
   * Once connected, click on **Save** to store your settings.

{% hint style="info" %}
The builder fee on Hyperliquid is 1bps.
{% 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.insilicoterminal.com/documentation/setup/adding-hyperliquid.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.
