Winkodocs

Winko desk

The desk is where you run a token live: a real-time chart and trade feed, every wallet's balance, per-wallet buy and sell buttons, and a runner for your saved bots and schedules.

Tracking a token

Paste a contract address to track it. The CA is remembered across reloads and navigation, and a fresh launch fills it in for you. The desk seeds the current market cap from on-chain pool state and keeps it anchored as trades land.

The live chart

A one-second market-cap chart, reconstructed from the live trade feed. Candles are trade-driven, each opening on the previous close with no empty filler, and your weighted average entry is drawn as a dashed line so you can see where you are versus the market.

The trade feed

Every buy and sell as it happens: time, SOL size, the trader (shortened), and side coloring (green buys, red sells). Your wallets show in purple and the rest of the market in white, so you can tell your flow apart. Trades are de-duplicated across feeds so each one is counted once.

Per-wallet panel

For every wallet in the active group you get its live SOL and token balance (updated as trades land) plus quick-action buttons. The Sell / Buy toggle switches the buttons between sell mode (percentage buttons, default 25%, 50%, 75%, 100% of that wallet's tokens) and buy mode (fixed-SOL buttons, default 0.01, 0.05, 0.1, 0.5). Both sets are customizable in Settings, up to four each.

Toolbar

  • + Task opens the task picker (below).
  • Sell / Buy switches the per-wallet button mode.
  • Stop halts a running task immediately.
  • Dump all market-sells every wallet's holdings of the token in one click.

Running tasks

The + Task picker lets you choose which wallets the task may use (or all, with the dev wallet excluded), then run a saved volume bot or schedule on the tracked token. While a task runs you get a live log of each trade's order, wallet, side, SOL, the relay that landed it and the send-to-confirm latency, plus running counts of successes and failures.

Insta-dump

The desk can be armed to auto-sell everything once outside buy volume crosses a threshold. See Insta-dump.

Data and balances

Trades stream from a gRPC feed (with a WebSocket fallback), and per-wallet balances update live via account subscriptions, refreshed as your fleet trades. Your own swaps are written to your activity log for PnL tracking.

Note
The desk always operates on the active wallet group. Switch groups on the Wallets page to point the desk at a different set of wallets.
Winko docs