# Participate in a random selection auction

Bounce Random Selection Auction is an auction mechanism where, instead of the highest bid winning the auction, the winning bid is determined randomly like lottery.&#x20;

{% embed url="<https://youtu.be/knAx-V8zvzo>" %}

Let's walk through the steps of participating in a Lottery Auction.👇

1\. Visit <https://app.bounce.finance/market> and connect your wallet.

<figure><img src="/files/zRWLytI8z4Qw9JcbpTZf" alt=""><figcaption></figcaption></figure>

2\. Head to the Lottery Auction pool that you want to join. Once the auction starts, you can hit "Place a Bid."

<figure><img src="/files/NKBzXgzIiP5Zv4LKMC6N" alt=""><figcaption></figcaption></figure>

3\. After hitting "Place a Bid," you're required to confirm the 3 statements making sure that you've checked all the details of this auction. Then hit "Confirm and continue."

<figure><img src="/files/9yYSlZzVXr2snZxw0KkZ" alt=""><figcaption></figcaption></figure>

4\. Once your transaction is processed, your bid is successfully placed. You can check your bid status on the auction pool page.

<figure><img src="/files/2WjIbnGm7XjVTCUnQ5Gg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UsuitmJxQGUU1PCZEtuQ" alt=""><figcaption></figcaption></figure>

5\. After the auction ends, the list of randomly selected winners will be displayed on the auction pool page. You'll see the winning notification if you're one of the selected winners, and you can claim your allocation.&#x20;

<figure><img src="/files/QXLThwxQbj3wlS34VAuj" alt=""><figcaption></figcaption></figure>

If you're not a winner, you can claim a full refund of your bid payment.&#x20;

<figure><img src="/files/VzCmfc5LTcjSRQLaXg9A" alt=""><figcaption></figcaption></figure>


---

# 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/random-selection-auction-guides/participate-in-a-random-selection-auction.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.
