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)
Optional: Smart Account + Agent Wallet (recommended for power users)
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)
Onboarding
HyperSwap Trading Terminal supports on-ramp and off-ramp through our partner Banxa, so you can go from fiat → crypto → trading (and cash out when available) without leaving the app.
Perps 101
Perps are derivative contracts that let you take a long (bet price goes up) or short (bet price goes down) position on an asset, with leverage and they never expire. That means you don’t have to “r…