Skip to main content

Launch & Manage Solana Tokens Like a Pro – With Woosh

Banner

💨 How Woosh Works

Woosh is a powerful infrastructure designed to growth-hack your token. It gives you complete flexibility in managing token distribution and executing strategic sells—without crashing the market. With customizable behavior defined in a woosh.config.json file, Woosh handles complex, multi-wallet operations effortlessly.

🧩 Step-by-Step


✅ Step 1: Fund the Funding Wallet

Fund your funding wallet from an exchange. This wallet is responsible for distributing SOL across intermediate and worker wallets. The distributed SOL will later be used by the heatup module and the smart-sell bot.

  • Fund the funding_wallet from an exchange.
  • It distributes SOL to intermediate_wallet and all worker_wallets.
  • This SOL is used later by the heatup module and smart-sell bot.

✅ Step 2: Launch Token

Fund your token launch wallet from an exchange. This balance will be used to mint your token, revoke authority, create the liquidity pool, snipe the listing, and apply a permanent lock. Once the token pool is created and sniped, the sniped tokens can be transferred to active worker wallets via intermediate wallets to avoid clustering on tools like Bubble Maps. This is called a layer transfer. Once the tokens are sent to worker wallets, the token accounts from the intermediate wallets can be closed, and any remaining SOL is returned to the funding wallet.

  • Fund the token_launch_wallet from an exchange.
  • Use it to mint token, revoke authority, create pool, snipe, and lock LP.
  • Sniped tokens are sent to intermediate_wallet.
  • From there, tokens are distributed to active worker_wallets (layer transfer).
  • Close token accounts on the intermediate wallet after transfer.
  • Send any remaining SOL in the intermediate wallet back to the funding wallet.

✅ Step 3: Smart Sell

At this point, your token is live, and the holdings are distributed across multiple active worker wallets. When you want to begin selling your holdings, the smart-sell module can be used to execute token sales without rugging the market. The algorithm tracks buy and sell volume every second and calculates the net volume over the time interval defined in your configuration. If the buy volume exceeds the sell volume within that window, the bot uses the configured threshold (e.g., 10%, 20%, or 100%) to determine how much to sell. For example, if the buy volume is 20 SOL and sell volume is 10 SOL in a 10-second interval, the net buy volume is 10 SOL. With a 20% threshold, the bot will sell tokens worth 2 SOL, selected from four random worker wallets in randomized amounts.

This mechanism ensures the market remains healthy and liquid. After tokens are sold, the SOL proceeds can be sent to the profit wallet, which can be used or cashed out as needed.

  • After launch, tokens are spread across worker_wallets.

  • Smart Sell checks buy/sell volume every second.

  • If buy volume > sell volume during the configured interval:

    • It sells a percentage (e.g., 20%) of the net buy volume.
    • Tokens are sold from 4 random worker wallets with random amounts.
  • Example:

    • Buy = 20 SOL, Sell = 10 SOL → Net = 10 SOL
    • Threshold = 20% → 2 SOL worth of tokens sold.
  • Sold SOL is sent to the profit_wallet.


In short, Woosh is built to manage complex token operations with ease, precision, and minimal risk to your market.