> 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.md).

# Deposit

{% stepper %}
{% step %}

### Navigate to your holdings section

{% endstep %}

{% step %}

### Click deposit

{% endstep %}

{% step %}

### Select any deposit method available in your region

{% endstep %}

{% step %}

### Select your desired deposit currency

We currently support either USDC or SOL; however, the available currencies might vary based on your region.
{% endstep %}

{% step %}

### Enter the amount you'd like to deposit

{% endstep %}

{% step %}

### Swipe to deposit and follow the provided steps

{% endstep %}
{% endstepper %}

## Accepted deposit methods

Moonshot supports multiple deposit methods through our on-ramp providers, as well as direct crypto transfers over the Solana network.

<table data-full-width="true"><thead><tr><th width="157.8515625">Payment Method</th><th width="108.93359375" data-type="checkbox">MoonPay</th><th width="107.57421875" data-type="checkbox">Coinbase</th><th width="116.5546875" data-type="checkbox">Robinhood</th><th width="106.61328125" data-type="checkbox">Binance</th><th data-type="checkbox">Revolut</th></tr></thead><tbody><tr><td>Credit/Debit Card</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Bank Transfer</td><td>true</td><td>true</td><td>true</td><td>false</td><td>true</td></tr><tr><td>PayPal</td><td>true</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Venmo</td><td>true</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td>Apple Pay</td><td>true</td><td>true</td><td>false</td><td>true</td><td>true</td></tr></tbody></table>

{% hint style="warning" %}
Supported deposit methods may vary based on your location/region.
{% 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.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.
