# Reputation and Incentive Mechanism

The reputation score of a node $$n\_i$$ can be updated based on its performance in completing tasks, denoted as $$P\_i$$, and its historical reliability, denoted as $$H\_i$$:

$$
R\_i^{(new)} = \gamma \cdot P\_i + \delta \cdot H\_i
$$

Where $$\gamma$$ and $$\delta$$ are weight factors for current performance and historical reliability, respectively, and $$R\_i^{(new)}$$ is the updated reputation score of node $$n\_i$$.
