Hyperliquid has become the dominant perpetual DEX of 2026, surpassing dYdX and GMX in volume and reaching feature parity with centralized exchanges like Bybit. For bot traders, it's the most attractive venue in DeFi: deep liquidity, sub-second order execution, and — crucially — no API keys. You don't hand over centralized exchange credentials to anyone. This guide walks through setting up an automated Hyperliquid trading bot for free using Fomoed, including the agent wallet system that keeps your funds safe.
Why Hyperliquid for bot trading
Several structural advantages make Hyperliquid uniquely suited to automated trading:
- Native order book — not AMM-based. You get real limit orders, market orders, and stop orders with the same UX as a CEX.
- Sub-second execution — Hyperliquid's custom L1 commits trades faster than Ethereum mainnet. Bots can react quickly without waiting for slow block times.
- Deep perp liquidity — BTC, ETH, SOL perps routinely have $50M+ in book depth at top-of-book.
- Builder code rebates — exchanges reward integrations like Fomoed with kickbacks, which is how Fomoed funds the platform without charging you.
- No API keys, no withdraw permissions — agent wallets sign trades only, can never withdraw your collateral.
- Self-custody by default — your USDC sits on Hyperliquid; only you can withdraw it.
For traders coming from CEXs, Hyperliquid feels like a centralized exchange UX with the security guarantees of self-custody. For traders coming from older DEXs (Uniswap, Curve), it feels like a major upgrade — limit orders, leverage, sub-second fills.
How agent wallets work
The single most important concept on Hyperliquid for bot trading is the agent wallet. Here's how it works:
- You connect your main wallet (the one holding USDC) to Fomoed via the wizard.
- Fomoed generates a fresh ephemeral keypair — the agent.
- You sign one transaction approving the agent's public key on Hyperliquid.
- From that moment, the agent can place trades on your account but cannot withdraw a single satoshi.
- Fomoed stores the agent private key encrypted in our database. Only your specific bots can use it to sign trades.
The clean separation: your funds stay in your control, and a scoped delegate (the agent) handles trading. If Fomoed were compromised tomorrow, the worst an attacker could do is place trades — they cannot drain your USDC.
Compare this to a CEX bot setup, where the bot needs your API key with trade and (sometimes) withdraw permissions. The agent wallet model is significantly safer.
What you need to start
- An EVM wallet — MetaMask, Rabby, or any Ethereum-compatible wallet. Hyperliquid uses EVM-style addresses.
- USDC for collateral — bridged onto Hyperliquid. Minimum is $10, but $200+ is more practical for actual bot trading. Bridge instructions on Hyperliquid's site.
- A Fomoed account — free, no credit card.
If you've never used Hyperliquid before, spend 10 minutes on the platform first — make a manual trade or two so you understand the UI. Bot trading is much easier when you've seen the underlying execution layer.
Step 1: Connect to Fomoed
Sign up at fomoed.com/register/. Verify email. From the dashboard, click "Create Bot" — wizard opens.
Wizard step 1 is exchange selection. Click Hyperliquid. The screen shows the agent-wallet flow:
- Connect your wallet (MetaMask popup appears, sign the connection)
- Approve the auto-generated agent (single signature on Hyperliquid)
- Done — Fomoed now has a delegated trading key for your account
The connection takes about 30 seconds. The agent approval is one Hyperliquid transaction; gasless because Hyperliquid doesn't charge gas for native operations.
Step 2: Choose strategy
For Hyperliquid bots, all of Fomoed's strategies work because Hyperliquid has full order-book primitives:
- DCA — works on any pair; classic accumulation logic
- Grid — works on any pair; range-bound capture
- Smart Money Concepts (SMC) — works exceptionally well on BTC/ETH/SOL perps where order flow is clean
- Custom RSI/Oscillator — for traders with proven indicator setups
- Copy trading — mirror successful bot operators on the platform
- AI Coach — adaptive parameter optimization based on actual performance
- Webhook — paste TradingView alerts to trigger Hyperliquid trades
For a first Hyperliquid bot, DCA on BTC-USD or ETH-USD with conservative settings is the recommended starting point. SMC is the second choice — works well but requires more parameter understanding.
Step 3: Configure (BTC DCA example)
Wizard walks through 12 configuration steps. Sane starting config for BTC DCA on Hyperliquid:
- Pair: BTC-USD (Hyperliquid notation)
- Position size: $100 base order (small enough to be safe; large enough to exceed minimum trade size)
- Leverage: 2x maximum for first deployment. Hyperliquid offers up to 50x but you should never use that on day one.
- Margin mode: Cross or Isolated — Isolated is safer for first bot (caps loss to bot's allocated margin)
- Trading mode: Paper for 48 hours minimum
- Timeframe: 1h (catches meaningful swings on BTC without being too noisy)
- Safety orders: 5 layers, 1.8% spacing, volume scale 1.4
- Take profit: 1.2% above blended average entry
- Stop loss: 8% from entry — non-negotiable, set this
The wizard validates the config and shows total capital required. For the above settings: ~$420 USDC needed to fully fund all safety orders. If you have less, the bot will warn and let you reduce safety order count.
Step 4: Backtest
The Backtest tab on Fomoed runs your config against the last 90 days of Hyperliquid BTC-USD price data. Look at:
- Number of completed cycles (more is generally better, suggests the config triggered actual trades)
- Average drawdown per cycle (should be well under your stop loss)
- Worst single drawdown (would your stop have triggered?)
- Cycle profit factor
If backtest shows the strategy would have hit stop-loss in the recent 90 days, the config is too aggressive. Loosen safety orders, tighten stop loss, or both. Don't go live on a strategy that wouldn't have survived the last quarter.
Step 5: Paper-trade
With backtest looking sane, set the bot to Paper mode and let it run for 48–72 hours. Paper mode uses real Hyperliquid prices and real execution timing but with simulated balance. You'll see:
- Whether the bot enters trades when you'd expect
- How safety orders trigger in live conditions
- Whether the take-profit logic feels right for current BTC volatility
- How the bot handles overnight moves while you're asleep
Watch the bot through at least one significant move (a 2%+ candle on the entry timeframe). If the bot's reaction to that candle makes sense, you're ready for live. If something seems off, adjust config and paper for another 24 hours.
Step 6: Go live
Switch the bot from Paper to Live. The wizard confirms the change and asks you to acknowledge that real funds are now at risk. Once confirmed, the agent wallet starts placing real orders on Hyperliquid.
From the dashboard, you can monitor:
- Real-time positions (mirrored from Hyperliquid via WebSocket — sub-second updates)
- Open orders
- P&L on each position
- Trade history with structural reasons
- Telegram notifications for every entry, partial fill, exit
The dashboard updates in real-time — Fomoed's Hyperliquid integration uses native WebSocket streaming, not REST polling, so what you see matches what's actually on Hyperliquid within milliseconds.
Hyperliquid-specific considerations
Builder code fees. Fomoed earns a small builder-code rebate on every trade your bot makes on Hyperliquid. This is paid by the exchange, not by you. It's how the platform stays free. Your effective trading fee is unchanged.
Funding rates. Hyperliquid funding is paid every hour. If you hold a position through the funding interval, you pay or receive the funding rate. Most bots have negligible funding exposure (positions don't last that long), but if you're running a position-holder strategy, factor this in.
Liquidation prices. Pay close attention to liquidation prices, especially with leverage. Hyperliquid auto-liquidates when your margin is exhausted. Use isolated margin for first bots so a single bad trade doesn't take down your whole account.
Maintenance margin requirements. Hyperliquid's MMR is ~0.5% on BTC/ETH at low leverage, scaling up with size. The wizard accounts for this automatically — but verify on the Hyperliquid UI before going live.
WS reliability. Hyperliquid's WS streams occasionally disconnect under heavy load. Fomoed's order client handles this transparently with auto-reconnect and request replay — you shouldn't notice. If you see any "stale data" warnings on the dashboard, the bot is paused until streams recover.
Multi-bot setups on Hyperliquid
Hyperliquid's account model allows running multiple bots simultaneously on the same wallet. Each bot can target a different pair or strategy. Common setups:
- BTC DCA + ETH DCA + SOL DCA — accumulating three majors with the same risk profile
- BTC SMC long + BTC DCA — SMC takes structural shots; DCA accumulates between SMC entries
- BTC SMC + ETH SMC + SOL SMC — same strategy across three pairs for diversification
- Grid on stablecoin pairs + DCA on majors — grid captures chop while DCA handles trend
Just be aware: all bots share the same Hyperliquid margin pool. If one bot's loss eats into the other bots' margin requirements, you could face cascading liquidations. Use isolated margin per bot to prevent this — that's the default Fomoed config.
What it costs
The Fomoed bot itself is free. Costs you'll incur:
- Hyperliquid trading fees — 0.025% maker rebate / 0.025% taker fee on perps. Bots typically pay closer to taker. For a $1,000 position with 100 trades/month, fees ~$25.
- USDC bridge fees — one-time, ~$1–2 to bridge from Ethereum/Arbitrum into Hyperliquid.
- Funding payments — variable; negative when you're aligned with the funding direction (you receive), positive when against.
- No subscription, no profit cut, no monthly fee — Fomoed is funded entirely by builder-code rebates from Hyperliquid.
Common Hyperliquid bot mistakes
1. Using high leverage on day one. Hyperliquid offers up to 50x. Don't use it. Start at 1–3x. You can always increase later when you understand how the bot reacts.
2. Cross margin without understanding cascading liquidations. Cross is more capital-efficient but means one bad bot can liquidate good bots. Use isolated until you have enough experience.
3. Ignoring funding when holding positions long. If your bot holds positions for hours/days during high funding-rate environments, the funding bill adds up. Check the Hyperliquid funding UI for your pair.
4. Trading low-liquidity perps. Hyperliquid lists ~150 perps. Top-30 have great liquidity. Bottom-100 don't. Bots on illiquid perps eat slippage that destroys edge. Stick to top-30 unless you have specific reason.
5. Withdrawal mistakes. When you want to take profits off Hyperliquid, you withdraw from your main wallet, not the agent. Agent has no withdraw permissions. Some users get confused initially.
Hyperliquid + Fomoed: the 2026 stack
Hyperliquid + Fomoed has become the dominant retail bot stack for self-custody perp trading because the alignment is clean: the exchange has the best UX, Fomoed automates the strategies, and the agent-wallet model means you never give up custody. Compared to running bots on Bybit/OKX with API keys, this is structurally safer and meaningfully cheaper (no subscription, no commission).
For 2026 specifically, the smart play on Hyperliquid is: DCA on majors, SMC on the same majors for opportunistic structural plays, and Grid on a couple of stablecoin or low-volatility alts to capture chop. All free, all running 24/7, all monitorable from one dashboard.
Bottom line
If you want to run trading bots without giving anyone API keys, without paying a subscription, and without trusting a centralized exchange with your collateral — Hyperliquid + Fomoed is the cleanest option in 2026. Setup takes under 5 minutes, agent wallets keep funds safe, and the strategies that work on CEXs work here too with better execution.
Run a Hyperliquid bot in under 5 minutes
Self-custody, no API keys, no subscription. Agent wallets keep your USDC safe.
Start Free →

