> For the complete documentation index, see [llms.txt](https://support.moonshot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.moonshot.com/faqs/common-issues.md).

# Common issues

<details>

<summary>Approve with pin</summary>

If you're receiving the "approve with pin" error message repeatedly after authorizing a transaction, delete the app, reinstall it, and log back in using the same email address you used to sign up.

</details>

<details>

<summary>An error occurred in the cloud</summary>

Internal services are temporarily down, or an unknown error occurred. If this issue persists, please message our support team.&#x20;

</details>

<details>

<summary>Your transaction took too long to complete</summary>

Your transaction took too long and didn’t go through. If you receive this error, try again. If it keeps happening, please message our support team.

</details>

<details>

<summary>The price changed too much during the trade</summary>

[Slippage](/trade/slippage.md)is when the price of a coin changes while you are buying or selling it. If the price moves more than your slippage tolerance, the trade fails. To fix it, increase your slippage setting and try again.&#x20;

</details>

<details>

<summary>There was a problem on the blockchain</summary>

Your transaction had an error instead of being confirmed on the blockchain. There may have been a temporary issue with the decentralized exchanges routing your trade. If this issue persists, please message our support team.

</details>

<details>

<summary>The large size of this trade may cause you to get a bad price</summary>

The price changed too much when submitting your transaction, or the expected price impact exceeds your slippage tolerance. If you receive this error, try decreasing your trade amount and try again.&#x20;

</details>

<details>

<summary>There was a problem with your transaction</summary>

The transaction was invalid before submission. Please try the action again. If this issue persists, please message our support team.

</details>

<details>

<summary> Suspicious activity</summary>

Make sure you are in a supported region and try again later.

</details>

<details>

<summary>Unsafe content</summary>

We're unable to upload the content you provided for safety reasons.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.moonshot.com/faqs/common-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
