# Notification messages

## Owner called function, high tax detected. Check if Snipe is still relevant based on owners actions.

The bot identifies tax settings that exceed your predefined allowable taxes. It promptly notifies you, allowing you to manually inspect the deployer's actions and decide whether to cancel or adjust settings in response to these changes.

## Owner called function, purchase not triggered. Check if Snipe is still relevant based on owners actions.

The deployer made adjustments to the deployer wallet. The bot sends alerts to keep you informed, enabling you to manually review the deployer's actions. If necessary, you can choose to cancel or modify settings in response to these changes.

## Failed to purchase, target transaction mined and our buy not included in block.

The bot has fired, but our buy was not included in the block, here are the possible reasons why:

* The block was a non-MEV block
* new block builder that has not been added to our system yet.
* builder that is a private builder, that doesn’t allow outsiders in (example: LIDO)
* It was a full block and MEV space was full already (probably by a huge sandwich)
* they sent the launch transaction very close to the end of the block and builders did not have enough time to receive and process our bundles.

## Error: Wallet 0xA..Dead needs ETH added to it

Your ETH balance is insufficient. Please deposit more ETH into your wallet.

## Successfully purchased.

You have successfully purchased the token, and it got loaded into Sell Box.

## Purchasing Token, MEV Launch Detected.&#x20;

The dev launched the token via private tx, the bot detected MEV Launch and it fired. Our transaction lands in the next block (Block 1).


---

# 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://afk-sniper.gitbook.io/afk-sniper/the-afk-bot/notification-messages.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.
