# GP Provider

GPGPU is designed so that anyone can provide their idle GPU and receive compensation, even without technical knowledge. Through the GP Station website or a dedicated program, connecting a GPU is made very easy. It offers a dashboard where users can connect multiple devices with a single account and monitor them in real-time. This approach lowers the entry barrier, moving away from the complex mining methods of traditional cryptocurrencies, and facilitates wider adoption.

* **Rewards**: Users can check the reward details for connecting their GPU devices and claim tokens or USDT. They can not only monitor real-time reward status but also access past reward details and future reward trends.
* **Device Management**: Users can monitor their active devices in real-time. They can check the employment status and connection conditions and manage their devices to ensure they move up to higher queues. Additionally, the platform provides a history of device issues to help users identify and eliminate potential problems.

GP Station aims to create an environment where GPU providers' devices can be continuously available without interruption. We believe that easy connections, real-time monitoring, and effective GPU resource flow are essential to providing a satisfactory experience for clients.

## Available Devices

GPGPU ultimately supports the connection of various devices but initially prioritizes products specialized for AI. Starting with NVIDIA products, there are plans to expand to Apple chips and AMD. The available devices can be checked on the GP Station. This list may be updated with additions or deletions based on changing circumstances.

## Device Status

* **Waiting**: The device is ready to provide GPU resources and is registered in the queue. It can transition to the employment state without notice at any time.
* **Employed**: The device is hired by a client and is providing GPU resources. Rewards are given proportionally to the usage time.
* **Terminated**: The device's employment is terminated either due to the client's normal completion of usage, connection issues, or performing other high-load tasks. If abnormal terminations occur repeatedly, the device may receive penalties.

## Penalty

Devices that repeatedly disconnect or fail to fulfill client requests during employment may be excluded from the queue. No rewards are given for abnormal terminations, and explanations for the termination reasons may be required. Therefore, users should avoid performing other tasks simultaneously while the device is employed.

## List of Supported Devices

<table><thead><tr><th>Manufacturer</th><th width="214">Model</th><th>Point</th><th>Supported</th></tr></thead><tbody><tr><td>NVIDIA</td><td>RTX 3060</td><td></td><td></td></tr><tr><td></td><td>RTX 3060 Ti</td><td></td><td></td></tr><tr><td></td><td>RTX 3070</td><td></td><td></td></tr><tr><td></td><td>RTX 3070 Ti</td><td></td><td></td></tr><tr><td></td><td>RTX 3080</td><td></td><td></td></tr><tr><td></td><td>RTX 3080 Ti</td><td></td><td></td></tr><tr><td></td><td>RTX 3090</td><td></td><td></td></tr><tr><td></td><td>RTX 3090 Ti</td><td></td><td></td></tr><tr><td></td><td>RTX 4060</td><td></td><td></td></tr><tr><td></td><td>RTX 4060 Ti</td><td></td><td></td></tr><tr><td></td><td>RTX 4070</td><td></td><td></td></tr><tr><td></td><td>RTX 4070 Ti</td><td></td><td></td></tr><tr><td></td><td>RTX 4070 Super</td><td></td><td></td></tr><tr><td></td><td>RTX 4070 Ti Super</td><td></td><td></td></tr><tr><td></td><td>RTX 4080</td><td></td><td></td></tr><tr><td></td><td>RTX 4080 Super</td><td></td><td></td></tr><tr><td></td><td>RTX 4090</td><td></td><td></td></tr><tr><td></td><td>RTX 4090 D</td><td></td><td></td></tr><tr><td></td><td>Tesla T4</td><td></td><td></td></tr><tr><td></td><td>Tesla V100-SXM2-16GB</td><td></td><td></td></tr><tr><td></td><td>Tesla V100-SXM2-32GB</td><td></td><td></td></tr><tr><td></td><td>Tesla V100-PCIE-16GB</td><td></td><td></td></tr><tr><td></td><td>Tesla V100-PCIE-32GB</td><td></td><td></td></tr><tr><td></td><td>H100 PCle</td><td></td><td></td></tr><tr><td></td><td>H100 80G PCle</td><td></td><td></td></tr><tr><td></td><td>H100 80GB HBM3</td><td></td><td></td></tr><tr><td></td><td>A100-SXM4-40GB</td><td></td><td></td></tr><tr><td></td><td>A100-SXM4-80GB</td><td></td><td></td></tr><tr><td></td><td>A100-PCIE-40GB</td><td></td><td></td></tr><tr><td></td><td>A100 80G PCIe NVLink</td><td></td><td></td></tr><tr><td></td><td>A100 80GB NVLink</td><td></td><td></td></tr><tr><td></td><td>A100 80GB PCIe</td><td></td><td></td></tr><tr><td>Apple</td><td>M1</td><td></td><td></td></tr><tr><td></td><td>M1 Pro</td><td></td><td></td></tr><tr><td></td><td>M1 Max</td><td></td><td></td></tr><tr><td></td><td>M1 Ultra</td><td></td><td></td></tr><tr><td></td><td>M2</td><td></td><td></td></tr><tr><td></td><td>M2 Pro</td><td></td><td></td></tr><tr><td></td><td>M2 Max</td><td></td><td></td></tr><tr><td></td><td>M2 Ultra</td><td></td><td></td></tr><tr><td></td><td>M3</td><td></td><td></td></tr><tr><td></td><td>M3 Pro</td><td></td><td></td></tr><tr><td></td><td>M3 Max</td><td></td><td></td></tr><tr><td></td><td>M3 Ultra</td><td></td><td></td></tr></tbody></table>


---

# 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://gpgpu.gitbook.io/gpgpu/system/gp-provider.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.
