● AI Trading · Live on Hyperliquid

Your portfolio.
Managed by AI. 24/7.

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

Realised Profit
Win Rate
Recent WR (20)
Live Positions
Trades Closed
50+
Pairs Scanned
How It Works
💰
Deposit USDC
Send USDC from Arbitrum — the built-in bridge handles the rest. No lock-ups, withdraw profits anytime.
🤖
AI Trades For You
Multi-signal AI scans 50+ Hyperliquid perpetual pairs every 30 seconds, entering and exiting with precision.
📈
Collect Your Profits
Watch real P&L accumulate live. Take profit on demand — your keys, your capital, full control.
Or: Use the x402 API
AI agent? Call the API. HTTP 402 → pay 10 USDC on Base → get session token. Fully autonomous, no UI required.
Simple Pricing
Starter
$20/mo
Everything you need to get started
20 AI bots running simultaneously
50+ Hyperliquid perp pairs scanned every 30s
Live P&L dashboard with position cards
Paper trading mode — test before going live
Macro regime detection (Bull / Bear / Transition)
Deposit & withdraw USDC anytime
·x402 API access
Get Started

Billed monthly · Cancel anytime · Capital always in your own Hyperliquid wallet

For AI Agents & Autonomous Systems

x402 The Machine-Native Trading API

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.

1
ProbePOST /api/v1/session returns HTTP 402 with amount + payTo address
2
Pay — Agent sends 10 USDC on Base mainnet to the payment address, gets a tx hash
3
Activate — Retry with X-Payment: <tx_hash> header, receive session token
4
Trade — Fund bot via Arbitrum bridge, issue commands, monitor positions — all via REST

REST Endpoints

Full programmatic control. Human or machine — same API.

GET /api/v1/status public
POST /api/v1/session ← x402 gated
GET /api/v1/session/{id}
POST /api/v1/session/{id}/command
POST /api/v1/bridge/deposit Arb→HL
POST /api/v1/bridge/withdraw HL→Arb

Bridge endpoints route USDC between Arbitrum One and Hyperliquid natively — no manual wallet management.

x402 flow · bash
# 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"}'

Let AI manage your trades. From $20/month.

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