For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

HyperLink is a prime broker for Hyperliquid: confidential trading through a secure enclave with Hyperliquid's liquidity, lowest fees, and provable solvency.

HyperLink is a prime broker for Hyperliquid. You trade through a shared smart contract from inside a secure enclave (TEE), so your balances, positions, and orders stay confidential, while your orders route into Hyperliquid's order book for full liquidity and execution. The goal is to give traders a VIP trading experience on Hyperliquid by pooling economies of scale, without leaving Hyperliquid's markets.

What you get

Feature
What it means

Confidential trading

Balances, positions, and orders never touch the public chain. You trade through a shared contract, so only the contract is visible on Hyperliquid, never your wallet.

Hyperliquid-compatible API

POST /exchange mirrors Hyperliquid's API and EIP-712 signing. Point existing Hyperliquid tooling at the HyperLink base URL.

Lowest Hyperliquid fees

HyperLink pools volume and staking benefits so users can access the lowest Hyperliquid trading fee rates available to the protocol. See Fees.

Provable solvency

HyperLink commits reserve data on-chain. You can verify your own backing without revealing anyone's totals.

Always exitable

You can withdraw on-chain even if HyperLink goes offline. Funds are never trapped.

How it works

You deposit on-chain, trade confidentially through the shared contract, and withdraw on-chain. Only the two on-chain steps are public.

  1. Deposit (public). Transfer funds on HyperCore to HyperLink. Your balance is credited once the transfer confirms.

  2. Trade (confidential). Sign orders client-side. The enclave validates them, then routes them into Hyperliquid through the shared contract. Your activity stays off the public chain.

  3. Withdraw (public). Request a withdrawal; HyperLink submits it on-chain for you (gasless).

Confidential (inside the enclave)
Public (on-chain on HyperCore)

Balances, positions, open orders

Deposits

Order and fill history

Withdrawals

Start here

Last updated