> For the complete documentation index, see [llms.txt](https://docs.gpu-fi.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpu-fi.uk/risks/hardware-risk.md).

# Hardware Risk

Explains how physical GPU infrastructure depends on treasury accumulation and deployment.

{% hint style="warning" %}
GPUFi does not have physical GPUs in Phase 1.
{% endhint %}

Initial mining yield comes from trading activity. Physical GPU infrastructure depends on future treasury accumulation and deployment.

### Treasury dependency

```
Trading Activity
       ↓
Creator Tax
       ↓
30% Treasury Allocation
       ↓
Treasury Accumulation
       ↓
Future GPU Acquisition
```

Thirty percent of the 3% creator tax goes to the treasury:

$$
3% \times 30% = 0.90%
$$

The treasury allocation equals 0.90% of every trade. GPU acquisition therefore depends indirectly on trading activity.

### Phase 2 dependency

Phase 2 targets approximately one to two months after launch. The roadmap targets two NVIDIA RTX 3090 units at approximately $1,500 per unit.

These are targets, not guaranteed purchases.

* If treasury accumulation is insufficient, purchases and deployment can be delayed.
* If activity is very low, Phase 2 may be delayed significantly or may not happen.

### Physical infrastructure

Once physical GPUs exist, operation depends on hosting location, uptime, and utilization.

The project intends to publish serial numbers, photos, hosting location, monthly uptime, and utilization information. This provides transparency. It does not guarantee performance.

### Future revenue dependency

Future GPU rental revenue depends on GPUs being acquired, deployed, and used for actual rental activity. It is not current revenue.

External GPU operators are planned for Phase 3. An inference API is planned for Phase 4.

### Current-state language

| State                                                       | Project language      |
| ----------------------------------------------------------- | --------------------- |
| Before physical GPUs are live and generating rental revenue | GPU-powered ecosystem |
| After physical GPUs are live and generating rental revenue  | GPU-backed            |

This distinction separates the current state from future infrastructure.

Next, [Regulatory Risk](/risks/regulatory-risk.md) covers the unresolved treatment of mining rewards.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gpu-fi.uk/risks/hardware-risk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
