Non-custodial execution engine for Polymarket. Multi-wallet stealth routing, VWAP order slicing, and real-time risk management — built for whale-scale positions.
Built for whales
PolyClerk gives large position holders the execution infrastructure they need — without ever touching their funds.
Route orders across multiple wallets to mask position size. Configurable fragmentation with randomized timing and amounts.
Break large orders into optimal slices that track volume-weighted average price. Minimize market impact on every fill.
Continuous risk monitoring across all positions. Automated alerts and circuit breakers when thresholds are breached.
Native Tauri desktop app for maximum security, plus a web interface when you need remote access. Synced execution state.
Earn fee rebates on every trade via Polymarket's official Builder program. Your trading costs work for you.
We never touch your funds. Client-side wallet signing only. Fully compliant with MiCA regulations — no custody risk.
How it works
PolyClerk connects to your wallets client-side. Orders are signed locally, never routed through our servers.
Import your wallet addresses. Private keys stay in your browser or desktop app — never transmitted.
Set your VWAP parameters, wallet fragmentation rules, and risk thresholds. The engine adapts to live market depth.
Hit execute. PolyClerk slices your order across wallets and time, tracking fills in real-time with live P&L.
// Configure stealth execution
const strategy = {
market: "Will BTC hit $150k by EOY?",
side: "YES",
totalSize: 250_000,
wallets: 5,
slicing: "VWAP",
maxSlippage: 0.02,
};
// Execute across wallets
await polyclerk.execute(strategy);
✓ 5 wallets · 47 fills · avg 0.63 · 0.8% slippage
Early access
PolyClerk is invite-only at launch. Join the waitlist to get early access and help shape the product.