# DAD Prize Pool (No Loss Lottery)

DAD Prize Pool is inspired by ethereum project [pooltogether.com](https://pooltogether.com/)&#x20;

DAD prize pool is similar to vaults and purpose is to generate yield on deposited EOS, but instead of accumulating yield in the dToken, it reserves the yield in the contract and draw a lucky winner every week to claim all accumulated yield. Each user received a pool token (DPPEOS) in equal amount of deposited EOS. Each DPPEOS token enables 10,000 tickets for the draw. More tickets enables higher probability for user to win the prize.

Users who deposit the tokens in the No Loss Prize Pool can withdraw their contribution anytime without any loss. If the withdrawal is made before draw, they lose their tickets for the current week while they get their original EOS back as 1DPPEOS = 1 EOS always.<br>


---

# 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://dappaccountdao.gitbook.io/dappaccountdao/products/nolosslottery.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.
