# Tokenomics

### 💥[Minting $RAF](https://dave-davinci.gitbook.io/raffle/usdraf-tokens#how-to-get-usdraf) ingredients (ETH + TITANX)

**ETH Distribution:**

* <mark style="color:yellow;">0.1 to 5%</mark> (variable) to User Gas Pool: a cashback for triggering <mark style="color:yellow;">lottery draw</mark>, which is a gas-expensive calculation done on-chain for security reasons.\
  This will be set dinamically by owner to adapt to market conditions (gas price) over time.\
  Complexity of the calculations also affect the gas expense, so Magic Number plays a role in the formula. The more winners we have, the higher the gas expense to calculate them.\
  The formula for gas cashback is the following:

  ```
  truePercentGasFee =
  (BASE_PERCENT_ETH_GAS_FEES * 8 / magicNumber) - (1_000 / magicNumber)
  ```
* <mark style="color:yellow;">80-85%</mark> to current lottery Jackpot (if lottery is open), or to next lottery Jackpot (if closed).
* <mark style="color:yellow;">8%</mark> to buy TITANX at market and push it into next lottery Jackpot.\
  The more people mint in previous lottery, the bigger next lottery Jackpot will be, and the bigger the price impact on TitanX chart will be too.
* <mark style="color:yellow;">7%</mark> to platform maintenance and further development:
  * Gas for setting variations for new lotteries
  * Gas for opening new lotteries
  * Team presence to do the above
  * dApp hosting and marketing expenses
  * eventually UI / UX improvements and development (stats, utilities, etc.)

**TITANX distribution:**

* <mark style="color:yellow;">50%</mark> burned through TitanX interface, granting users all the benefits they can get from TitanX contract.
* <mark style="color:yellow;">50%</mark> to current lottery Jackpot if lottery is open or next lottery Jackpot if closed.

### 💥TITANX spent on [Luck Factor](https://dave-davinci.gitbook.io/raffle/luck-factor)

* Same as above: <mark style="color:yellow;">50%</mark> burned, <mark style="color:yellow;">50%</mark> to Jackpot.

### 💥Ecosystem Tokens spent on [Luck Factor](https://dave-davinci.gitbook.io/raffle/luck-factor)

* <mark style="color:yellow;">64%</mark> to Jackpot
* <mark style="color:yellow;">28%</mark> burned
* <mark style="color:yellow;">8%</mark> dev, platform, marketing, etc.

### 💥$RAF spent entering lotteries

* <mark style="color:yellow;">100%</mark> burned.
