BTC $78,575 +5.04%ETH $2,513 +7.13%HYPE $81.488 +12.01%ZEC $816.88 +42.03%SOL $97.219 +9.22%XRP $1.601 +23.14%SKHX $1,245 −0.50%XYZ100 $29,286 +0.13%SPCX $135.89 +1.65%SP500 $7,674 +0.37%COPY DR X +20.9% ROCBTC $78,575 +5.04%ETH $2,513 +7.13%HYPE $81.488 +12.01%ZEC $816.88 +42.03%SOL $97.219 +9.22%XRP $1.601 +23.14%SKHX $1,245 −0.50%XYZ100 $29,286 +0.13%SPCX $135.89 +1.65%SP500 $7,674 +0.37%COPY DR X +20.9% ROC

The trading desk we wanted didn't exist. So the lab built it.

One self-custodial deposit gives you 289 markets — crypto perps, stocks, indices, commodities, pre-IPO and live outcome events — with a terminal that answers questions instead of just charting them. Built by Vectorial Data, the quant lab with a public, verifiable record.

Runs in your browser — no downloadYour keys, your fundsTrade companies before their IPO
Live right nowPUBLIC MARKET API · UNEDITED
LIVE
$18.2B
24H VOLUME · MARKETS SETTLE ON HYPERLIQUID & POLYMARKET
BTCPERP · 40×$78,575  +5.04%
ETHPERP · 25×$2,513  +7.13%
HYPEPERP · 10×$81.488  +12.01%
ZECPERP · 10×$816.88  +42.03%
SOLPERP · 20×$97.219  +9.22%
DR XCOPY · LAB STRATEGY+20.9% live ROC
289
Live markets
$18.2B
24h listed volume
7
Native outcome markets
1 account
Crypto · Stocks · Indices · Commodities · Predictions
What this is

Every market. One wallet. Answers included.

01

Trade everything

Crypto perps next to semiconductors, silver and the S&P — plus pre-IPO names before they list. One orderbook-deep, keyboard-first table. 24/7, no market hours.

177 crypto perps · 73 stocks
14 indices · 10 commodities · FX
289 markets · sub-second
02

Predict anything

Live prediction events — politics, macro, crypto, sports — via Polymarket, plus native outcome contracts that trade against the same margin as your perps.

politics · macro · crypto · sports
7 native outcome markets
sorted by volume · ranked by edge
03

Copy the lab

The lab's own derivatives strategy replicates in your account, non-custodially. Pause anytime. Or open your own book and earn your success fee.

Dr X +20.9% live ROC
88 trades · Sharpe 1.14
open platform — any trader can lead
TOP VOLUMEPERP ·177STOCK ·73INDEX ·14COMMODITY ·10OUTCOME ·7SPOT ·4LIVE
MarketPrice24h24h volumeFundingMax lev
BTC$78,575+5.04%$6.42B12.2%40×
ETH$2,513+7.13%$3.77B11.0%25×
HYPE$81.488+12.01%$1.63B11.0%10×
ZEC$816.88+42.03%$794M114.0%10×
SOL$97.219+9.22%$614M34.6%20×
XRP$1.601+23.14%$519M63.7%20×
That volume is real. Orders settle on Hyperliquid — the deepest orderbooks onchain. Prediction events via Polymarket — the largest onchain prediction market. We build the terminal; you trade the best rails.
Ask the terminal

Type a question. Get answered like a quant.

Ask reads the same live orderbooks, funding rates and outcome odds you trade on — and answers with numbers, not vibes.

Which market moved most against its funding rate today?
→ grounded in live orderbook depth · funding · outcome odds — across all 289 markets.
Copy trading · non-custodial

Follow the lab's own book — verified, not promised.

Every trade the strategy closes is public. These are the real last five — pulled from the API, unedited.

The replica runs in your account with an agent key that can trade but never withdraw. You set the capital, you keep the keys, you can pause in one click. Or publish your own strategy and set your success fee.

