# - Content Mining

It is a way for channels of content production and distribution companies to participate in the network and mine.

By providing good services to network participants by securing killer content and maximizing platform revenue, SIK can make a great contribution to increasing network value. In addition, channels can also participate and generate revenue by creating one-person show media.&#x20;

You will be rewarded with HP and VRS tokens in proportion to the number of downloads, uploads, likes, and views of the content you create.

Content Mining Formula&#x20;

* Reward (F)

<figure><img src="/files/JVHmxa1zFunfuSM7x4ge" alt=""><figcaption></figcaption></figure>

* The mining reward combined with the individual file reward (FS) is as follows&#x20;
* m = numvers of upload files

<figure><img src="/files/nGI5EsHp5jMEG2dil4KZ" alt=""><figcaption></figcaption></figure>

* The final reward (UM) for upload mining is&#x20;
* n = numbers of mining users

<figure><img src="/files/AzmwxnUQNed0AW1uPOdf" alt=""><figcaption></figcaption></figure>

Detailed formula

* Referrals (S): The number of referrals of user-created content. A recommendation can only be made once per account, and has a non-trivial value. The recommendation factor is 5.&#x20;
* Downloads (D): The number of times a file you uploaded was downloaded by other users. Can only be counted once per account, with a download factor of 5 for 1-10, 3 for 11-49, 2 for 50-99, and 1 for 100+.&#x20;
* Upload capacity (U): The size of the uploaded file. To encourage users to share more storage resources, the upload value is set to 0 for less than 10G, 1 for 11-50G, 2 for more than 50G, and the upload factor is set to 3.&#x20;
* View Reward (O): Daily accumulated views from 0:00 in the previous 24 hours to 24:00 in the current day. The more views, the higher the reward, with a minimum of 1, a maximum of 10, and a default of 1. The view factor is 5.

Example algorithm&#x20;

S = 10, d = 5, u = 5g, o = 3&#x20;

F = ( 10*5 + 5*5 ) \* 0.8 + ( 0*3 + 3*5 ) \* 0.2 = 63&#x20;

S = 10, d = 15, u = 5g, o = 5&#x20;

F = ( 10*5 + 15*3 ) \* 0.8 + ( 0*3 + 5*5 ) \* 0.2 = 81&#x20;

S = 25, d = 15, u = 20g, o = 5&#x20;

F = ( 25*5 + 15*3 ) \* 0.8 + ( 1*3 + 5*5 ) \* 0.2 = 141.6&#x20;

S = 50, d = 50, u = 20g, o = 10&#x20;

F = ( 50*5 + 50*2 ) \* 0.8 + ( 1*3 + 10*5 ) \* 0.2 = 290.6


---

# 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://vrs-contact.gitbook.io/vrs/blockchain-technology/content-mining.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.
