Polymarket binaries, Hyperliquid perps, every TradFi underlying, and the wallet activity feeding them. One keyboard-first surface.
Equities, indices, commodities, FX, crypto. Each one can be expressed as a Hyperliquid perp or a Polymarket binary, sat side by side on the same workspace. The wiring between them is the real feature: link an order on one venue to a trigger on the other and the two legs fire together.
Every Polymarket market is one keystroke away. The full catalogue is browsable from inside the terminal, with featured tiles up top, a live Trending Now strip, and categorised buckets for politics, sports, macro themes, crypto and pop culture. Click any tile and it drops straight into your active chart, orderbook and ticket.
Underneath all of that, a wallet scanner watches the addresses you care about. You get real-time alerts when a tracked trader fires, liquidity depth across venues, and vol-spike detection that surfaces the mispricings before the rest of the room catches up.
Every panel from the section above answers to the same grammar: a slash, a root command, an optional subcommand, an argument. Once you know one, you know all of them.
One key, one endpoint. Not just Polymarket and Hyperliquid order flow, but every feed the terminal pulls from: weather, sports, equities, FX, rates, on-chain, curated news, trader intelligence. REST and WebSocket, served raw to your agent in sub-15ms. Or talk to Delphi directly.
// Stream every Polymarket trade for the 2028 election market const ws = new WebSocket("wss://api.vatic.trade/v1"); ws.send(JSON.stringify({ action: "subscribe", channel: "trades", venue: "polymarket", market: "pres-2028-winner", auth: "vt_sk_********" })); ws.onmessage = (msg) => { console.log(JSON.parse(msg.data)); // { ts: 1748293928, px: 0.42, sz: 1200, side: "buy" } };
Call her with /DELPHI from the command bar like
any other command. She answers questions, pulls data, and
opens tools for you — or let your external agents talk to
her directly.
/DELPHIThe same key talks to the copy-trading layer. You pick a wallet, hand the agent a policy sheet, and it shadows that trader without you watching. Sizing curves, drawdown caps, venue routing, entry filters, exit triggers, opt-outs by size or asset. The rules panel goes deeper than what is shown here.
Entry point: /COPY