> 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/calculation-of-proceeds/calculation-power-settlement-formula.md).

# Calculation Power Settlement Formula

T FLOPS: the unit of general-purpose arithmetic computation.

&#x20;

Arithmetic settlement uses the PPS (Pay Per Share) settlement method, which is based on the percentage of arithmetic contribution from a single device in the arithmetic pool, and the arithmetic stable supply incentive fee.

&#x20;

| Arithmetic Gain                                  | Arithmetic Pool Reward                                                                                                                                                                                                                                                 | Stable Supply Incentive Fee                                                      | Bonus                                                                          |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| <p>settlement terms</p><p>(accountancy, law)</p> | PPS                                                                                                                                                                                                                                                                    | PPLNS                                                                            | Block Rewards                                                                  |
| Fee Rate                                         | 4%                                                                                                                                                                                                                                                                     | ![](file:///C:/Users/Yuu/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png)2% | ![](file:///C:/Users/Yuu/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png) |
| Yield calculation formula                        | <p>Arithmetic input workload / Arithmetic overhead \* Share incentive \* (1 - rate)</p><p>Total user power / (total pool power - SOLO settlement)</p><p>\* Return on shares \* (1 - rate)</p>                                                                          | /                                                                                |                                                                                |
| Allocation rules and time                        | <p>Every half hour, the allocation is based on the current arithmetic overhead, which is calculated as the percentage of the user's arithmetic to the total arithmetic of the mining pool (excluding SOLO settlement arithmetic) during</p><p>the 30-minute cycle.</p> | <p>Allocation</p><p>by block</p>                                                 |                                                                                |


---

# 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/calculation-of-proceeds/calculation-power-settlement-formula.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.
