> For the complete documentation index, see [llms.txt](https://docs.starbot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starbot.pro/walkthrough/error-messages.md).

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