Skip to main content

woosh launch

Automates your token launch process end-to-end, including funding, simulation, minting, pool creation, and wallet cleanup.


Command: woosh launch full

Runs the complete token launch pipeline, including heatup simulation, token minting, pool creation, and distribution.

Sequence:

  1. Fund wallets
    Sends SOL to intermediate and active wallets based on your config.

  2. Simulate buys
    Simulates buy activity from worker wallets to warm up trading data.

  3. Simulate sells
    Sells a portion of the bought tokens and cleans up simulation wallets.

  4. Clean up inactive wallets
    Closes worker wallets with no balance post-simulation.

  5. Close empty token accounts
    Reclaims SOL from unused token accounts in intermediate wallets.

  6. Refill SOL
    Ensures launch wallets have enough SOL for minting and pool creation.

  7. Mint token
    Creates your token using the details in the config file.

  8. Create token accounts
    Sets up ATAs for all intermediate and worker wallets.

  9. Revoke mint & freeze authority
    Locks your token’s supply permanently for decentralization.

  10. Wrap SOL for sniping
    Prepares WSOL to snipe your own pool post-creation.

  11. Create and lock liquidity pool
    Launches the Meteora pool and locks it using your config rules.

  12. Distribute tokens through layers
    Transfers tokens from launch ➝ intermediate ➝ worker wallets.

  13. Close token accounts (again)
    Cleans up leftover token accounts after distribution.

  14. Clean up inactive wallets (again)
    Closes any leftover inactive worker wallets.


Command: woosh launch post-heatup

Use this if you've already run heatup manually and now want to finalize the launch.

Sequence:

  1. Fund wallets
  2. Mint token
  3. Create token accounts
  4. Revoke mint & freeze authority
  5. Wrap SOL for sniping
  6. Create and lock liquidity pool
  7. Distribute tokens through layers
  8. Close token accounts
  9. Clean up inactive wallets

Required Config Fields

These commands use multiple sections from woosh.config:

  • token
  • multi_wallet_settings
  • pool_settings
  • stake_settings (if using Meteora pool)
  • heatup_settings

Notes

  • Run woosh launch full for automated launch including simulation.
  • Use woosh launch post-heatup if you've already simulated buys/sells.
  • Make sure your funding wallet has enough SOL to cover all operations.