Skip to main content

Prerequisites

  • The TypeScript project, which provides src/evm.ts.
  • A Hyperliquid account address. It does not have to be yours, and it never signs.

Script

src/deposit-to-hyperliquid.ts

Notes

  • Two kinds of route compete on the same table: venues that credit the account directly, and a route through Arbitrum where Bridg’s relayer credits it. Both need one signature, on the source chain.
  • On the Arbitrum route the transfer carries postStep; its txHash and creditedAmountAtomic report the credit landing.
  • Minimums: 5.10 USDC to an account Hyperliquid has never seen, 1 USDC otherwise. A row below the floor appears in rejected as below_min with the figure it would have delivered.

Endpoints used