> 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/transparency/what-we-have.md).

# What We Have

Identifies the available components and information that can be reviewed.

### What exists today?

GPUFi has defined system and launch designs, drafted mining mechanisms, specified reference infrastructure, and paths for onchain verification. Defined or drafted does not mean deployed, audited, or operating.

### A defined system design

The project has defined:

* GPUFi token architecture and a 3% creator tax.
* Five-way tax distribution, a treasury model, and a GPU infrastructure roadmap.
* A mining contract design with a 21-day mining-power progression, hourly reward distribution, and an emergency exit mechanism.

These are system designs. The mining contract is drafted and is not audited yet.

### A defined launch model

The launch design specifies Robinhood Chain, ETH as the quote asset, and a bonding curve launch. It also defines a 4.2 ETH graduation threshold, a Uniswap V4 post-graduation pool, permanently locked post-graduation liquidity, launch and curve fee parameters, and a launch-period snipe tax mechanism.

This describes the defined launch model. It does not state that the GPUFi token has already launched.

### Mining architecture

The mining design includes GPUF commitment, mining-power progression, a 21-day full-power period, hourly pool accounting, and rewards calculated from relative mining power.

It also defines gradual unlock, an emergency exit, and a 2% supply mining cap per wallet. These mechanisms are designed. They are not audited or presented as fully deployed.

### Planned hardware disclosure

When physical GPUs are purchased and operating, the project intends to publish:

* Serial numbers and photos.
* Hosting location and monthly uptime.
* Utilization information.

These reports do not exist in Phase 1 because Phase 1 has no physical GPUs.

### Public verification

The source identifies the following as independently checkable onchain:

* Pons V2 factory.
* NVDA stock token.
* Graduation data.
* Tax configuration on Robinhood Chain.

Scripts under `scripts/` support research and verification. See [How to Verify](/transparency/how-to-verify.md) for the supported verification paths.


---

# 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/transparency/what-we-have.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.
