# How the Winner is Chosen

The winner of the FrogsFi draw is chosen randomly through a unique random number generator built into the smart contract. This ensures that each participant has an equal chance of winning, regardless of the amount of stablecoins deposited.

At the end of the draw period, the smart contract will generate a random number that corresponds to a participant's entry. The participant whose entry matches the randomly generated number will be declared the winner.

{% hint style="info" %}
It's important to note that the winner is chosen completely at random, so there is no way to guarantee a win or manipulate the outcome of the draw. This makes FrogsFi a fair and transparent way to potentially earn profits from stablecoin deposits.
{% endhint %}


---

# 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://frogs.gitbook.io/frogsfi/rules-and-regulations/how-the-winner-is-chosen.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.
