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