> For the complete documentation index, see [llms.txt](https://docs.atlasdao.zone/atlas-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atlasdao.zone/atlas-dao/products/raffle.md).

# Raffle

Introducing a novel approach to acquiring and trading NFTs on Stargaze and beyond. Our project offers a distinctive feature with option for gated raffle by token, DAO, NFT and more. We allow NFT and token raffles with more option to come.&#x20;

On chain NFT raffles present fresh avenues for the exchange of both liquid and illiquid assets through the purchase or sale of raffle tickets.&#x20;

### How the Raffle Operates:[​](https://docs.atlasdao.zone/raffles#how-the-raffle-operates) <a href="#how-the-raffle-operates" id="how-the-raffle-operates"></a>

Once a raffle is created, it appears on our dedicated Raffle explore page. However, the success of your raffle depends on your marketing efforts.

Once the first ticket is sold, the raffle becomes irrevocable, continuing until all tickets are sold or the scheduled conclusion. No cancellations are possible beyond this point.

Post-raffle completion, claim your ticket sale revenue, and a winner is randomly selected. The winner can then claim the NFT prize.

#### Terms:[​](https://docs.atlasdao.zone/raffles#terms) <a href="#terms" id="terms"></a>

* Upon raffle creation, the chosen NFT or token amount is transferred to an escrow contract.
* Raffles proceed regardless of ticket sales.
* Minimum raffle duration is 12 hours.
* A 5% commission fee applies to ticket sales.
* NFTs or token are returned in the absence of ticket sales.
* No edits or cancellations post ticket sale.
* We are not responsible for raffle promotion or marketing.

#### Fees[​](https://docs.atlasdao.zone/introduction/atlas-dapp/fees-and-params#fees) <a href="#fees" id="fees"></a>

* A set fee of 50 `STARS`, every time a raffle is created
* `5%` of total from raffle ticket sales


---

# 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.atlasdao.zone/atlas-dao/products/raffle.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.
