# Token Generator Factor

In order to create a sustainable economy and increase the value of the $SYBL, it will always be more and more difficult to mint new token. Then earnings depends on the $$TPU$$, the Token Per Unit. $$TPU$$is a logarithmical function depending on the number already minted. **It is recalculated every month depending on the number of tokens already minted.**

$$TPU(m)$$for the month *m* is calculated like below:

$$
TPU(m)=TPU(m-1)\times \bigg( 1-\cfrac{Total , Minted}{Total,Supply}\bigg)
$$

​with **:**&#x20;

$$TPU(m-1)$$: Token Per Unit for the month *m-1*

$$Total , Minted$$*:* the number of tokens already minted at the time of calculation

$$Total,Supply$$: the number of tokens supplied for the community $$1.5 ,. ,10^9$$

$$TPU(0)=2$$

![](/files/QsUs7hQ50aCmLwfAGfDE)**​**


---

# 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://whitepaper.frak.id/frak-protocol/earning-model/token-generator-factor.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.
