> For the complete documentation index, see [llms.txt](https://whitepaper.frak.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.frak.id/zhong-wen-ban-ben-the-sybel-ecosystem-white-paper/xi-bei-er-sheng-tai-xi-tong/zao-wu-zhu-de-gong-zuo-zhu-bi/creator-badge-calculation.md).

# Creator Badge Calculation

To calculate, the Creator Badge, we need first to determine $$\Theta\_j , \Delta\_j , \Omega\_j$$for the Creator j :

$$
\Theta\_j = \cfrac{\rho\_{j}(w-1)}{\rho\_{j}(w-2)}\
$$

with $$\rho(k)$$, number of fractions minted during week *k*

$$
\Delta\_j =\cfrac{\sum\_{k=1}^{w-1}\rho\_{j}(k)}{\sum\_{k=1}^{w-1}\sigma\_{j}(k)}
$$

​with $$\sigma(k)$$, number of fractions supplied during week *k*

$$
\Omega\_j=\cfrac{CCU\_{j}(w-1)}{CCU\_{j}(w-2)}
$$

with ​$$CCU\_j(w)$$, number of Consumed Content Units (Content Played for video and audio, Content Read for text) during the week $$w$$.

Then, ​the Creator Badge for the $$Creator\_j$$ and the week $$w$$ is calculated every week depending on the parameters defined above.

$$
{B}*{Creator\_j}(w)={B}*{Creator\_j}(w-1) \times (x+\Delta\_j)^{y+\Theta\_j}\times \Omega\_j
$$

$$x,y$$​: System Parameter<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/zhong-wen-ban-ben-the-sybel-ecosystem-white-paper/xi-bei-er-sheng-tai-xi-tong/zao-wu-zhu-de-gong-zuo-zhu-bi/creator-badge-calculation.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.
