# Troubleshooting

<figure><img src="/files/UlckSdivUrGWsnfnBG3X" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SDXmJP1Ne8wT1PcqH4yA" alt=""><figcaption></figcaption></figure>

### Timeout reached without success

* This means that the transaction was submitted but it was never picked up by a validator and put on a block. This typically happens if your tip is too low or if you are using RPC mode and your RPC is not a staked connection. Retry again or increase your tip and network fees and it will go through.
* This can also happen if your wallet balances are too low which causes the jito txn to revert and not get picked up (i.e. timed out)
  * In the image above you can see an example of a buy that has enough balance denoted by a <mark style="color:green;">green check</mark>. You should keep at least 0.05 SOL above the buy amount to ensure smooth operation. So if you have 0.27 SOL then the max you should be using to buy with is 0.22 SOL.
  * In that same image you can also see an example of a potentially problematic buy amount denoted by a <mark style="color:yellow;">yellow yield</mark>. This means you may not have enough of a buffer and could lead to failed txns
  * If you have an amount over your wallet balance it will be denoted with a <mark style="color:red;">red x</mark>


---

# 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://froglabsio.gitbook.io/terminal/the-details/troubleshooting.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.
