# Reparto de las apuestas

El premio de cada apuesta se establece multiplicando la cantidad apostada por el multiplicador de premio obtenido:

$$
Premio = apuesta \* multiplicador
$$

#### Reparto de apuestas ganadoras

El importe del premio se paga con el ETH depositado en la bóveda, con el siguiente reparto:

* 95% del premio para el jugador que gana la apuesta
* 5% de comisión, con el siguiente reparto: 2% para los stakers de los NFTs, 1.5% para la bóveda de ETH, 1% para  incentivos (Prizes) y 0.5% para el equipo de Boletux&#x20;

#### Reparto de apuestas perdedoras

El importe de la apuesta se ingresa en la bóveda, con el siguiente reparto:

* 96.5% del importe apostado se ingresa en la bóveda de ETH
* 3.5% de comisión, con el siguiente reparto: 2% para los stakers de los NFTs, 1% para  incentivos (Prizes) y 0.5% para el equipo de Boletux&#x20;

#### *Ejemplo:*

Se muestra a continuación un ejemplo para un jugador que apuesta 0.1 ETH y obtiene un multiplicador de 3. El Premio será de 0.3 ETH, con el siguiente reparto:

<table data-full-width="true"><thead><tr><th align="center">Apuesta</th><th align="center">Jugador</th><th align="center">Stakers NFTs</th><th align="center">Vault</th><th align="center">Prizes</th><th align="center">Boletux</th></tr></thead><tbody><tr><td align="center">Ganadora</td><td align="center">0.285 ETH</td><td align="center">0.006 ETH </td><td align="center">0.0045 ETH</td><td align="center">0.003 ETH</td><td align="center">0.0015 ETH</td></tr><tr><td align="center">Perdedora</td><td align="center">0 ETH</td><td align="center">0.002 ETH</td><td align="center">0.965 ETH</td><td align="center">0.001 ETH</td><td align="center">0.0005 ETH</td></tr></tbody></table>


---

# 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://boletux.gitbook.io/docs/espa/gambling-and-betting/bets/reparto-de-las-apuestas.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.
