Skip to main content
The Solmm Module (Solana Market-Maker) allows you to perform market-making, ladder actions and volume-making on a token. Instead of a single swap, the bot runs a continuous loop of buys and sells (“ticks”) across your wallets, following an mcap ladder that you define in the preset. Two modes are available:
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

  1. The bot enters the first phase whose start_mcap_usd matches the current mcap.
  2. Every tick_ms it picks buy or sell based on buy_bias_percentage and executes a trade within min_trade_size / max_trade_size limits.
  3. When end_mcap_usd of the phase is reached -> the bot moves to the next phase.
  4. After the last phase end mcap is reached -> behavior is controlled by after_last_phase:
    • stop = exit MM
    • rewind = reverse back through the ladder
Think about phases as strategies -> each rung of the staircase can have its own bias, trade sizes, tick rate, budget and duration.

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:
  1. Stops the task
  2. Sells 100% on every MM wallet + snipe wallets