# - Platform Mining

Users can participate in mining on the platform server. Mining is mined in the ratio of data traffic and nodes stored on the server, and users who participate in mining can check the server's resources and mining results. You will be rewarded with HP and can exchange VRS Token after a certain period of time.

Platform Mining HP Reward Formula&#x20;

* Reward (F)

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

* The final reward (PM) for platform mining is as follows.&#x20;
* n = numbers of mining users

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

Detailed formula

* &#x20;Traffic (T): The amount of data sent to and from the server providing the data and the data users. It depends on the computing power and storage size of each node, and traffic is recorded in GB. Traffic factor values of 0.05 for 50-100 GB, 0.03 for 100-500 GB, 0.02 for 500 GB-1 TB, and 0.01 for 1 TB or more.&#x20;
* Number of nodes (N): The number of nodes provided by a user in one account. Nodes are counted by the number of CPUs or GPUs, with a node factor of 1 for 1, 2 for 2-5, and 3 for more than 5.&#x20;
* Engagement time (t): The amount of time the user provides storage to the server. The engagement can be adjusted by the user in the platform SDK. Values from 1 hour minimum to 24 hours maximum. The unit is hours.&#x20;
* Group server ratio (R): The percentage of total servers, including peer servers, that a group of platform servers represents. Value from 0 to 1.

Example algorithm&#x20;

T = 200 GB, N = 1, t = 3h, R = 1

F = \[ (200*0.03) + (1*1) ] \* (3/24) \* 1 = 0.875&#x20;

T = 600GB, N = 1, t = 3h, R = 1&#x20;

F = \[ (600*0.02) + (1*1) ] \* (3/24) \* 1 = 1.625&#x20;

T = 600GB, N = 2, t = 3h, R = 1&#x20;

F = \[ (600*0.02) + (2*2) ] \* (3/24) \* 1 = 2&#x20;

T = 2TB, N = 6, t = 24h, R = 1 COIN NETWORK - 23&#x20;

F = \[ (2000*0.01) + (6*3) ] \* (24/24) \* 1 = 38


---

# 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/platform-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.
