# Error Messages

Here's some known error messages that we've identified on coinhall.org and how you can interpret (and solve) them.

<table><thead><tr><th width="271">Error Message</th><th>Meaning</th><th>Solution</th></tr></thead><tbody><tr><td>rpc error: code = NotFound desc = account not found: key not found</td><td>No funds can be found in this wallet</td><td>Add some funds before trying to claim/swap</td></tr><tr><td>mempool is full: number of txs 200 (max: 200)</td><td>Too many users trying to swap on the chain; the RPC nodes we're relying on are currently overwhelmed</td><td>Out of our control but do try again when it's less congested </td></tr></tbody></table>


---

# 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.coinhall.org/user-guide/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.
