> For the complete documentation index, see [llms.txt](https://blendr-network.gitbook.io/blendr-network-technical-plan-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blendr-network.gitbook.io/blendr-network-technical-plan-docs/blendrs-decentralized-architecture/reputation-and-incentive-mechanism.md).

# 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$$.
