> 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/get-started/deposit/troubleshooting.md).

# Troubleshooting

You can deposit on Moonshot using a variety of payment methods. While most transactions are processed quickly, in rare cases, there may be delays or issues verifying your identity or processing a payment.

{% hint style="info" %}
All fiat payments are processed by our licensed on-ramp partners. Moonshot is a self-custody wallet app, not an exchange, and never directly handles custody of user funds.
{% endhint %}

### Why isn't my deposit showing up?

1. **Your bank isn't approving the transaction. Please call your bank and ensure** they aren't blocking the transaction.
2. **Our servers are experiencing delays:** In extremely rare cases, our servers may experience delays in receiving data from the blockchain about your deposit. If you do not see your funds in the app within 15 minutes of the transaction finalizing, please contact our support team.

### I sent coins from another wallet, but it isn't showing up <a href="#h_ada87f0bcf" id="h_ada87f0bcf"></a>

If you deposit cryptocurrency by sending it to your Moonshot wallet, it will instantly appear in the app once the transaction is finalized. If it doesn't, a few things might have happened:

1. **You sent an unsupported cryptocurrency:** Moonshot only shows certain cryptocurrencies in your wallet that pass our fraud and security screening. If they aren't showing in the app, your funds are still safe, and you can directly access them by exporting your secret phrase in **Settings** > **Export Keys** > **Secret phrase** and importing it into another wallet app.
2. **You are using an unsupported blockchain network:** Moonshot currently only supports deposits on the Solana blockchain.

***

## Contacting payment providers

See [Providers](/get-started/deposit/providers.md) for payment provider contact information.

#### **When contacting the on-ramp provider, make sure to have the following information ready:**

* Transaction ID (If you do not have a valid transaction ID, this indicates the transaction was not processed onchain and the coins were not sent to your wallet yet.)
* Moonshot wallet address
* Date and time of the transaction
* Coin name
* Amount purchased

#### **Having problems verifying your account, uploading documents, or updating your personal information on an exchange or on-ramp?**&#x20;

* Contact their customer support team directly for help. Moonshot cannot assist with issues on external platforms.

{% hint style="info" %}
​This does not affect your Moonshot account; you will still be able to buy, sell, receive, and send crypto as usual.
{% endhint %}


---

# 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/get-started/deposit/troubleshooting.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.
