# Popular Error Message

<table><thead><tr><th width="210">Error Message</th><th width="377">Reason</th><th width="305">Solution</th></tr></thead><tbody><tr><td>Lower than minimum</td><td>The token amount that was calculated on the UI was not the same as the token amount that you would receive after sending the Tx. There was a difference between the two, and if your slippage was too low, the amount that you could receive was outside of the range that was calculated, and the Tx would have failed.</td><td>Adjust the slippage (in the Swap page) and redo the aciton</td></tr><tr><td>Withdrawal resulted in fewer coins than expected</td><td>Before the time that transactions could be processed, the token that was stored in the pool was updated. Because of this, the amount of output that the user receives is less than what was anticipated, and as a result, the transaction does not successfully safeguard the user's money.</td><td>Redo the action</td></tr><tr><td>Computed amount out lesser than minimum amount out</td><td>Before the transaction is processed, there were already some changes made to the tokens in the pool. Because of this, the amount of output that was received was less than what was anticipated, which means that the transaction did not succeed in safeguarding the user's money.</td><td>Adjust the slippage threshold appropriately (if the market is experiencing high traffic, for example, you should raise the maximum amount of slippage allowed to a high value in order to guarantee that tx will be executed), and then redo the action.</td></tr><tr><td>Withdraw old tokens first</td><td>Staked ASH in governance has an expired unlock; the user must unlock the stake first before adding a lock.</td><td>Unlock your old governance-locked ASH first</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.ashswap.io/resources/popular-error-message.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.
