# Afk

{% hint style="info" %}
AFK Mode allows you to automate your trades while you are away. Bloom executes buys on your behalf based on the parameters you define. A well-configured setup maximizes your chances of success.

***

#### Before you start

* Ensure you have set an AFK default wallet in the Wallets page under Trading Modes.
* AFK Mode supports running multiple configurations simultaneously, so you can test different strategies at the same time.
  {% endhint %}

### Create AFK Task

<div align="left"><figure><img src="/files/DezFGlxSJ4UrfGx6lU1y" alt=""><figcaption></figcaption></figure></div>

| Field             | Description                                                      |
| ----------------- | ---------------------------------------------------------------- |
| **Wallet**        | Wallet used for the task.                                        |
| **Config Name**   | Custom name for this task.                                       |
| **Amount**        | Amount spent per buy.                                            |
| **Max Buy Count** | Maximum coins the task will buy under the current configuration. |

#### Task Timing

| Field          | Description            |
| -------------- | ---------------------- |
| **Enable at**  | Task start time (UTC). |
| **Disable at** | Task end time (UTC).   |

#### Filters

| Field                  | Description                                                                                                                                                      |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Whitelist Name**     | Whitelisted token name or ticker. The task buys only tokens that partially match. Max 1 per field. Case insensitive.                                             |
| **Whitelist Mint**     | Whitelisted token address. Max 1 per field.                                                                                                                      |
| **Whitelist Deployer** | Whitelisted deployer address. Max 1 per field.                                                                                                                   |
| **Min Creator Buy**    | Minimum SOL the creator must buy of their own coin. Set to 0 to allow buys even if the deployer has not purchased.                                               |
| **Max Creator Buy**    | Maximum SOL the creator can buy of their own coin. Set to 0 to allow buys regardless of the deployer's amount.                                                   |
| **Min Tokens Created** | Minimum number of tokens created by the deployer on LaunchLab.                                                                                                   |
| **Max Tokens Created** | Maximum number of tokens created by the deployer. Limit applies to tokens created after the bot starts monitoring.                                               |
| **Pump.it Pro**        | Uses an external service to help identify and filter potential rugs. Third-party service, no 100% accuracy guarantee. Slightly slower but improves success rate. |
| **Mayhem Only**        | Only target tokens launched through Mayhem.                                                                                                                      |

#### Fee Settings

| Field            | Description                                                                                                          |
| ---------------- | -------------------------------------------------------------------------------------------------------------------- |
| **Slippage**     | Buy slippage percentage.                                                                                             |
| **Priority Fee** | Buy transaction fee.                                                                                                 |
| **Buy Tip**      | Tip to prioritize inclusion in the next block.                                                                       |
| **Anti MEV**     | MEV protection against sandwich attacks.                                                                             |
| **Auto Tip**     | Uses the recommended Jito tip automatically. Priority fee stays fixed since the tip is what matters for Jito Blocks. |

#### Blacklisted Words

| Field                 | Description                                                                           |
| --------------------- | ------------------------------------------------------------------------------------- |
| **Blacklisted Words** | Words in the token name that make the AFK task skip the token. Mass import available. |

#### Blacklisted Deployers

| Field                     | Description                                                                 |
| ------------------------- | --------------------------------------------------------------------------- |
| **Blacklisted Deployers** | Deployer addresses the task will ignore when buying. Mass import available. |

#### Platforms

| Field         | Description                     |
| ------------- | ------------------------------- |
| **Platforms** | Platforms the task operates on. |

***

### Tasks Tab

Tasks appear in the Tasks tab organized by feature.

<figure><img src="/files/lQ0BTVy8bxAl2X1QDuvs" alt=""><figcaption></figcaption></figure>

| Button           | Description                                          |
| ---------------- | ---------------------------------------------------- |
| **Start All**    | Activates all tasks in the current tab.              |
| **Stop All**     | Deactivates all tasks in the current tab.            |
| **Start / Stop** | Activate or deactivate a single task.                |
| **Edit**         | Modify a task's parameters.                          |
| **Duplicate**    | Create a copy of a task with the same configuration. |
| **Delete**       | Remove a task permanently.                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bloombot.app/manager/pages/tasks/solana/afk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
