# Warning Messages

When the bot detects anomalies or risks in a contract, it will display a warning message at the end of a Token Report. These warnings are blockers for automated buys unless *Degen Mode* is enabled in your signals settings. Some examples of these warnings are listed below:

* *Buy-Sell tax could not be estimated!* - When the bot cannot estimate the buy or sell tax of a contract, **then trading hasn’t been enabled yet**, or the contract might be problematic.
* **🚨 Honeypot** - The bot can detect honeypot contracts through its own internal simulations, and will not auto-buy contracts where such risks are observed.
* **🚨 Blacklist risk** - The bot can detect blacklisting outcomes through its own internal simulations, and will not auto-buy contracts where such risks are observed.
* **🚨 Liquidity / Total Supply < 1 %** - The bot checks how healthy the liquidity pool is by comparing its balance against the token’s total supply. If the pool has less than 1% of the supply, then the pool is deemed to be too unhealthy.

In conclusion, the bot will not only abide by your selected automated buys checks and limits, but it will also attempt to protect you from extremely risky contracts and save your investments from potential scams. You should still exercise caution as these protection measures are not fool-proof, but they help quite a bit in ensuring a safe and smooth trading experience. Keep in mind that even though the bot will refrain from auto-buying in these scenarios, you can still manually buy the tokens normally.


---

# 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.maestrobots.com/pasted-contracts/warning-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.
