> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero/shou-ye/hero-lottery.md).

# Hero Lottery

Collect heroes, purchase lottery tickets — BUSD is waiting to be yours to win.

**Event Details:**&#x20;

1\. Use HEROES to purchase Hero Lottery tickets to participate in the BUSD lucky draw executed by the smart contract.&#x20;

2\. Purchased tickets that each all a corresponding unique number automatically enter the lottery session. The smart contract will randomly draw the winning numbers among all purchased lottery numbers. The winning lottery ticket promptly gets large BUSD rewards.&#x20;

3.The not so lucky lottery tickets will be able to share the remaining 5223 BUSD in the Rewards Pool.

**Event process:**

* Available for addresses with card combat power not less than 100,000,&#x20;
* 5  $HEROES per ticket
* each address is allowed to purchase no more than 100 tickets

**Reward:**

First Prize(1): 777 BUS\*1&#x20;

Second Prize(10): 100 BUSD\*10&#x20;

Third Prize(100): 30 BUSD\*100&#x20;

{% hint style="info" %}
Tickets Available(Phase 1): 2021/6/18 18:00-20:00 (UTC+8) Event Details:

All lottery $HEROES income  will be burnt.
{% 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://mixmarvel.gitbook.io/dehero/shou-ye/hero-lottery.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.
