# What is OpenGPU

OpenGPU Network is a decentralized, blockchain-based computing network that connects GPU providers and clients worldwide.

## The Current Landscape of AI Compute

Demand for GPU compute is surging while supply remains concentrated. Centralized infrastructure brings inherent tradeoffs: controlled access, opaque pricing, and approval processes. Meanwhile, significant GPU capacity remains underutilized globally—in data centers, enterprises, and individual machines.

OpenGPU connects this fragmented supply with growing demand.

## The OpenGPU Approach

OpenGPU creates an open task marketplace where:

* **Clients** publish computational tasks with transparent pricing
* **Providers** compete to execute tasks and earn rewards
* **Smart contracts** handle coordination, payments, and trust automatically
* [**$OGPU**](/opengpu-network/blockchain-reference/token.md) is the native currency for all network operations

No gatekeepers. No approval processes. Real-time market pricing.

## Core Components

| Component              | Purpose                                             |
| ---------------------- | --------------------------------------------------- |
| **OpenGPU Blockchain** | L1 EVM-compatible chain for settlement and security |
| **OpenGPU Protocol**   | Smart contracts governing the task marketplace      |
| **Applications**       | Client App, Provider Suite, SDK, Management dApp    |

## How It Fits Together

```
Clients                     Providers
   │                            │
   │ publish tasks              │ execute tasks
   ▼                            ▼
┌─────────────────────────────────────┐
│         OpenGPU Protocol            │
│    (Sources, Tasks, Payments)       │
├─────────────────────────────────────┤
│         OpenGPU Blockchain          │
│      (Settlement, Security)         │
└─────────────────────────────────────┘
```

> See [Ecosystem Overview](/opengpu-network/ecosystem/overview.md) for the full picture.


---

# 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://opengpu-network.gitbook.io/opengpu-network/introduction/what-is-opengpu.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.
