> For the complete documentation index, see [llms.txt](https://dgpt.gitbook.io/dgpt-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dgpt.gitbook.io/dgpt-docs/product-architecture/calculation-platform.md).

# Calculation Platform&#x20;

<figure><img src="/files/SjrrsF03WaOSUmxhaThn" alt=""><figcaption><p>Fig. 3 Product architecture</p></figcaption></figure>

The DGPT model implements the construction of an arithmetic platform that transforms idle arithmetic into valuable computing resources and enables arithmetic providers to gain economic benefits through task execution and realisation mechanisms. This model enables users to more flexibly use idle arithmetic to participate in AI and data processing tasks, maximising the use of resources and economic benefits.

①       Arithmetic Access:

Users can provide idle arithmetic by providing their own hardware access platform, and by installing the corresponding client software, they can automatically measure the level of hardware arithmetic and evaluate the revenue interval, so that these devices become the arithmetic provider of DGPT. Such as personal computers, mobile devices, etc., to provide arithmetic to help train the model, reduce the model centralised operating costs, the user in the process, will be based on the arithmetic contribution to gain revenue.

②       Model training:

The arithmetic centre on the DGPT platform deploys various types of arithmetic tasks that require a large amount of computing resources, and the user only needs to provide the platform with idle hardware arithmetic and purchase a suitable platform accelerator to complete the training tasks based on the accelerated arithmetic level. Examples include machine learning model training, data analysis, etc.

③       Results Submission:

After completing the task, the idle arithmetic device automatically submits the computational results to the DGPT platform. These results can be trained models, processed data, etc., depending on the task arithmetic requirements.

④        Settlement and realisation:

The DGPT platform settles the arithmetic provider based on the remuneration set for the task and the completion of the task, and releases the corresponding remuneration to the arithmetic provider in the form of revenue. Idle arithmetic power is realised, and the arithmetic power providers also receive financial gains from it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dgpt.gitbook.io/dgpt-docs/product-architecture/calculation-platform.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
