> 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/solana/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/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**     | <p>Minimum SOL the creator must buy of their own coin. Set to 0 to allow buys even if the deployer has not purchased.<br><br><em>Note: These settings only apply to the initial deployment. Any transaction outside of the deployment is not considered.</em></p> |
| **Max Creator Buy**     | <p>Maximum SOL the creator can buy of their own coin. Set to 0 to allow buys regardless of the deployer's amount.<br><br><em>Note: These settings only apply to the initial deployment. Any transaction outside of the deployment is not considered.</em></p>     |
| **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.                                                                                                                                                |
| **Min Tokens Migrated** | Minimum number of tokens created by the deployer on the selected platform that migrated.                                                                                                                                                                          |
| **PumpFun Pairs**       | Choose between USDC, SOL, or USDC + SOL. This setting lets you select your preferred liquidity pairing for the token you want to snipe.                                                                                                                           |
| **Insta Migration**     | This setting automatically buys the migration if the bonding curve migrates in the same slot right before your purchase goes through.                                                                                                                             |
| **Raw Swap**            | Send your swap directly instead of routing it through the Bloom router. This setup helps reduce compute units on supported decentralized exchanges.                                                                                                               |

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