# Lucky Spinner

Lucky Spinner is a chance-based game in which participants have the opportunity to multiply their bet by spinning a wheel.&#x20;

The user may choose a bet amount from a range of options, such as **2 LMF, 10 LMF, 50 LMF, 100 LMF, or 500 LMF**. The slots of the wheel feature numerous multiplier values, ranging from **x0 to x20**. The payoff is calculated by multiplying the bet amount by the outcome multiplier, and so there is the possibility of both gain and loss.

The Ecosystem pool will act as an intermediary during the game, collecting bets and distributing rewards.

Lucky Spinner uses VRF to ensure true and secure randomness.

## Timeline

Users can play at any time of their choosing.


---

# 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.lamas.co/1.0/games/lucky-spinner.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.
