# 6. Pirichain Reward Distribution

Working according to the dPoS reward distribution center, Pirichain is eligible to receive rewards when representatives freeze at least 1 million PIRI coins from delegates. The reward per block is 10 PIRI. The first 7 representatives with the most coins frozen will receive a prize. Delegates are given daily prizes.

### Block Opening Reward

20% of the daily total block gain is burned. 20% of the remaining prize is given to the representatives. The remainder is distributed to the delegates, taking into account the following formula.

### Deputy (Representer) Reward

$$
W\_c \Rightarrow Number\ of\ Produced\ Blocks \ \\
W\_c = 6\times 60 \times 24 \times \Rightarrow 8640 \ \\
K\_i \Rightarrow Reward\ on\ each\ block\ (10\ PIRI) \ \\
Daily\ Reward \Rightarrow \sum\_{n= 1}^{W\_c}\frac{K\_n\times Q\times 16}{100}
$$

### Delegation Reward

$$
Delegation\ Max\ (Daily)=\frac{1}{365}\times\frac{1}{1000}\times Frozen\ Amount\\
Daily\ Total\ Max\ Reward = W\_{c} \times 10 \Rightarrow 86.400\ PIRI\\
Delegation\ Daily\ Reward= \frac{K\_{i} \times Q \times 0.64}{7}\\
$$

$$
f(x)=\begin{Bmatrix}
DelegationMaxDaily,\&DelegationMaxDaily\<DelegationDailyReward \\
DelegationDailyReward,\&DelegationMaxDaily\geq DelegationDailyReward
\end{Bmatrix}
$$


---

# 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://whitepaper.pirichain.com/pirichain-reward-distribution/6.-pirichain-reward-distribution.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.
