> For the complete documentation index, see [llms.txt](https://docs.hyperlink.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperlink.xyz/start/getting-started.md).

# Getting Started

Start trading confidentially on HyperLink, a prime broker for Hyperliquid. Connect a wallet, deposit, and trade in the web app at [app.hyperlink.xyz](https://app.hyperlink.xyz).

HyperLink routes your orders into Hyperliquid from inside a secure enclave, so your balances, positions, and open orders stay confidential. Deposits and withdrawals happen on HyperCore and are publicly visible.

## Before you start

* An EVM wallet (Rabby and similar).
* Funds on Hyperliquid (HyperCore) in an allowlisted token. The app shows the current deposit list. Deposits and withdrawals are gasless.

## Start trading

1. Open [app.hyperlink.xyz](https://app.hyperlink.xyz) and connect your wallet.
2. **Deposit** an allowlisted token from your Hyperliquid balance. Your balance is credited once the transfer confirms. See [Fees](/trade/fees.md) for current minimums and withdrawal fees.
3. **Trade.** Open spot and perpetual positions, set leverage, and manage orders.
4. **Withdraw** any time in one step (gasless).

## In the app

| Do this                                              | Where                                        |
| ---------------------------------------------------- | -------------------------------------------- |
| Deposit and withdraw funds                           | [Deposits & Withdrawals](/trade/deposits.md) |
| Place orders, manage positions, track your portfolio | [Trading](/trade/trading.md)                 |
| Stake HYPE for hlHYPE                                | [Staking (hlHYPE)](/more/staking.md)         |

## Prefer to build?

Automate trading over the API. HyperLink mirrors Hyperliquid's API and EIP-712 signing, so you point a Hyperliquid client at the HyperLink base URL. See [API Quickstart](/api/setup.md).


---

# 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://docs.hyperlink.xyz/start/getting-started.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.
