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

# Raffle

We want to cater to the interests of both mature traders and degens alike. With this in mind, we bring the Monadex Raffle, which makes the whole process of swapping a lot more fun.

Users will be able to participate in weekly draws by purchasing raffle Nfts during a swap on supported pools. You can choose a portion of your swap amount that goes to your Nft's winning power in the weekly raffle. The more amount of tokens you put in, the larger is your Nft's winning chance! You will receive a new Nft on each swap. Each one of them has the power to grab a large prize pool!

Nfts can only be purchased during a swap and for supported tokens (and in turn, supported pools). For example, if the USDC token is whitelisted, then you can purchase raffle Nfts on all pools built with USDC. Once you've entered raffle, you cannot burn the Nft to claim back your deposited tokens.

Pyth entropy will be used to pick random winners in 3 prize tiers.

* **Prize Tier 1:** The winner of the raffle receives 45% of the total prize amount.
* **Prize Tier 2:** Two winners are selected and given 20% of the total prize amount each.
* **Prize Tier 3:** Three winners are selected and given 5% of the total prize amount each.

The claim process is automated by BubbleFi so you can be assured to receive your prizes without sending any additional transactions.


---

# 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://bubblefi.gitbook.io/bubblefi/features/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.
