> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/manager/pages/tasks/evm/afk.md).

# 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/A3pOxCfVntr7KJ4z2AQb" alt=""><figcaption></figcaption></figure></div>

| Field             | Description                                                      |
| ----------------- | ---------------------------------------------------------------- |
| **Wallet**        | Wallet used for the task.                                        |
| **Config Name**   | Custom name for this task.                                       |
| **Buy Amount**    | Amount spent per buy, in the native currency.                    |
| **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 exactly match. Max 1 per field. Case insensitive.                               |
| **Whitelist Name Contains** | Partial match for the token name or ticker. The task buys tokens that partially match. Max 1 per field. Case insensitive.                        |
| **Whitelist Deployer**      | Whitelisted deployer address. Max 1 per field.                                                                                                   |
| **Twitter Deployer**        | Target Twitter handle. The task only buys tokens deployed by accounts linked to that handle.                                                     |
| **Min Creator Buy**         | Minimum amount in the native currency 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 amount in the native currency 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 the selected platform. Set to 0 to allow buys from wallets that have not created any tokens. |
| **Max Tokens Created**      | Maximum number of tokens created by the deployer on the selected platform.                                                                       |
| **Anti Snipe**              | Automatically skips tokens deployed with active anti-snipe protection.                                                                           |

#### Fee Settings

| Field             | Description                                                                          |
| ----------------- | ------------------------------------------------------------------------------------ |
| **Buy Slippage**  | Buy slippage percentage.                                                             |
| **Buy Fee**       | Max Priority Fee for buys, in GWEI. Max Fee = Base Fee + (Priority Fee x 2).         |
| **Bundle Tip**    | Tip to prioritize execution.                                                         |
| **Fee Numerator** | Transaction fee numerator.                                                           |
| **Anti MEV**      | Routes transactions through BloXroute to prevent MEV. Disabled uses the custom node. |

#### 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/VLS27HQd5d56rIvafM1q" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
