Transfers
Send tokens between addresses and between balance contexts (perp ↔ spot).
hlz send <AMOUNT> [TOKEN] <DESTINATION>
Send to Another Address
# Send USDC (default token)
hlz send 100 0xRecipientAddress
# Send a specific token
hlz send 5 HYPE 0xRecipientAddress
# Send spot token
hlz send 10 PURR/USDC 0xRecipientAddressInternal Transfers
Move funds between your own perp and spot balances:
# Perp → Spot
hlz send 100 USDC --to spot
# Spot → Perp
hlz send 100 USDC --to perpTransfers on Hyperliquid are free and instant — no gas fees.