Zyper AIO
Dashboard

Social Accounts

Set up the burner accounts that power social tasks.

Burner accounts power the social-task subsystem. If you’re running a big sybil WL farm, the usual practice is have a social accounts for each of your wallets for easier tracking. 1 wallet have 1 e-mail address, 1 X account, 1 Discord, and 1 Proxy.

What’s stored per account

FieldWhat it’s for
NameA free-form label
Private Key / WalletWallet address submission or doing site signature
Gmail AddressAddress for submission, connect and login for Google form tasks
Gmail App PasswordFor IMAP purposes, optional
X (Twitter) tokenauth_token used for X-gated quests and posting
X HandleRenders into {xhandle} . Auto-filled on token verify
Discord TokenThe user token; used for Discord tasks (join/leave/message/react/etc)
Discord UsernameRenders into {discord} . Auto-filled on token verify
ProxyOptional; pin a proxy from your Proxies page

Adding Accounts

Accounts are also separated by groups. Ideally you derive the group from your wallets group for easier management.

  1. Click + Add Group and select an EVM wallet group to derived it from.
  2. When the list is filled with your wallets, click Edit button to attach the socials to a wallet
  3. Google — Paste the address manually, or use Connect Google to save your Google session (required for google forms that need gmail sign-in)
  4. X — Paste the handle manually, or use X auth token to save your session (required for X tasks like connecting to X, follow, reply, retweet, tag friends)
  5. Discord — Paste the username manually, or use Discord token to save your session (required for Discord tasks like connecting to Discord, join/leave server, send messages, react)
  6. Proxy — Ideally 1 proxy per account to give different IP to each account.

Connect Google

Google session is usually needed to fill google form where the creator requires email sign-in.

  1. Click the Connect Google button
  2. A small browser will pop, login into your Google like normal
  3. When you’re successfully logged in, close the window.
  4. The button will change to “Verifying” and “Connected”. The gmail address field will be automatically filled with your address

Grab X Auth Token

Usually when you buy X burner accounts you get the auth token attached to it, but if you don’t and you need to grab it manually, here’s how :

  1. Open X in your browser and log in to the account you want.
  2. Press F12 or Inspect to open Developer Tools.
  3. Go to the Applications tab — if you don’t see it, click the » arrow.
  4. In the left sidebar: expand Cookies → click https://x.com.
  5. In the list, find the row named auth_token.
  6. Double-click its Value and copy the long string (40 hex characters).
  7. Paste that into Zyper’s X Auth field for the account.

Grab X Auth from DevTools

Grab Discord Token

Usually when you buy Discord burner accounts you get the token attached to it, but if you don’t and you need to grab it manually, here’s how :

  1. Open Discord in your browser (the web version, not the desktop app) and log in.
  2. Press F12 or Inspect to open Developer Tools. Go to the Network tab.
  3. In the filter box, type /api.
  4. Click any channel or any DM in your dashboard so requests appear in the list.
  5. Click any request in the list (e.g. messages, science, library).
  6. In the panel that opens, go to Headers → scroll to Request Headers.
  7. Find the line authorization: — copy the value after it. That’s your token.
  8. Paste that into Zyper’s Discord Token field for the account.

Bulk Connect

You can select multiple wallets and click Bulk Connect to quickly attach multiple credentials to multiple accounts

Test Accounts

Each row has a Test button that runs a live auth probe:

  • Discord — calls /users/@me; on success you get a green chip and the display name.
  • Gmail — runs a headless Chromium session against the Google account picker, using that account’s own profile directory.
  • X — calls /2/users/me with the token/cookie pair.

The chip shows live status. Re-run it before each batch if you care about pre-flight reliability.

Folder Location

Accounts are stored at %LOCALAPPDATA%\zyper-suite\data\accounts.dat, DPAPI-encrypted. Each account also gets its own headless Chromium profile under:

%LOCALAPPDATA%\zyper-suite\browser\<account-id>\

That profile is for sites that need the full browser session.