# Error Messages

<details>

<summary>SCAM_MSG</summary>

This usually means the token is faulty or a scam. It could also be a legitimate token that has yet to launch

</details>

<details>

<summary>PRICE_IMPACT_MSG</summary>

You're trying to swap tokens, but the price has moved or low liquidity would mean high price impact. If liquidity is < $100k, then try to buy/sell a smaller amount. Otherwise, try the trade again

</details>

<details>

<summary>Not enough eth for this transaction</summary>

Not enough eth for this transaction, when including gas fees. Add more eth to your wallet, or try again later when gas fees are less

</details>

<details>

<summary>TRANSFER FROM FAILED or TRANSFER FAILED</summary>

This is most likely due to a honeypot - A scam token where the token owner has maliciously disabled the transfer function in a way that allows users to buy the token, but not sell them

</details>

<details>

<summary>INSUFFICIENT_INPUT_AMOUNT or INSUFFICIENT_OUTPUT_AMOUNT or EXCESSIVE_INPUT_AMOUNT</summary>

You're trying to swap tokens, but the price has moved or low liquidity would mean high price impact. If liquidity is < $100k, then try to buy/sell a smaller amount. Otherwise, try the trade again

</details>

<details>

<summary>REPLACEMENT TRANSACTION UNDERPRICED</summary>

Replacement transaction underpriced: This is usually because gas price has spiked quickly. Retrying the transaction should work

</details>


---

# 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.starbot.pro/walkthrough/error-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.
