# Common errors and solutions

1.Error: Returned error: assertion failure with message: validate\_transaction error: 23 Insufficient funds&#x20;

Solution: The EOS balance is insufficient to pay for gas. Please replenish the EOS balance and try again.

2.An error is reported when receiving MOAH airdrops;&#x20;

Solution: Please check whether there is a small amount of EOS balance in the account for GAS fees.

3.An error is reported as shown in the figure below when retrieving market-making assets;

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

Solution: Due to the large fluctuations in the pool, the currently retrieved assets are less than the minimum value you set, so an error is reported. If you still want to get it back, you can set the slippage higher and try again.

<figure><img src="/files/917oli9Pu0wc9GFEVoC8" alt=""><figcaption></figcaption></figure>


---

# 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://noah-finance.gitbook.io/noah/q-and-a/common-errors-and-solutions.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.
