# 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>
