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

# Lottery

**Smartcontract**\
[**0x912C6C618bd21cf101Ef11479AE4b2945C0D86E0**](https://bscscan.com/address/0x912c6c618bd21cf101ef11479ae4b2945c0d86e0#code)

### Prize Funds

The prizes for each lottery round come from three sources:

1. **Ticket Purchases**

* 100% of the KUKU paid by people buying tickets that round goes back into the prize pools.

&#x20; **2. Rollover Prizes**

* After every round, if nobody wins in one of the prize brackets, the unclaimed KUKU for that bracket rolls over into the next round and are redistributed among the prize pools.

&#x20;**3. KUKU Injections**

* An average total of 10.000.000 (10 mil) KUKU from the treasury is added to lottery rounds over the course of a week. This KUKU is of course also included in rollovers!

{% hint style="success" %}
Our Lottery is funded by the [**ECO-System Reserve Address**](/kuku_wiki/knowledge-center/the-project/development/wallet-addresses.md)
{% endhint %}

### Winning Criteria

**The digits on your ticket must match in the correct order to win.**

Here’s an example lottery draw, with two tickets, A and B.

![](/files/uIx7yohvgCMpL09ulsL6)

* **Ticket A:** The first 3 digits and the last 2 digits match, but the 4th digit is wrong, so this ticket only wins a “Match first 3” prize.
* **Ticket B:** Even though the last 5 digits match, the first digit is wrong, so this ticket doesn’t win a prize.

{% hint style="info" %}
Prize brackets don’t ‘stack’: if you match the first 3 digits in order, you’ll only win prizes from the ‘Match 3’ bracket, and not from ‘Match 1’ and ‘Match 2’.
{% endhint %}

{% embed url="<https://nft.pankuku.net/lottery>" %}
Click the link above for participating in the Lottery
{% endembed %}

![](/files/MD8V1Xy669tLz9OWuYba)


---

# 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://pankuku.gitbook.io/kuku_wiki/products/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.
