# Blockchain

A public, purpose-built L1 for the OpenGPU Network.

## Why Our Own L1?

**Available now:**

* **High Throughput**: Standard EVM with parallel block validation (\~10,000 TPS)
* **Sub-second Finality**: Real-time task marketplace requires fast settlement
* **Focused Development**: Open, dedicated chain for protocol-specific updates and forks

**Future roadmap:**

* Consensus-level integration for task and provider management
* Private L1/L2 options for modular deployments

## Technical Specs

* **Consensus**: Lachesis DAG-based protocol
* **Block Time**: Sub 1 second
* **Throughput**: \~10,000 TPS
* **EVM Compatible**: Standard Ethereum tooling works out of the box

## Mainnet

| Property     | Value                              |
| ------------ | ---------------------------------- |
| Network Name | OpenGPU Mainnet                    |
| Chain ID     | 1071                               |
| Currency     | OGPU                               |
| Decimals     | 18                                 |
| RPC URL      | <https://mainnet-rpc.ogpuscan.io>  |
| Explorer     | [ogpuscan.io](https://ogpuscan.io) |

Live since March 2025.

## Testnet

| Property     | Value                                              |
| ------------ | -------------------------------------------------- |
| Network Name | OpenGPU Testnet                                    |
| Chain ID     | 200820172034                                       |
| Currency     | ToGPU                                              |
| RPC URL      | <https://testnetrpc.ogpuscan.io>                   |
| Explorer     | [testnet.ogpuscan.io](https://testnet.ogpuscan.io) |

## ORC-20 Token Standard

An extension of traditional token standards designed for OpenGPU Chain. Supports rich, updatable metadata including descriptions, logos, and social links.

## Bridge

Bring $OGPU to OpenGPU Mainnet from Ethereum Mainnet via [chainchangers.app](https://chainchangers.app/).

## On-Chain Finance Layer

Fundamental fungible and non-fungible token infrastructure is available. Early DeFi projects accelerated by the OpenGPU Foundation:

* [TakoSwap](https://takoswap.app/) — DEX
* [BridgeX](https://chainchangers.app/) — Bridge
* [OpenSale](https://opensale.finance/) — Launchpad

> See [Token](/opengpu-network/blockchain-reference/token.md) for $OGPU details.


---

# 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/ecosystem/blockchain.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.
