# Common Error Messages

| Error Messages                                              | Reasons                                                                                                                                                     | Solutions                                              |
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| execution reverted: Return amount is not enough.            | The amount of actual swapping tokens from the route obtained from API gave fewer results than the user's minimum receives.                                  | Increase slippage.                                     |
| execution reverted: Received token is not enough.           | The destination token has its own tax.                                                                                                                      | Increase slippage.                                     |
| execution reverted: TransferHelper: TRANSFER\_FROM FAILED.  | There was a problem with the tokens used in the swap hop, it could be bought but could not be sold.                                                         | -                                                      |
| execution reverted: BEP20: transfer amount exceeds balance. | The input token amount had more value than the user's balance. This error was probably caused by the balance in our platform was not being updated in time. | <p>Refresh your browser.</p><p>Wait and try again.</p> |
| execution reverted: Pancake:K.                              | <https://docs.pancakeswap.finance/help/troubleshooting>                                                                                                     | Try swapping directly at each DEX.                     |
| execution reverted: ApeSwap:K.                              | same with Pancake:K.                                                                                                                                        | Try swapping directly at each DEX.                     |
| execution reverted: WaultSwap:K.                            | same with Pancake:K.                                                                                                                                        | Try swapping directly at each DEX.                     |


---

# 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.arken.ag/resources/common-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.
