# Error Messages

<details>

<summary>Buy/Sell Reverted or Failed Transaction?</summary>

Failed transactions usually occur due to insufficient gas during network congestion or token price changes exceeding your slippage tolerance. Try these fixes:

* Increase the buy gas amount (e.g., from 0.001 to 0.005 or higher).
* Raise your tip (e.g., from 0.001 to 0.005 or higher).
* For volatile tokens, increase slippage (e.g., from 3% to 10–30%).<br>

</details>

<details>

<summary>Insufficient Funds!</summary>

You don't have enough SOL to buy or sell. Please deposit at least 0.05 SOL into your wallet to continue

</details>

<details>

<summary>Transfer Failed!</summary>

You didn't leave enough SOL in your wallet to cover the transaction when transferring tokens to another wallet. Leave at least 0.10 SOL.

</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.maxi.fun/maxi-trading-bot/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.
