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

Security

How HyperLink's secure enclave keeps Hyperliquid trading confidential, provably solvent, and always exitable, and what you still rely on to trust it.

HyperLink runs your trading inside a secure enclave (TEE), so your balances, positions, and open orders stay confidential. No one outside the enclave can read them. The deployed code measurement, reserve commitments, and exit path are verifiable on-chain.

  • Confidential by default. Your balances, positions, and orders never touch the public chain. Only on-chain deposits and withdrawals are visible.

  • Provably solvent. 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.

  • Verifiable code. The enclave publishes a measurement of the running code, so it can be compared with the expected deployment measurement.

What you still rely on

HyperLink reduces trust but does not eliminate it. You rely on the integrity of the enclave hardware, the correctness of the deployed code, and the on-chain contracts staying live. The guarantees are strongest when you verify them yourself rather than assume.

Verify it yourself

The on-chain contracts hold the code attestation, reserve commitments, and withdrawal logic behind these guarantees. See Smart Contracts for addresses, Audits for independent reviews, and Risks for the full risk picture.

Last updated