> For the complete documentation index, see [llms.txt](https://hyperalpha.gitbook.io/hyperalpha-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperalpha.gitbook.io/hyperalpha-docs/guide/hyperalpha-api-key-import-guide.md).

# HyperAlpha API Key Import Guide

💡 Why Import an API Key?&#x20;

Importing an API Key simply grants the HyperAlpha system permission to execute trading strategies on your behalf. Built on strict non-custodial principles, this Key does not have withdrawal permissions. Your funds remain entirely secure inside your own Hyperliquid account.

#### 🚨 Crucial Prerequisite

Deposit First: Your Hyperliquid account must have available funds (deposit completed) in order to successfully activate and add an API Key on-chain. If your account balance is 0, the setup will fail.

#### Step-by-Step Instructions

Step 1: Access the Management Page

* Log in to the HyperAlpha App. Click \[Import API Key] in the navigation bar (located at the top for desktop, or bottom for mobile) to enter the Wallet Management page.

Step 2: Generate Key & Sign via Wallet

* In the wallet management interface, click the \[Generate API Key] button.

<img src="/files/EtrwCVcSr3QnCTnxFRtA" alt="" height="284" width="132">

* This will trigger your crypto wallet pop-up. Click \[Approve / Sign] to complete the secure authorization.

Step 3: Customize Account Alias (Important)

* In the configuration box, enter your preferred \[Hyper Account Name] (e.g., "Main Account", "High-Freq Strategy").
* Note: This name will be tied directly to your Telegram Bot notifications, allowing you to instantly identify which account triggered the trade update.

Step 4: Final Confirmation

<div><img src="/files/VlSBrcJdinNDjy1fwkIN" alt="" height="392" width="181"> <img src="/files/xDTCjeg5FitfGremrmxq" alt="" height="393" width="182"></div>

* Click \[Confirm] after verifying the name.
* Complete the final signature confirmation in your wallet pop-up. Once the transaction is confirmed on-chain, the import process is complete.

#### Managing Your API Keys

Once imported, the Wallet Management page acts as your control dashboard. You can return here at any time to:

* Monitor Status: Check the connectivity and activation status of your current API Keys.
* Add / Edit: Link new API Keys for multi-account management or edit your current account aliases.

Revoke/Delete: Delete or revoke API Key permissions instantly, giving you absolute control over your account access.


---

# 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:

```
GET https://hyperalpha.gitbook.io/hyperalpha-docs/guide/hyperalpha-api-key-import-guide.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.