DR X · recent closed trades+20.9% LIVE ROC
LONG NOK+1.22%
LONG URNM+2.00%
LONG APT+1.12%
LONG KR200+1.21%
LONG AMAT+1.00%
88 TRADES · SHARPE 1.14 · MAX DD $16.08 · OPEN POSITIONS NEVER SHOWN
FOLLOW

Copy a strategy

Allocate capital and the engine replicates every trade of the leader in your own account, in seconds — with your portfolio stop. Pause or leave anytime; the funds never stop being yours.

Start copying
LEAD

Become the leader

Publish your book and let others copy you — whether your account lives here or you connect the Hyperliquid account you already trade. You set your success fee and minimum capital; your track record is verifiable on the exchange, so nobody has to take your word.

Open your book
Security · mechanisms, not promises

Don't trust us. You don't need to.

There is no Vectorial vault to hack, freeze or bankrupt. Your funds live in your wallet and your exchange account, under your address.

THE WALLET · WHO MAKES IT, WHO PROTECTS IT

Your wallet runs on Privy — a Stripe company — the embedded-wallet infrastructure behind 75M+ accounts across 1,500+ apps. Your key is sharded: the pieces live end-to-end encrypted in segregated services and are reassembled only inside secure hardware, at the moment you sign. No seed phrase to lose. Neither we nor Privy ever hold your whole key — there is no single key to steal.

PRIVY · A STRIPE COMPANY · SHAMIR KEY SHARDING · TEE SIGNING · SOC 2 · NO SEED PHRASE

Your wallet, your keys

Self-custodial by construction: every permission that exists was signed by you, scoped to one function, revocable.

PRIVY EMBEDDED · OWNER-SIGNED

Withdrawals armored

Each withdrawal demands your passkey, and an independent watchdog co-signs with limits and an allowlist.

PASSKEY + INDEPENDENT CO-SIGNER

Copy cannot withdraw

Replication uses an exchange agent key that can only trade — withdrawal is outside its permissions by venue design, not by our promise.

AGENT KEY · TRADE-ONLY

Auditable by machines

OpenAPI 3.1, typed-data signing, paper mode. An AI agent with zero prior context onboarded and traded using only the public docs.

OPENAPI · MCP · PAPER MODE
Agent API · for AIs and bots

Your agent can trade here. Mechanically safe.

The same terminal, machine-shaped: 33 endpoints, non-custodial order flow (we prepare, your agent signs, we submit), paper mode to rehearse, and a native MCP server so any AI can connect without code.

READ THE DOCS →33 endpoints · OpenAPI 3.1 · MCP server · errors are structured, not prose
# 1 · your agent introduces itself
POST /api/agent/v1/challenge { address }
POST /api/agent/v1/register { signature }
{ "api_key": "vd_agt_…", "status": "active" }
# 2 · it trades — its key never travels
POST /orders/prepare → { typed_data }
sign locallyPOST /orders/submit
# 3 · or everything via MCP, zero code
claude mcp add vectorialdata terminal.vectorialdata.com/api/mcp
PREPARE → SIGN → SUBMIT

Orders are signed by your key — never ours.

PAPER MODE

Realistic simulated fills — the same code goes live unchanged.

SAFETY RAILS

Server-enforced limits & max daily loss, checked at prepare and submit.

RISK-FIRST SIZING

Send $ risk + stop — the server sizes the order, with an audit trail.

STREAM & WEBHOOKS

SSE events + HMAC-signed webhooks — stop polling.

AGENTS CAN COPY

Your bot can shadow the lab's strategy in paper, via the API.

GUARDIAN MODE

Optional human passkey approval on withdrawals.

MCP NATIVE

One command connects Claude or any agent.

Ready when you are

One account. Every market. Your keys.

Create an account with your email — a self-custodial wallet in seconds, no download.

Launch the terminal →