> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bloodydash.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Default

### Overview

The **Default Mode** is designed for market-making on an already launched token. It requires an existing pool / token address.

| Field name                | Description                                                                                                               |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Mode**                  | `default` **OR** empty                                                                                                    |
| **Data**                  | `empty`                                                                                                                   |
| **Input**                 | `Token Address (CA) / Pool Address`                                                                                       |
| **Fee**                   | Amount in SOL / empty ( = 0.0001 SOL)<br /><br />**Example:**<br />`0.001:0.001` or `0.001` (will be used for buy & sell) |
| **Tip**                   | Amount in SOL / empty ( = 0.0001 SOL)<br /><br />**Example:**<br />`0.001:0.001` or `0.001` (will be used for buy & sell) |
| **Slippage**              | Slippage value / empty ( = 10%)<br /><br />**Example:**<br />`10:10` or `10` (will be used for buy & sell)                |
| [**Preset**](/preset-cli) | Preset name                                                                                                               |

**Task example:**

```text theme={null}
MODE,DATA,INPUT,FEE,TIP,SLIPPAGE,PRESET
default,,TOKEN_OR_POOL_ADDRESS,0.0001,,,mm
```

### Flow

1. The bot resolves the pool for the provided token / pool address.
2. Starts market-making according to the `[solana.mm]` preset settings and mcap ladder phases.

<Note>
  All buys / sells are distributed between the wallets defined in `[solana.mm.wallet_cluster]`. Make sure `wallet_names` is filled, otherwise clustering won't work.
</Note>

<Tip>
  To exit instantly, use the **zip-out** action -> stops the task and sells **100%** on every MM wallet + snipe wallets.
</Tip>

For all preset settings, check the [Overview](/solmm/overview) page.
