# Manual Connection

To add a Hyperliquid account manually on Velo, navigate to the [API page](https://app.hyperliquid.xyz/API) on Hyperliquid. You will create an API wallet on Hyperliquid which will then be used to trade on Velo.

{% hint style="info" %}
An API wallet will never have access to the main wallet funds and will only have access to trading actions on Hyperliquid.
{% endhint %}

{% stepper %}
{% step %}

### Create an API wallet on Hyperliquid

* Enter a name for the API wallet (e.g. velo.xyz)
* Generate a new wallet
* Press the button "Authorize API Wallet" which will open up a popup

![CleanShot 2025-07-23 at 19 36 32@2x](https://content.gitbook.com/content/UuSbM3je3aKgrdYUYOcA/blobs/wonoLMMQtJVGkPzS5e6y/bf6d9b29%20cdb9%204a9a%20b459%201c011f223705)
{% endstep %}

{% step %}

### In the authorization popup

* Enter any preferred expiration date on the API wallet (max 180 days)
* Save the API wallet private key
* Authorize the API wallet (this should prompt e.g. MetaMask for a signature to approve the API wallet)

![CleanShot 2025-07-23 at 19 39 55@2x](https://content.gitbook.com/content/UuSbM3je3aKgrdYUYOcA/blobs/kBMMGZ9nec9m8wW9Bdcj/f8ed178d%20bf44%2043e5%208543%2085ab047045eb)
{% endstep %}

{% step %}

### Add the API wallet to Velo

After the API wallet has been authorized, you'll need two values to enter into Velo:

* The master account address (NOTE: not the API wallet address — this is the master account address found at the top-right of the Hyperliquid UI)\
  ![CleanShot 2025-07-23 at 19 41 43@2x](https://content.gitbook.com/content/UuSbM3je3aKgrdYUYOcA/blobs/G77O54Ic1YLk37fGLmcA/44a68603%202030%204b43%208381%20bfd0eb0fb052)
* The API wallet private key that was previously saved

Then:

* Accept the terms
* Press "Connect"

![CleanShot 2025-07-23 at 19 49 46@2x](https://content.gitbook.com/content/UuSbM3je3aKgrdYUYOcA/blobs/HhcYRcFC1uUQEF3LnExU/682afeaf%20593c%2040ab%20be32%20bc5ef8de179e)
{% endstep %}
{% endstepper %}


---

# 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.velo.xyz/hyperevm/manual-connection.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.
