> For the complete documentation index, see [llms.txt](https://docs.stakestone.io/stakestone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-withdraw-your-funds.md).

# How to Withdraw Your Funds

Stone Wallet allows you to withdraw your funds at any time, either to a bank account or payment method, or to an external crypto wallet. You can choose the option that best fits your needs depending on how you want to use your funds.

***

### Withdraw to Fiat

You can convert your balance into local currency and receive it through supported payment methods.

Available payout methods may include:

* Visa/Mastercard
* Digital payment methods such as Apple Pay and Google Pay
* Local bank transfers depending on your region

#### How it works

1. From the app, go to **Withdraw** and select your preferred payout method.
2. Choose the asset you want to withdraw and enter the amount.
3. Select the currency you want to receive, then review the available payout options. You will be shown the final amount, fees, and estimated processing time before confirming.
4. Once confirmed, your withdrawal will be processed and sent to your selected method.

#### Processing time

Processing times vary depending on the payout method and provider.

Some withdrawals may complete within minutes, while others may take longer depending on banking systems and regional support.

***

### Withdraw to Crypto Wallet

You can also transfer your funds directly to an external crypto wallet.

This is useful if you want to:

* Self-custody your assets
* Use funds on other platforms
* Transfer to centralized exchanges or other services

#### How it works

1. From the app, go to **Withdraw → Crypto Wallet**.
2. Select the asset and network you want to use.
3. Enter the withdrawal amount and paste your wallet address.
4. Review the transaction details, including network fees and final amount.
5. Confirm the transaction to proceed.

***

### Important Notes

Always ensure that the wallet address and network match before confirming a crypto withdrawal.

Sending funds to an unsupported address or incorrect network may result in permanent loss.

Withdrawal availability, limits, and supported methods may vary depending on your region and compliance requirements.


---

# 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://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-withdraw-your-funds.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.
