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:
-
Fund wallets
Sends SOL to intermediate and active wallets based on your config. -
Simulate buys
Simulates buy activity from worker wallets to warm up trading data. -
Simulate sells
Sells a portion of the bought tokens and cleans up simulation wallets. -
Clean up inactive wallets
Closes worker wallets with no balance post-simulation. -
Close empty token accounts
Reclaims SOL from unused token accounts in intermediate wallets. -
Refill SOL
Ensures launch wallets have enough SOL for minting and pool creation. -
Mint token
Creates your token using the details in the config file. -
Create token accounts
Sets up ATAs for all intermediate and worker wallets. -
Revoke mint & freeze authority
Locks your token’s supply permanently for decentralization. -
Wrap SOL for sniping
Prepares WSOL to snipe your own pool post-creation. -
Create and lock liquidity pool
Launches the Meteora pool and locks it using your config rules. -
Distribute tokens through layers
Transfers tokens from launch ➝ intermediate ➝ worker wallets. -
Close token accounts (again)
Cleans up leftover token accounts after distribution. -
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:
- Fund wallets
- Mint token
- Create token accounts
- Revoke mint & freeze authority
- Wrap SOL for sniping
- Create and lock liquidity pool
- Distribute tokens through layers
- Close token accounts
- 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.