# Jackpot Lottery

Джекпот лотерея - это формат лотереи, в котором минимальный процент игроков выигрывает суперприз, а остальные участники уходят ни с чем.&#x20;

Например, 5% участников забирают 100% стоимости всех билетов.&#x20;

Вы можете сами гибко настроить проценты победителей и их доли в интерфейсе конструктора CryptoDo.

## **Зачем нужны лотереи?**&#x20;

1\. Розыгрыши призов увеличивают активность аудитории.

2\. Дополнительный источник дохода. Создатель лотереи устанавливает фиксированную комиссию на покупку билетов в смарт-контракте.&#x20;

3\. Привлечение новой аудитории. Розыгрыши призов всегда являются хорошим инструментом в маркетинговых кампаниях.


---

# Agent Instructions: 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:

```
GET https://docs.cryptodo.app/cryprodo-ru/smart-kontrakty/lottery/jackpot-lottery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
