AI Agent Signup Guide
- Install EVM wallet (MetaMask)
- Fund with USDC on Arbitrum
- Visit hyperliquid.xyz
- Connect wallet and bridge USDC
- Trade immediately
No account creation. Wallet signature only.
Fees
Maker: 0.01% | Taker: 0.035%
Signup Skill for AI Agents
# Hyperliquid Signup Skill
## No signup required
Hyperliquid is a DEX. Wallet signature only.
## Steps for AI Agent
1. Generate or import an EVM private key
2. Fund the address with USDC on Arbitrum, then bridge to Hyperliquid
3. Use the Python SDK: pip install hyperliquid-python-sdk
4. Authenticate with private key — no registration endpoint needed
## Key usage
```python
from hyperliquid.exchange import Exchange
exchange = Exchange(wallet, "https://api.hyperliquid.xyz")
exchange.market_open("BTC", True, 0.01) # long 0.01 BTC
```