# Automatic Mining Process

The automatic mining process in Social Kingdom directly values users' social media activities and converts them into SOCIAL tokens.

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

### Key Features

* Tokens are automatically mined every hour based on the user's Total Hashrate (TH).
* Mining amount calculation: Tokens mined per hour = (User's TH / Total TH of all users) × Total tokens issued per hour
* Higher user TH results in more tokens mined.
* The ratio of individual TH to the total TH of all users is crucial.

### Special Event Rewards

* Additional bonus SH can be earned by participating in special events like Quick Press Challenges.
* Occurs randomly 3-5 times a day, awarding bonus SH (+100 SH) for pressing a specific button within 30 seconds.
* This bonus SH is reflected in the next automatic mining TH calculation.

### Characteristics of the Automatic Mining Process

* Immediacy: User activities are reflected in rewards almost in real-time.
* Transparency: All reward acquisition processes are recorded on the blockchain and can be verified by anyone.
* Fairness: TH-based distribution ensures fair reward distribution according to contribution.
* Scalability: Mining difficulty is automatically adjusted according to increases in user numbers and activity levels.


---

# 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://docs.socialkingdom.io/reward-system/automatic-mining-process.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.
