Tasks on launch
When you launch a token you can attach one task that fires automatically the moment it goes live. This is the 'What runs after launch?' selector on Deploy.
The options
- Volume bot. Runs a saved volume bot across your wallet fleet (the dev wallet is excluded). Pick which saved bot to use from the dropdown. The most recent is selected by default.
- Schedule. Runs a saved schedule of timed buys and sells.
t = 0is the moment the dev buy confirms, and each entry fires at its offset from there. - Insta dump. Arms an insta-dump. The desk watches outside buy volume after launch and market-sells all your holdings the instant it crosses a SOL threshold you set.
- None. Just create the token and do the dev buy. The Winko desk opens with the contract address filled in so you can run things by hand.
How it is handed to the desk
At launch, Winko broadcasts the task to the Winko desk so it knows what to run. If a desk tab is already open, it instantly adopts the new contract address and starts the task. If no desk is open, Winko opens one with the contract address filled in and the task armed. Either way the token always lands on a desk that is ready to run, with nothing left waiting on you.
Note
You can also run any saved bot or schedule on demand later from the desk's + Task picker. Attaching one at launch is just the automatic path.