Tools

Automation

The /automation tab is where strategies trade on your behalf. Three modes, same shell: AutoTrader (server-side signals), Copy Trading(mirror another wallet), and API (build your own).

AutoTrader

Coming soon. AutoTrader is still in testing — the panel is visible in the app but not open. Everything below describes how it will work.

AutoTrader runs proven strategies on the crypto Up/Down markets. Toggle the strategies you want — e.g. BTC_15m, ETH_5m — and the engine routes any matching live signal into your wallet automatically.

Every signal first lands as a shadow execution — a logged would-be trade with no order placed. A strategy only routes real orders to your wallet once it has been graduated to live by the platform team. This is a hard gate: shadow rows prove the strategy is still picking the signals you signed up for before money moves.

  • Markets you pick — you control which asset×interval pairs are active.
  • Algo decides — entry, size, side and exits come from the strategy.
  • Stop-Loss / Take-Profit — strategies can place SL/TP on entry; they fire from the same on-chain engine your manual SL/TP uses.
  • Kill All — the header has a one-tap kill that cancels every open auto order across every active strategy.
Shadow ≠ paper trading. Shadow means the engine SAW the signal and would have traded — it's a data-quality check on the pipeline. Real orders only flow after a strategy is graduated AND your wallet has a usable signing key.

Copy Trading

Copy Trading mirrors another wallet's trades into yours, filtered by your rules. Start a copy run by picking a wallet from the Discoverpanel (the top 30 wallets by recent P&L, sourced from Smart Money with archetype tags and a copy-sim ROI badge), the Tracked panel (your own Wallet Trackers), or by pasting an address directly — then set your sizing and filters.

  • Paper mode (default) — every trade the source wallet makes is simulated against your sizing and slippage; you see what your P&L would have been without risking funds.
  • Live mode — same logic, real orders. Opt-in per copy run, off by default.
  • Fees + slippage modelled — paper trades include the Polymarket taker fee and a realistic slippage estimate based on the live book.
  • Sizing — fixed $ per trade or % of source size. Caps prevent a whale wallet from blowing your bankroll on one signal.
  • Filters — by asset, interval, side (UP/DOWN), minimum size, market category.

The copy engine is firehose-driven — it ingests the wallet's fills directly from the same SSE stream the Wallet Trackers use, so latency from a source trade to your copy is sub-second.

API

The API panel exposes a programmatic surface for placing orders without going through the UI. Build your own bot, route signals from your own indicator, integrate with TradingView alerts — you sign requests with your wallet and the engine places the order.

Endpoints, auth and a worked example are wired into the panel itself when API access is active on your account.

Status & safety

  • Stats header — live count of active strategies, today's shadow vs. live executions, current P&L from automation.
  • One-tap kill — pauses every strategy and cancels every open order. Safe to use at any time.
  • Audit trail — every execution writes a row with timestamp, signal source, mode (shadow / live), wallet and resulting order id. Auditable end-to-end.
AutoTrader strategies graduate slowly and visibly. If a strategy you're subscribed to is still showing only shadow executions, that's the platform team holding it back — the backtest hasn't earned live status yet. Your funds stay safe.