# Appendix B: Price simulation details

[Table 17](#fig_price_simulation_details) contains price simulation detailed data. We are calculating the Provider's input costs, which include electricity costs and hardware depreciation. The calculations are standardized for a single GPU device.

#### Table 17 <a href="#fig_price_simulation_details" id="fig_price_simulation_details"></a>

<figure><img src="/files/87l6GXbnV7n5zjr5iS7h" alt=""><figcaption><p>Price simulation details</p></figcaption></figure>

* *Electricity Cost* is calculated based on the power consumption of the device multiplied by the assumed unit price of $0.20/kW h. Hardware depreciation costs are calculated based on a general assumed depreciation rate of 25% per year for both the GPU and other PC components.
* *Provider Price:* The suggested unit price for Providers is calculated as double the Provider's input costs per GPU per hour.
* The input cost for Inferix is calculated by adding the storage costs to the Provider price. This storage cost is based on the assumption that each 3D scene requires 1 GB of short-term storage for 96 hours and 100 MB of long-term storage, with a rate of $0.05/GB per month.
* *Inferix Service Price* is calculated by adding a 20% commission for Inferix Foundation to the input cost.


---

# 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://docs.inferix.io/inferix-whitepaper/appendix-b-price-simulation-details.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.
