# Reward & Fee

## Reward&#x20;

With luck, users spinning the wheel on the x2 box (or better) will earn a prize proportionate to their bet.&#x20;

The following outcomes are available:&#x20;

* x0 (complete loss),&#x20;
* x0.5 (50% loss),&#x20;
* x1 (break-even),&#x20;
* x2 (double),&#x20;
* x3 (triple),&#x20;
* x5 (multiply 5),
* x7 (multiply 7),&#x20;
* x10 (multiply 10),&#x20;
* x20 (multiply 20) and&#x20;
* NFT (x1 + 1 NFT card).

In addition, players who spin on the NFT box will receive an NFT piece. The rarity of the piece will depend on the amount of bet. More details about the NFT collection are available in [**NFT**](/1.0/nft/nft-collections.md).

## Fee & tax

Participants must pay a negligible gas fee for the Solana network to participate in this game. For each transaction, this fee is 0.000005 SOL (approximately $0.0001).&#x20;

Additionally, the winner is required to pay a small tax to the Lamas Finance system (in LMF), equal to 1% of the profit (payout minus stake). This tax will be split into two parts: 50% goes to Lamas Treasury and the remaining 50% is burned.&#x20;

In the future, the ratio of tax to be burned and tax to be given to the treasury will be modified by governance voting. Additionally, users participating in staking on Lamas Finance will receive a reduction of this tax. This will be described in further detail in [**Tokenomics**](/1.0/tokenomics/lmf.md).


---

# 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/reward-and-fee.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.
