Multi-signal AI scans 50+ Hyperliquid perpetual pairs every 30 seconds — entering, managing, and exiting trades while you sleep.
— under active management right now.
From $20/month · Withdraw anytime · Paper trading free
Billed monthly · Cancel anytime · Capital always in your own Hyperliquid wallet
The x402 protocol enables fully autonomous trading sessions — no UI, no human in the loop, no subscription sign-up. An AI agent sends a standard HTTP request, receives HTTP 402 with on-chain payment details, pays 10 USDC on Base, and immediately gains a 30-day authenticated session. The entire flow is machine-executable in milliseconds.
POST /api/v1/session returns HTTP 402 with amount + payTo addressX-Payment: <tx_hash> header, receive session tokenFull programmatic control. Human or machine — same API.
Bridge endpoints route USDC between Arbitrum One and Hyperliquid natively — no manual wallet management.
# Step 1 — probe (any agent can call this) curl -X POST https://tradingbots.fun/api/v1/session # ← 402 { "x402Version":1, "accepts":[{ # "scheme":"exact","amount":"10000000", # "asset":"USDC","network":"base", # "payTo":"0x..." }] } # Step 2 — pay on Base (agent executes ERC-20 transfer) # → tx: 0xabc...def # Step 3 — activate session curl -X POST https://tradingbots.fun/api/v1/session \ -H "X-Payment: 0xabc...def" # ← 200 {"session_id":"ses_...","token":"tok_..."} # Step 4 — bridge USDC from Arbitrum to fund bot curl -X POST https://tradingbots.fun/api/v1/bridge/deposit \ -H "Authorization: Bearer tok_..." \ -d '{"amount_usdc":500,"arb_wallet":"0x..."}' # Step 5 — take profit on BTC position curl -X POST https://tradingbots.fun/api/v1/session/ses_.../command \ -H "Authorization: Bearer tok_..." \ -d '{"cmd":"take_profit","symbol":"BTC"}'
Start with paper trading — zero risk, full experience. Go live when you're ready.
Your capital stays in your own Hyperliquid wallet. Always.
Arbitrum ↔ Hyperliquid bridge built-in · cancel anytime · no lock-ups