# NFT Random Selection Auction Guides

#### What is an NFT lottery auction? <a href="#what-is-an-nft-lottery-auction" id="what-is-an-nft-lottery-auction"></a>

In the NFT lottery auction, participants buy lottery tickets for a fixed amount (the principle amount) to enter into the draw. The principle amount is set by the pool creator.

At the end of the running time of the lottery pool, the winner is selected randomly by a smart contract and the principle amount is automatically swapped for the auctioned NFT. The pool creator claims the money raised from the sale, while the winner will claim the NFT from the pool.

The lottery auction does not have permanent losses for non-winning participants. Participants that are not selected as a winner, can claim their principle back from the pool.

The NFT lottery auction is built for mass usage. The maximum number of participants that can enter into a draw is 60,000 people and the solution is gas-friendly with low fees to enter into the draw. Fairness and integrity are secured by random selection and execution by smart contracts.


---

# 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.bounce.finance/user-guide/nft-random-selection-auction-guides.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.
