# Withdraw

{% stepper %}
{% step %}

### Navigate to your holdings section

{% endstep %}

{% step %}

### Click withdraw

{% endstep %}

{% step %}

### Select any withdrawal method available in your region

{% endstep %}

{% step %}

### Select your desired withdrawal currency

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

{% step %}

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

{% endstep %}

{% step %}

### Swipe to withdraw and follow the provided steps

{% endstep %}
{% endstepper %}

## Accepted withdrawal methods

Moonshot supports numerous withdrawal methods through our off-ramp providers as well as direct crypto transfers over the Solana network.

<table><thead><tr><th>Payment Method</th><th data-type="checkbox">MoonPay</th><th data-type="checkbox">Coinbase</th><th data-type="checkbox">Robinhood</th></tr></thead><tbody><tr><td>Credit/Debit Card</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></tr><tr><td>PayPal</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Venmo</td><td>true</td><td>false</td><td>false</td></tr></tbody></table>

{% hint style="warning" %}
Supported withdrawal 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/withdraw.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.
