> For the complete documentation index, see [llms.txt](https://piraterush.gitbook.io/piraterush/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piraterush.gitbook.io/piraterush/utility/raffles.md).

# Raffles

Ahoy mateys! PirateRush be holdin' raffles for all ye swashbucklers who play our games! Ye can win raffle tickets that give ye a chance to win NFTs from our project and other projects.

The PirateRush captains will run competitions that last 1 to 4 weeks, and ye can earn tickets by participating in our [games](/piraterush/games-overview/mines.md). The prizes will be raffled at the end of the competition dates and announced in our Discord, usually through a live stream.

Now, ye may be wonderin', "How do I earn tickets into the raffle?" Ye can earn them by hittin' the Mines with a 2x+ multiplier or losin' three times in a row. Ye can also earn tickets by winnin' three times in a row or losin' three times in a row in Pirate Coin. In Pirate Loot, any win of 1x or greater qualifies ye for a ticket. And if ye bet on any turtle race in Turtles of Tortuga, ye'll earn a ticket too!

Remember, prizes aren't limited to holders, and they're subject to the terms and conditions of the game. Check out <https://piraterush.com/terms-of-use/> for more information. Get playin', and good luck to ye all!

<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://piraterush.gitbook.io/piraterush/utility/raffles.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.
