> 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/joining-a-race.md).

# Joining A Race

Joining a race in Wingalaxy is easy! Simply follow these steps to get started and experience the thrill of competing for the prize pool.

1. Connect your wallet to Wingalaxy and click "**Join**".\
   ![](/files/Sz8PAaWa3j3ETOtG6A2T)<br>
2. Briefly review the pop-up message summarizing the game rules and potential risks, then click "**Acknowledge and Join**" to proceed.\
   ![](https://lh7-us.googleusercontent.com/rlVkJTa1GdL3QMufoCQ7hkJwiMz4s-sAY0nQcYs9qFKUImtv_8fJpI8dZb0KC-nTPiqxqJF8iQAqCyQ8IxI_k1hduj9wmCQ14nmjcZtgD19tLGVwO0TF_dgZT5R8VQ2mr-t_hPOQqJP_JrS4gXiZaf4)<br>
3. Choose your minimum bet (minimum 40 CRO) and add more CRO (optional) to increase your win rate. Click "**Join**" to proceed.\
   ![](https://lh7-us.googleusercontent.com/0KvmsCm-UPgc6_eXVNcPBMyPaWx-nZwo0hY1HNOGkCjVfzdC4lEavUB_O9kcseacpIzTx3a5E2VpLKIZefTN0Y1okntZjaGyWmgskm9iDZ0HXL8m59Bi7VSxFUsafP1wJ__ykhye0lhUYXR4sAmpCLQ)\
   \&#xNAN;*Note: The maximum bet limit of each race for per person is 400 CRO. Your transaction will fail if the CRO input exceeds 400. The maximum bet limit is subject to change based on Wingalaxy's strategic planning! Follow our social media for the latest update！*<br>
4. Confirm the transaction in your wallet.<br>
5. *Congratulations, you've joined the race!* You can see the remaining time until the race begins and your current win rate. You can also add more CRO to further increase your win rate by clicking "**Boost Win Rate**". \
   \&#xNAN;*Note: you can enter a new race every 15 minutes.*\
   ![](https://lh7-us.googleusercontent.com/soEPNIfcBnhKEIVE4Igde5xzj3l1Zg67pa1yelx6SHZELnw-G2uERqtxIQ7xkGe8VwIQhSi9NtQhUc6wS-QPeGy0zNjOvdYKpJZyjXrKrmr-d2X0t9iM4st-UReQruPK-j_EDd2aI7sfh3HVnXPh2hA)<br>
6. Watch the race unfold and see the winner announced after it concludes.\
   ![](https://lh7-us.googleusercontent.com/UvqNYk0JUhDzsRVfc6Oe4jQDnPSJct4KeTAGkuWiwE7u8npmywL-5gAA6ECK3De6idAvPT0ziNcm5YljJf_zrmjo_5TufwgQkUyVW2GLi7wF2mSeA_1OzMLOrubqlFTROzHb2iJV6xQml0ndnL_4Dh4)<br>
7. The race results will be displayed. You can choose to join another race.\
   ![](https://lh7-us.googleusercontent.com/H-M2L9CJJdpbMUXbvAhrVOEA639PebJtMWN98FSlCclTSKf_0nM7JEu_K_01ftolSKwzNeKrbj505VHdFx9qe9mVPQzYxagaJ0x-h3KCScj9pjgG2otsPkY0hvg0PVG9OEddOEfyvAXybVmD_M4FXJw)![](https://lh7-us.googleusercontent.com/u1iA58ax6AtTnSb-OaAIfJMawnRhehH-1_DMkTYkdwDiUuJMpxY_vs9aXcXGu8Q3k9RvfA1r2g9G3MRZ793m0mXwAhVwoi3g9fabBLUVYpgajjIqtQBaOCfq6NCK9Qx6_eJPHtR1GfmVaU14CeOxLt0)<br>


---

# 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/joining-a-race.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.
