Taker
Taker
A chat-first terminal for Hyperliquid perps.

Taker is a chat-first trading terminal for Hyperliquid perpetuals.

Instead of filling in an order ticket, you type the trade in plain
language — "long 5x eth 2k stop 1800" — and Taker turns it into a
structured order, prices it against the live book, and shows you a
confirmation card before anything is submitted. The card shows size,
notional and entry price, liquidation, margin required, estimated
slippage, and the full fee breakdown with the venue fee and our builder
fee itemised separately. Nothing reaches Hyperliquid until you confirm it.

A conventional terminal sits alongside the chat. chart, order book,
order ticket, positions blotter, open orders and fill history. Both
surfaces produce the same order object and travel the same execution
path, so there is no behaviour available in one that isn't in the other,
and no way to bypass your own risk settings by clicking instead of typing.

Design principles:

— The model proposes, it never executes. Language model output is a
structured order intent, which is then validated and priced by our own
code, checked against your configured risk limits, and rendered for you
to confirm. There is no autonomous trading mode and no unattended
execution.

— Bring your own model key. Anthropic, OpenAI, or OpenRouter. Inference
is billed to your own provider account. We don't resell it and you aren't
locked to a single lab.

— Delegated trading only. You approve a Hyperliquid API wallet scoped to
trading actions. Taker never asks for a seed phrase or a main wallet
private key.

— Your risk limits, enforced deterministically. Maximum order notional,
maximum leverage, daily loss limit, market allow/deny list, and a
one-click reduce-only mode that lets you close positions but not open new
ones.

Status: live on Hyperliquid mainnet, currently invite only.