Hyperliquid Enable Unified Account logo

Catalog action Hyperliquid wallet

Enable or disable Unified Account mode on Hyperliquid. When enabled, a single USDC balance collateralizes all positions across crypto perps AND HIP-3 DEX markets (trade.xyz stocks, indices, commodities). Without it, each DEX has separate margin. Ideal for: activating HIP-3 DEX trading, simplifying margin management.

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-enable-unified-account
CategoryHyperliquid
Connectorwallet
Requires gasNo
Funds movementNone declared
Tagshyperliquid, perps, trading

Payload Schema

FieldTypeRequiredDescription
enablebooleanNoSet to true to enable unified account, false to disable. Defaults to true.

Result Schema

FieldTypeRequiredDescription
statusstringYesResult of the unified account operation
abstractionstringNoThe current account abstraction mode

Examples

json
{ "type": "hyperliquid-enable-unified-account", "payload": { "enable": true }, "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.

Ask a question... ⌘I