Winkodocs

Wallet fleet

The fleet is every wallet Winko trades with. Organize it into groups, create or import keys, and keep balances in view, all on the Wallets page.

Groups

Wallets live in groups so you can keep different jobs apart, for example a makers group, a bots group and a single dev wallet. A group selector at the top switches the active group, and every page in the app (Deploy, Tasks, Winko desk) operates on whichever group is active.

  • Add group creates a new, empty group and makes it active.
  • Rename group changes a group's display name.
  • Delete group removes the group. A backup file is downloaded first, and you can never delete the last remaining group.

Adding wallets

  • Create generates fresh keypairs. Enter how many (1 to 200). Duplicates are skipped automatically.
  • Import takes existing wallets pasted one per line as pubkey:privkey (legacy JSON objects also work). Each key is validated against its public key on import, so a mismatched or corrupt paste is rejected rather than silently added. Watch-only entries (public key only) are accepted too. You get a summary of how many were imported, skipped as duplicates, or rejected with a reason.
  • Export downloads every pubkey:privkey in the group as a text file for backup.

The wallet table

Each row shows the wallet's public key (with a copy button and a Solscan link), its SOL balance once balances are loaded, and a remove action. Refresh balances re-reads SOL for every wallet from the RPC.

What else lives here

Funding, fee claiming, account cleanup, consolidation, recovery and withdrawal all run from this page's toolbar. Each has its own page:

  • Funding and stealth covers funding the fleet, fixed or random split, with optional stealth routing.
  • Fees, recovery and cleanup covers claiming creator fees, closing empty token accounts, consolidating SOL, recovering stuck funds, and withdrawing everything.
Note
Wallets and groups are encrypted and synced to your license, so your fleet appears on any device you sign into. Local storage is kept as a fast cache. See Security and sync.
Winko docs