# 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: 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://support.moonshot.com/get-started/deposit.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.
