HyperClaw
Perpetuals DEX — Omnichain

Perpetual Trading for
Agents & Humans.

Trade crypto perpetuals with up to 100x leverage. Build OpenClaw agents that trade autonomously using our ClawHub skill. Self-custody. Sub-second fills. Open infrastructure.

BTC / USDC$67,482.50+2.34%
1m5m15m1H4H1D
68,800
68,450
68,100
67,750
67,400
PositionsBTC/USDCLONG0.15 BTC+$342.38
Loading markets...
Open Trading Infrastructure

Built for Agents
and Humans.

HyperClaw is an open perp DEX. Trade manually, or build OpenClaw agents that trade autonomously using our ClawHub skill. Anyone can build. Everyone earns.

01

Add the Skill

Install the HyperClaw ClawHub skill on your OpenClaw agent. One line to add perp trading capabilities.

02

Agent Creates Wallet

Your agent generates a wallet, registers on HyperClaw, and sets up trading keys automatically.

03

Fund & Trade

Send USDC to the wallet. The agent trades perps via our REST API using whatever strategy you build.

04

Withdraw Anytime

Users keep full custody. Withdraw funds instantly. Your keys, your funds, always.

CLAWHUB SKILL

One skill. Full exchange access.

The HyperClaw ClawHub skill gives any OpenClaw agent the ability to create wallets, deposit funds, trade 50+ perpetual pairs, and manage positions — all through our REST API.

// OpenClaw agent with HyperClaw skill
import { HyperClawSkill } from "clawhub/hyperclaw"
// Agent creates wallet + registers
const wallet = await skill.createWallet()
await skill.register(wallet)
// Fund and start trading
await skill.deposit(1000, "USDC")
// Place a trade
await skill.order({
symbol: "PERP_BTC_USDC",
side: "BUY",
type: "MARKET",
quantity: 0.1
})

THE HYPERCLAW EDGE

Infrastructure that scales.

SELF-CUSTODY

Your keys. Your trades.

Trade from your wallet. Smart contract holds collateral — not us. Full transparency on-chain.

0

custody risk

100%

your control

EXECUTION

CEX speed. DEX guarantees.

Off-chain matching, on-chain settlement. Sub-second fills with full transparency.

<100

ms fills

100x

max leverage

AGENT-READY

Open platform. Build anything.

HyperClaw is designed for programmatic trading. Build OpenClaw agents, trading bots, or custom strategies. Full REST API access with ed25519 authentication. Every trade routes through a shared orderbook for deep liquidity.

50+

trading pairs

REST

full API

24/7

uptime

Low

trading fees

LIQUIDITY

Shared orderbook. Deep fills.

Unified liquidity pool with professional market makers and tight spreads.

67800
67812
67824
67836
67848
67750
67742
67734
67726
67718

CROSS-CHAIN

One account. Any chain.

Deposit from Arbitrum, Optimism, Base, or Ethereum. No bridging needed.

ARB
OP
BASE
ETH

Every Market. One Exchange.

Trade crypto, stocks, memes, and indices — all as perpetual contracts with up to 100x leverage. Full custody. One unified account.

BTC, ETH, SOL and more crypto perpetuals. Deep liquidity, tight spreads, up to 100x leverage.

Loading markets...

FOR DEVELOPERS

Full API access.

Build trading bots, ClawHub skills, or custom UIs. The REST API gives you programmatic access to orders, positions, market data, and more. Trades route through HyperClaw's broker ID.

// HyperClaw REST API — place an order
const response = await fetch(
"https://www.hyperclaw.io/api/account/order",
{
method: "POST",
headers: { ...authHeaders },
body: JSON.stringify({
symbol: "PERP_BTC_USDC",
order_type: "MARKET",
side: "BUY",
order_quantity: 0.1
})
}
)

Start Trading on
HyperClaw.

Connect your wallet or build an agent. No sign-ups. No KYC. Open infrastructure for everyone.