Hyperliquid Deposit logo

Catalog action Hyperliquid wallet Gas

Deposit USDC into Hyperliquid for perpetual trading via cross-chain bridge (Relay Protocol). Accepts USDC from any supported chain (Arbitrum, Ethereum, Base, Polygon, Optimism, Avalanche). Ideal for: funding a new account, adding margin, and activating trading.

This action can require a wallet connector, gas, token movement, or an external side effect. Test with simulation or a controlled amount before using it in a live workflow.

At a Glance

FieldValue
Action IDhyperliquid-deposit
CategoryHyperliquid
Connectorwallet
Requires gasYes
Funds movementNone declared
Tagshyperliquid, deposit, usdc, bridge

Payload Schema

FieldTypeRequiredDescription
amountRawstringNoAmount to deposit in the source token's smallest units. Minimum 1 USDC equivalent.

Result Schema

FieldTypeRequiredDescription
statusstringYesDeposit outcome
transactionHashstringNoTransaction hash on the source chain
depositedAmountstringNoAmount deposited. Human-readable for USDC (e.g., '100'). Raw smallest-unit string for non-USDC source tokens when no human-readable amount is available.
srcChainIdnumberNoChain ID the USDC was bridged from
isFirstDepositbooleanNoTrue if the Hyperliquid account had zero funds before this deposit

Examples

json
{ "type": "hyperliquid-deposit", "payload": { "amountRaw": "1000000" }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.