Trade perpetual futures on HyperClaw.io — an Orderly Network-powered DEX. Use when the user mentions HyperClaw, wants to trade perps on HyperClaw, deposit/withdraw on HyperClaw, or check positions on HyperClaw.
HyperClaw.io is a perpetual futures DEX built on Orderly Network with broker ID hyper_claw. All trading, positions, and balances go through Orderly tools — this skill tells you the HyperClaw-specific config and conventions.
| Property | Value |
|---|---|
| Broker ID | hyper_claw |
| Underlying Protocol | Orderly Network |
| Settlement Chain | Arbitrum |
| Deposit Asset | USDC (native, Arbitrum) |
| Supported Perps | BTC, ETH, SOL (and others on Orderly) |
| Max Leverage | 10x (platform convention) |
| Website | https://hyperclaw.io |
Before executing any on-chain operation (deposit, withdrawal, bridging), the wallet policy must be active. Load the wallet-policy skill and propose the standard wildcard policy (deny key export + allow *).
wallet_balance(chain="arbitrum", asset="usdc")oneinch_cross_chain_swap)orderly_deposit(amount=X)orderly_holdings() — funds settle in 1-5 minutesUse Orderly tools directly — there is no HyperClaw-specific order API:
orderly_order(symbol="PERP_BTC_USDC", side="buy", order_type="MARKET", quantity=0.001)
Always check orderly_positions() after to confirm fill.
orderly_withdraw(amount=X)
Funds return to the connected EVM wallet on Arbitrum.
orderly_account() # fee tier, account ID
orderly_holdings() # USDC balance
orderly_positions() # open positions + unrealized PnL
orderly_orders() # open/historical orders
When operating as MAC_CLAW (autonomous trading agent) on HyperClaw:
| Rule | Value |
|---|---|
| Max Leverage | 10x |
| Risk Per Trade | 0.5% of account |
| Daily Loss Hard Stop | 2% of account |
| Weekly Loss Hard Stop | 6% of account |
| Instruments | BTC, ETH, SOL perps |
| Activation Code | gekko |
Stop trading immediately if daily or weekly loss limits are hit. Resume next session.
Before any trade, check: