OBSERVABLE BY DESIGN · ZERO WALLET ACCESS
See every decision before risking a dollar.
A working proof of concept for a rules-based Hyperliquid bot. It reads the market, evaluates a deterministic strategy, enforces risk limits and simulates fills—without signing or submitting an order.
Public WebSocket data in. Explainable virtual trades out. Customer rules replace the demo EMA module after written specification.
BTC decision stream
Decision audit trail
No wallet connected. Exchange order endpoint is disabled.
Risk profile loaded: capped exposure, stop-loss, one position only.
Demo EMA rule loaded. Customer rules remain a replaceable module.
Subscribing to public BTC trades; no authentication required.
A strategy can be validated before live access exists.
Same rule, same result
Decisions are deterministic, versioned and reproducible from recorded market events.
Risk is a separate gate
A valid signal can still be rejected by exposure, stop or market freshness controls.
Live mode is an adapter
Only after dry-run approval is the simulator replaced by a signed Hyperliquid testnet adapter.