> 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/support/faqs.md).

# FAQs

<details>

<summary>Does Wingalaxy charge any fees?</summary>

Wingalaxy charges no fees on your winnings. All your winnings will be sent to your win fund. You can use your full WinFund balance to play on Wingalaxy. However, a 12% withdrawal fee is applied on withdrawals from your WinFund balance to your wallet.

</details>

<details>

<summary>How much can I win?</summary>

There is no fixed limit on the amount you can win. The winner of every round receives the full prize pool. The more players add to the prize pool, the more there is to win.

</details>

<details>

<summary>Is Wingalaxy fair?</summary>

Under the hood, each player receives “tickets” when boosting their win rate. The more “tickets” you have relative to the total number of tickets in your Race, the higher your win rate. Wingalaxy uses [Band Protocol VRF](https://www.bandprotocol.com/vrf) solution to generate a verifiable random number to draw one of the “tickets” among all of the tickets. If one of your “tickets” is drawn, you win.

</details>

<details>

<summary>Is Wingalaxy safe?</summary>

Wingalaxy is developed by an experienced team of dApp developers and enthusiasts. Its smart contracts have been audited by [BlockSec](https://blocksec.com/). You can find the audit report here in [this article](https://docs.wingalaxy.game/wingalaxy/security/security-audit).

</details>


---

# 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/support/faqs.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.
