> 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/gpu-operators.md).

# GPU Operators

Covers the planned role of operators in GPU infrastructure.

{% hint style="info" %}
**GPU operator participation is planned for Phase 3.** No external operators participate in Phase 1.
{% endhint %}

### What is a GPU operator?

A GPU operator is a contributor who provides real physical GPU hardware to the GPUFi infrastructure layer.

This is a future model. Operator onboarding is not currently open.

### How the operator model works

```
Operator
  ↓
Provides GPU
  ↓
GPU enters rental infrastructure
  ↓
GPU generates rental activity
  ↓
Rental fee
  ↓
70% to operator
```

The intended economic incentive is 70% of rental fees for the operator. The roadmap does not define the destination of the remaining rental fees.

### Why operators matter

Phase 2 is intended to begin with GPUs purchased through the treasury. Phase 3 is intended to expand the physical infrastructure layer through external contributors.

Operators provide the hardware layer. GPUFi provides the ecosystem context. This model is intended to move beyond GPUs purchased directly through the treasury, without guaranteeing infrastructure growth.

### Operator economics

| Component       | Phase 3 design                    |
| --------------- | --------------------------------- |
| Hardware        | Contributed by external operators |
| Rental activity | Generated by contributed GPUs     |
| Operator share  | 70% of rental fees                |
| Admin           | Planned permanent renouncement    |

### Current status

| Phase   | Status                                                    |
| ------- | --------------------------------------------------------- |
| Phase 1 | No external operators                                     |
| Phase 2 | Initial GPUs are intended to be purchased by the treasury |
| Phase 3 | External operator participation is planned                |

Hardware requirements, minimum GPU counts, hosting requirements, geographic restrictions, and an application process have not been specified.

The next planned infrastructure layer is the [Inference API](/gpu-infrastructure/inference-api.md), which is intended to serve developer compute demand in Phase 4.


---

# 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/gpu-operators.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.
