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

# Raffle

![Fortune Favours The Bones](/files/pcPxecsaD9G78OFCtkrJ)

**You got it right!** Even CroSkulls like to enjoy raffles, especially when the prizes are so good.&#x20;

### How I can Participate in Raffles?&#x20;

Participate in CroSkull raffle is really easy, and require just 1 simple requirement: have $GRVE in the wallet. All CroSkull Raffles requires $GRVE to cover the entry fee.

Accessing our [**Dapp**](https://app.croskull.com/#/), under the [Raffle](https://app.croskull.com/#/raffle) section you can navigate through all the active and past raffles and easily filter them.&#x20;

Raffles have:

* Ending Date
* Unlimited or Limited Participants
* Different cost
* Differents Winners ( max 10 )
* Different Type

In **Bonesville** there're 2 types of Raffles:

* **Normal Raffle: W**orks as a normal raffle, when the end date or max participants is reached, winners are generated. (All done on-chain).
* **Fast Raffle: E**very new entry decrease the remaining time based on the % coefficient. &#x20;

#### Useful details

{% hint style="info" %}
Each Wallet can participate just one time per Raffle
{% endhint %}

{% hint style="info" %}
Prizes will be airdropped manually by the team every time a Raffle end
{% endhint %}


---

# 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://croskulls-organization.gitbook.io/croskull/ecosystem/raffle.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.
