# Physical PoS Incentive Model

### <mark style="color:orange;">**Computing Power Score Formula**</mark> `Node Computing Power Score = (Staked :contentReference[oaicite:1]{index=1} × Computing Power Weight)`

### <mark style="color:orange;">**Reward Distribution**</mark>

Daily block rewards are distributed proportionally based on each node’s computing power score.

### <mark style="color:orange;">**Proof of Compute**</mark>

Nodes must regularly submit **Proof-of-Compute**, which is verified by the **AI Oracle** to ensure authenticity.

### <mark style="color:orange;">**Incentive Bias**</mark>

Nodes that contribute more GPU/ASIC computing power will receive **higher block rewards and ecosystem incentives.**

This model not only ensures that validators maintain network security, but also **encourages them to contribute real-world computing resources** to support **on-chain AI training, inference, and data processing workloads.**


---

# 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://apchain.gitbook.io/apchain-docs/physical-pos-computing-mechanism/markdown.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.
