> ## 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.

# Watch

### Overview

The **Watch Mode** waits for a pool deploy from a specific dev wallet (like snipe) and then starts the work: the bot can **snipe** the launch (if selected in preset) and then starts **market-making** on top of it.

| Field name                | Description                                                                                                               |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Mode**                  | `watch`                                                                                                                   |
| **Data**                  | `empty`                                                                                                                   |
| **Input**                 | `Target Dev Wallet 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 with `[solana.mm]` settings                                                                                   |

**Task example:**

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

### Flow

1. The bot monitors the target dev wallet for a pool deploy.
2. *(Optional)* Once the pool is deployed -> the bot **snipes** the launch with different wallets if you set it in preset settings.
3. Market-making starts 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](/overview-mm) page.
