> For the complete documentation index, see [llms.txt](https://doc.xwin.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.xwin.finance/v1.0-docs/extra-features/lucky-draw.md).

# Lucky Draw

**xWIN Team’s Motivation for Lucky Draw**

1\. A simple and convenient feature for users. Those who wants to participate in the Lucky Draw don’t need to buy tickets.

2\. What participants need to do:

\- Stake XWIN — BNB LP token into xWIN Farm; **OR**

\- Stake XWIN token into xWIN Farm

3\. Our intention is to encourage more users to support us, attracting more new users while creating more benefits for our current users.

![](/files/kepbNQWTgOCKKAvL0NJf)

### **How to participate in xWIN Free Lucky Draw**

It’s free and simple, as long as you meet EITHER of the following criteria with your wallet:

**· Stake at least 5 XWIN-BNB LP (**&#x41;pprox. 190 XWI&#x4E;**) token in xWIN Farm** OR

**· Stake at least 400 XWIN tokens in xWIN Farm**

Then, click on “Register for Lucky Draw” button and sign the transaction. You only need to register your wallet once.

### **Do I have to register for each round of lucky draw?**

No. Once you’ve registered, that’s it.

### **How frequent does the lucky draw take place?**

Once a week but it runs randomly on each week. So the lucky draw can fall on any day of the week for each round.

### **How is the random number picked in the smart contract?**

xWIN lucky draw integrated Chainlink VRF to generate the random number on-chain. The numbers are totally random without any interference from any third parties.

![](https://miro.medium.com/max/1400/1*8kvJMeqlYKugywDLa-Jjuw.png)

### **How many winners for each round of lucky draw?**

The algorithm will pick 5 winners each time.

### **What is the prize?**

Winners will get XWIN tokens which is divided equally among the 5 winners. The quantity of XWIN token is varied based on the accumulation from the xWIN protocol pools from the last drawn to the next round of the draw.

### **Is there any fee?**

No fee. 10% of the prizes won by the users will be deducted and burned accordingly.

### **Important note:**

· If the staked token is less than requirement, the user will not be qualified for joining a round of lucky draw. So during the lucky draw, if a user is selected but the staked token is less than requirement, he will not get the prize token.\
· Therefore, participants need to maintain the required amount of staked token to be qualified for lucky draw each week.


---

# 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://doc.xwin.finance/v1.0-docs/extra-features/lucky-draw.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.
