> For the complete documentation index, see [llms.txt](https://docs.wingalaxy.game/wingalaxy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wingalaxy.game/wingalaxy/guides/withdrawing-from-winfund.md).

# Withdrawing from WinFund

Withdrawing your winnings from Wingalaxy is a breeze! Follow these steps to transfer your CRO from your WinFund balance directly to your wallet.

1. Connect your wallet to Wingalaxy and click on the profile icon in the top right corner.<br>
2. Under the "My Wallet" tab, locate the "WinFund" section and click "**Withdraw**".\
   ![](https://lh7-us.googleusercontent.com/7AHFw879M_GKWzYN_BSgKMjZdv9JNW8R9WcOpbSJpLGXnLKV-Geb6nzbMBcXymHQR5jknvI48-ZWYesgnJ_suHtctsW9d8cfy1tq3qulYBElhZPSq55AKcwQotA62iqDcptHt-4lfAqVW51yCjGQWxs)<br>
3. Enter the amount of CRO you want to withdraw and remember that a 12% withdrawal fee will be applied. Click "**Confirm**" to proceed.\
   ![](https://lh7-us.googleusercontent.com/Y4Oe_ftBoHSN4d69aI7ToDDWu6UADF2qaHl57jCjEv1_Smz6fbpNRgMLLwvaKOSZ9oyyo5s5Uj2MnZudKiiQ-IjqpH9sFPYtjTeSgEZGFsx0Wbom-vjJ9u3jDTudzs_KlR5kTxVXpxPUKcsaQ8lA6Sc)\ <br>
4. Review the transaction details in your wallet and confirm the withdrawal.<br>
5. Your CRO will be successfully transferred from your WinFund to your wallet.


---

# 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.wingalaxy.game/wingalaxy/guides/withdrawing-from-winfund.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.
