Wallet Connection / Smart Account

HyperSwap Terminal is non-custodial: you trade using your own wallet, and you can optionally enable a Smart Account + Agent Wallet setup for faster execution and automation.

HyperSwap Terminal is non-custodial: you trade using your own wallet, and you can optionally enable a Smart Account + Agent Wallet setup for faster execution and automation.

Connect your wallet

Connect an EVM wallet to:

  • sign in / create a session
  • fund your account
  • trade spot on HyperEVM (token approvals + transactions)

To reduce friction and support advanced flows, the terminal can use:

  • Smart Account (Account Abstraction): cleaner permissioning, fewer repetitive approvals, and the ability to bundle actions into smoother flows (where supported).
  • Agent Wallet (Hyperliquid “API Wallet”): a permissioned signer that can perform trading actions on your behalf without withdrawal permissions.

This is especially useful for:

  • TWAP / batch / automation features
  • copy-trading or “execute shared setup” flows
  • running multiple strategies safely (each agent wallet can have its own signing/nonce space)

Developer note: On Hyperliquid, nonces are tracked per signer (user key vs agent/API wallet key), and Hyperliquid stores the 100 highest nonces per signer so using separate agent wallets per process/subaccount helps avoid nonce collisions in concurrent trading.

DEX abstraction (one terminal, multiple venues)

HyperSwap Terminal abstracts execution so you don’t have to think about where the trade happens:

  • Perps route: Hyperliquid perps (including HIP-3 markets where supported)
  • Spot route: Hyperliquid Spot + HyperEVM spot via HyperSwap (V2/V3)

On this page