# Tokenomics V2

Al terminar las rondas de manera puntual, los usuarios recibirán BLX, el token nativo de Bloinx que representa el cumplimiento de los participantes en la ronda.

Para controlar la emisión a travez del tiempo en esta version hemos incluido una reducción trimestral de la emision de tokens, que constará de 8 trimestres. El primer trimestre iniciará a partir de XXX.

La cantidad de BLX se distribuye según la siguiente formula:

&#x20;       BLX = 5 x monto de pago x (turno que elegiste / trimestre)

Por ejemplo, esta ronda es de 4 personas con pagos de 10 USDC durante el primer trimestre.

&#x20;       BLX = 5 x 10 x (turno que elegiste / 1)

| TURNO | BLX    |
| ----- | ------ |
| 1     | 50.00  |
| 2     | 100.00 |
| 3     | 150.00 |
| 4     | 200.00 |

En el segundo y tercer trimestre la emisión seria la siguiente:

&#x20;        BLX = 5 x 10 x (turno que elegiste / 2)

&#x20;        BLX = 5 x 10 x (turno que elegiste / 3)

| TURNO | BLX 2do Trimestre | BLX 3er Trimestre |
| ----- | ----------------- | ----------------- |
| 1     | 25.0              | 16.7              |
| 2     | 50.0              | 33.3              |
| 3     | 75.0              | 50.0              |
| 4     | 100.0             | 66.67             |

Es importante mencionar que el token BLX se otorgara al finalizar la ronda, unicamente a las personas que cumplieron puntualmente con sus pagos.

(Supply)

(distribucion en porcentaje)


---

# 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.bloinx.io/espanol/whitepaper/tokenomics-v2.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.
