> 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/dynamic-pricing-model.md).

# Dynamic Pricing Model

The Multi-Tier Pricing (MTP) Algorithm may dynamically adjust prices based on network conditions and node performance.

Define the base price $$B$$ for rendering tasks.\
Adjust the price based on current demand $$D$$ and the total available supply $$S$$ of GPU resources:

$$
{Price}(t) = B \cdot \left( 1 + \gamma \cdot \left( \frac{D(t)}{S(t)} - 1 \right) \right)
$$
