> For the complete documentation index, see [llms.txt](https://docs.dyli.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dyli.io/core-features/marketplace/sale-formats/dyli-fair-drops.md).

# DYLI Fair Drops

If a drop uses the DYLI Fair Drop lottery system, a set percent of the drop will be allocated to a random lottery that executes when the drop begins.

<div align="center" data-full-width="false"><figure><img src="/files/R87GdGXyqpKnF1gnAgqu" alt="" width="563"><figcaption></figcaption></figure></div>

Anyone with an account can join the drop for a chance at getting the product before the sale starts. This ensures a fair allocation to real fans while still allowing for people to enjoy the thrill of collecting a hot drop.

<details>

<summary>How it works</summary>

1. You can find any drop labelled as "upcoming" and click on it
2. If applicable, you will see a button to join the queue
3. If you have enough money on your DYLI account, you will be asked to confirm that you want to join the queue. If you do not, you will be prompted to top up your account\
   ![](/files/W5r7VzAmFVKzKs10uxxB)
4. Once in the queue, you will see how many others have joined and your chance of winning a product.
5. You can choose to leave the queue at any point before the drop begins\
   ![](/files/R1ItvenCScAUUkunWJH1)
6. Once the drop begins, customers in the queue will be randomly chosen and charged for the product. If less people enter than there are product set aside, everyone will win!

</details>

<details>

<summary>How is my chance of winning determined?</summary>

Your chances of winning are determined by how many people enter the lottery. Once more people enter than their are spots, your likelihood of winning goes down. The lottery process is done transparently and the results can be checked independently at any time.

</details>


---

# 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://docs.dyli.io/core-features/marketplace/sale-formats/dyli-fair-drops.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.
