> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/connections/connection-to-hyperliquid.md).

# Connection to Hyperliquid

### Step 1: Generate Credentials on Hyperliquid

First, you need to authorize a "trading agent" that Quantower will use to sign transactions on your behalf.

1. Go to [app.hyperliquid.xyz](https://app.hyperliquid.xyz) and connect your primary wallet (MetaMask, Rabby, etc.).
2. Navigate to More (the three dots in the menu) → API.
3. Click Generate API Wallet.
4. Crucial: The system will display a Private Key for this specific API Wallet.\
   \&#xNAN;*Copy and save it immediately in a secure location.* It will not be shown again.

   <figure><img src="/files/qKojHRijteQ5wro2r0Ck" alt=""><figcaption></figcaption></figure>
5. Click Authorize API Wallet and sign the transaction in your primary wallet. This gives the API Wallet permission to execute trades.
6. Copy your Main Account Address (your primary wallet address where your funds are located).<br>

   <figure><img src="/files/1Mzl9TwkqBthG0By3oiT" alt=""><figcaption></figcaption></figure>

***

### Step 2: Configure the Connection in Quantower

1. Open Quantower and click on the Connections icon in the top panel).
2. In the Connections Manager, find Hyperliquid in the list. (If it’s missing, ensure your Quantower is updated to the latest version).<br>

   <figure><img src="/files/zvxoRIrp0zFBsAJlXXV2" alt=""><figcaption></figcaption></figure>
3. Fill in the following parameters:
   * Account Address: Paste your Main Wallet Address (the one holding the USDC).
   * API Secret / Private Key: Paste the Private Key of the API Wallet you generated in Step 1.

***

### Step 3: Connect and Verify

1. Click the Connect button next to Hyperliquid.
2. It takes a few minutes to connect while the data from all symbols is being loaded.
3. Open the [Crypro Balances](/quantower/informational-panels/crypto-balances.md) panel in Quantower to verify that your USDC balance is correctly displayed.


---

# 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://help.quantower.com/quantower/connections/connection-to-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.
