# Repechage and Cashbacks

## Repechage

Non-winning tickets can benefit from a ***repechage***.

After winners of the current lottery have been picked, one or more non-winning tickets are extracted. Those tickets are gifted one or more free entries for future lotteries, in form of 1 or more $RAF tokens.

**Lottery Example:**\
Magic Number: 8, Repechage: 1 $RAF, Lucky Losers: 2\
Participants: 32 ->

.\
&#x20; *...lottery draw\...zzz...*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*...zzzz...*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*...it takes a lot of time indeed, and gas(!)...*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\
*.*\ <mark style="color:yellow;">4 winners</mark>, splitting The Jackpot.\ <mark style="color:yellow;">2 Lucky Losers</mark> receiving <mark style="color:yellow;">1 $RAF</mark> each.&#x20;

## $RAF Cashbacks

<mark style="background-color:yellow;">Every</mark> non-winning ticket, that didn't benefit of ***repechage*** either, gets a fraction of $RAF token that user can accumulate until he has enough to spend for 1 ticket.

Cashback is initially set to <mark style="color:yellow;">0.125 $RAF</mark>: every <mark style="color:yellow;">8</mark> losing tickets entered, users get <mark style="color:yellow;">1 free entry</mark>.


---

# 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://dave-davinci.gitbook.io/raffle/repechage-and-cashbacks.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.
