# 🧱Game Mining

#### 3TC Production Conditions and Frequency

Production will commence when the platform's total computing power reaches 10 million. The production frequency is once every 24 hours, specifically at 08:00 UTC.

#### Production Calculation Formula

The formula for calculating the user's 24-hour production is as follows:

User's 24-hour production =(User Computing Power / Total Platform Computing Power) × Daily Total Output

#### Calculating User's Computing Power

The user's computing power is composed of the sum of the remaining computing power and the additional computing power:

1. **Remaining computing power**: User's total computing power minus the amount already produced.
2. **Additional computing power**: Determined by the net loss in the past 24 hours (excluding any gains) divided by the real-time coin price.


---

# 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://threet.gitbook.io/3t-english/starter-tutorial/game-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.
