# Earning Caps

In order to prevent bot and cheating system, while incentivizing power users, every **Standard Period**, a Power Number of UCC is calculated based on the average of consumption by the top 5% of active users.

Therefore, the number of Consumed Content Unit CCU is calculated with the formula below:

$$
CCU=\max \left( 1, \left( \frac{CCU\_{5%}}{CCU\_{real}} \right)^{CCU\_{real}}\right)
$$

$$CCU\_{5%}$$**:** average consumption of the top 5% of active users (last Standard Period)​

$$CCU\_{real}$$**:** number of Consumed Content Units reported by different players

​Then, the distribution of the consumption is defined by the **Chi-squared distribution** ($$\chi^2$$​-distribution).

![](https://266970817-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNViTXF6BtpM1lHQddio3%2Fuploads%2FPHaD6109hlDRxZxb1Vpg%2FCapture%20d%E2%80%99e%CC%81cran%202022-07-05%20a%CC%80%2008.59.53.png?alt=media\&token=b87cc109-1b04-40bc-a11b-508ec12a8138)


---

# 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/earning-caps.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.
