# AFK Channels

{% hint style="info" %}
AFK Channels feature allows you to automate your trading by monitoring specific Telegram channels for Solana token addresses. Once a token is detected, the bot will execute a buy order automatically based on your predefined custom settings, allowing you to catch early entries even when you are away from your keyboard.
{% endhint %}

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

<table><thead><tr><th width="273" valign="middle">Button</th><th>Action</th><th data-hidden></th></tr></thead><tbody><tr><td valign="middle">➕New Task</td><td>Create new AFK task</td><td></td></tr><tr><td valign="middle">✅⏸️</td><td>You can pause or unpause this task with a single click.</td><td></td></tr><tr><td valign="middle">Edit✏️</td><td>Adjust the task settings</td><td></td></tr><tr><td valign="middle">📊Recent Executions</td><td>History of automated trades triggered or failed by your AFK tasks.</td><td></td></tr><tr><td valign="middle">🏆 Top Channels</td><td>Stats of all public and prvate channels</td><td></td></tr></tbody></table>

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

<table><thead><tr><th width="229" valign="middle">Button</th><th>Action</th><th data-hidden></th></tr></thead><tbody><tr><td valign="middle">Task Name:</td><td>For easier navigation, give each task a unique name</td><td></td></tr><tr><td valign="middle">📢 Public channels</td><td>Channel list to activate and buy tokens from</td><td></td></tr><tr><td valign="middle">🔒 Personal Channels</td><td>Add up to 5 channels of your choise</td><td></td></tr><tr><td valign="middle">🔴 Auto-Blacklist old Calls</td><td>Already called tokens from selected channels will be blacklisted</td><td></td></tr><tr><td valign="middle">⛔️Token Blacklist</td><td>Can blacklist any token to prevent from buying</td><td></td></tr><tr><td valign="middle">Auto-buy Amount</td><td>Specify amount you wan't to make buy when triggered</td><td></td></tr><tr><td valign="middle">Slippage</td><td>Set your custom Slippagge</td><td></td></tr><tr><td valign="middle">TIP</td><td>Custom TIP for tx processors</td><td></td></tr><tr><td valign="middle">Prio</td><td>Priority fee for validators</td><td></td></tr><tr><td valign="middle">🟢🔴Anti-MEV</td><td>Turn it 🟢 to stay secure, or leave it off for maximum speed (for the fastest execution, keep it 🔴)</td><td></td></tr><tr><td valign="middle">🟢🔴 First Interaction or Skip</td><td>Single token purchase attempt. No re-buys of the same token even if buy failed after turning 🟢.</td><td></td></tr><tr><td valign="middle">Max Buys per Token</td><td>Buys same token only selected times, later ignores token</td><td></td></tr><tr><td valign="middle">🔄 Reset to defaults</td><td>Resets all configuration to default settings from your profile</td><td></td></tr></tbody></table>

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

<table><thead><tr><th width="268" valign="middle">Button</th><th>Action</th><th data-hidden></th></tr></thead><tbody><tr><td valign="middle">📊</td><td>Opens statistic for certai channel</td><td></td></tr><tr><td valign="middle">1d/7d/14d/30d</td><td>Filter stats by selected timeframe</td><td></td></tr><tr><td valign="middle">Avg X</td><td>Sort by average X made across all calls</td><td></td></tr><tr><td valign="middle">Total ROI</td><td>Sort by overall return on investment</td><td></td></tr><tr><td valign="middle">Winrate </td><td>Sort by % of calls that hit at least 2x</td><td></td></tr><tr><td valign="middle">Best X</td><td>Sort by best X in a single call</td><td></td></tr></tbody></table>

Additional options that can or can't be used from /settings:

<table><thead><tr><th width="268" valign="middle">Button</th><th>Action</th><th data-hidden></th></tr></thead><tbody><tr><td valign="middle">🎯Default Targets</td><td>Yes</td><td></td></tr><tr><td valign="middle">⚙️Advaned Buy Setttings</td><td>Yes, Min/max LP,Min/max MC, Max tax etc....</td><td></td></tr><tr><td valign="middle">Auto Buy</td><td>No, because AFK mode have its own buy with amount</td><td></td></tr><tr><td valign="middle">TIP/PRIO/anti-MEV/Slippage</td><td>No, because AFK mode have its own settings</td><td></td></tr></tbody></table>


---

# 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://rektbot.gitbook.io/solana/quick-bot-guide/afk-channels.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.
