The WALLET field is NOT used in solmm tasks. All buys / sells are distributed between the wallets defined in the wallet cluster (see below).
How it works
- The bot enters the first phase whose
start_mcap_usdmatches the current mcap. - Every
tick_msit picks buy or sell based onbuy_bias_percentageand executes a trade withinmin_trade_size/max_trade_sizelimits. - When
end_mcap_usdof the phase is reached -> the bot moves to the next phase. - After the last phase end mcap is reached -> behavior is controlled by
after_last_phase:stop= exit MMrewind= reverse back through the ladder
Preset settings
All configuration is focused inside the preset. PLEASE PASTE [[solana.mm.phases]] SECTION MANUALLY IN PRESET!To add more phases, simply add more
[[solana.mm.phases]] blocks -> phases are processed in order of start_mcap_usd.Zip-out
Simply find MM section in bot main menu, zip-out action is right there! Zip-out action = emergency exit:- Stops the task
- Sells 100% on every MM wallet + snipe wallets
