> 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/gpu-infrastructure/hardware-roadmap.md).

# Hardware Roadmap

Outlines the planned progression toward GPU acquisition and deployment.

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

The infrastructure roadmap depends on treasury accumulation from trading activity. Hardware acquisition is planned only after sufficient treasury has accumulated.

```
PHASE 1
No GPUs
  ↓
PHASE 2
Treasury buys first GPUs
  ↓
PHASE 3
External GPU operators
  ↓
PHASE 4
Inference API
```

### Phase 1: Trading-funded foundation

Phase 1 has no physical GPU infrastructure. Initial yield comes from trading tax, and the treasury accumulates through its 30% share of creator tax.

No GPU rental revenue exists in this phase. GPUFi is building toward a GPU-powered ecosystem. It should not yet be described as GPU-backed.

### Phase 2: First treasury-funded GPUs

The roadmap calls for the first GPU purchases approximately one to two months after launch. This timing is a target, not a guarantee.

GPUFi plans to target:

* Two NVIDIA RTX 3090 units
* Approximately $1,500 per unit
* Purchases funded by the treasury

#### Transparency after purchase

Once GPUs are actually purchased, GPUFi intends to publish:

* Serial numbers and photos
* Hosting location
* Monthly uptime report and utilization information

These disclosures allow the community to verify that physical infrastructure exists and is being operated. They are not available before purchase.

### When GPUFi becomes GPU-backed

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

These labels describe different stages. Purchasing or deploying hardware alone does not establish current rental revenue.

### Phase 3: Operator expansion

Phase 3 is intended to extend the infrastructure layer beyond treasury-owned hardware. External operators can contribute GPUs and are intended to earn 70% of rental fees.

Admin control is planned to be renounced. Renouncement is permanent and irreversible. See [GPU Operators](/gpu-infrastructure/gpu-operators.md) for the planned operator model.

### Phase 4: Developer compute

Phase 4 introduces a planned inference API. Developers would pay for compute, creating another potential source of ecosystem revenue.

This future layer depends on infrastructure being deployed and used. [Inference API](/gpu-infrastructure/inference-api.md) covers the intended developer-facing model.


---

# 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/gpu-infrastructure/hardware-roadmap.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.
