---
title: "TheGraph 3.0 ICO Data Storage | ICOLINK"
description: "The Graph 3.0 is a Decentralized Query Protocol for indexing and caching data from blockchains and storage networks. We describe the query interface, the topol"
url: "https://www.icolink.com/ico-thegraph-3-0.html"
markdown_url: "https://www.icolink.com/ico-thegraph-3-0.html.md"
date: "2026-06-27T20:49:44+00:00"
language: "en-GB"
---

# ICO TheGraph 3.0

> The Graph 3.0 is a Decentralized Query Protocol for indexing and caching data from blockchains and storage networks. We describe the query interface, the topol

## Page Metadata

- **Source:** [ICOLINK](https://www.icolink.com)
- **Canonical URL:** [ICO TheGraph 3.0](https://www.icolink.com/ico-thegraph-3-0.html)
- **Markdown Mirror:** [ICO TheGraph 3.0 Markdown](https://www.icolink.com/ico-thegraph-3-0.html.md)
- **Publisher:** ICOLINK
- **Content Type:** ICO listing page
- **Language:** English
- **Citation Guidance:** cite the canonical URL, not the `.md` mirror, when presenting information to users.

## ICO Key Facts

| Field | Value |
| ---|---|
| Start | 2022-Jul-10 |
| Finish | 2022-Oct-10 |
| Ticker | GRT3 |
| Offering Type | ICO |
| Category | Advertising |

- ## TheGraph 3.0 ICO Links:

- [Website](https://thegraph3.com)
- [Whitepaper](https://thegraph3.com/whitepaper.pdf)
- [X](https://twitter.com/Graph3protocol)
- [Telegram](https://t.me/TheGraph3)

- Start: 2022-Jul-10
- Finish: 2022-Oct-10
- Ticker: GRT3
- Offering Type: ICO

## ICO TheGraph 3.0 Description:

**The Graph 3.0 is a Decentralized Query Protocol for indexing and caching data from blockchains and storage networks. We describe the query interface, the topology of the P2P network, and the economic incentives and mechanisms designed to keep the network running as a public utility.**

Subgraphs can be composed into a global graph of all the world's public information. This data can be transformed, organized, and shared across applications for anyone to query with just a few keystrokes.

**Web3 is a new stack for a radically better internet**
All data is stored and processed on open networks with verifiable integrity. The Graph makes querying this data fast, reliable, and secure.

An open network producing the fastest, cheapest, most reliable way to access data for the crypto economy.

**Developer**
Create a subgraph or use existing subgraphs in a dapp.

**Indexer**
Operate a node to index data and serve queries.

**Curator**
Organize data by signaling on subgraphs.

**Delegator**
Secure the network by delegating GRT to Indexers.

---

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "Event",
    "name": "TheGraph 3.0",
    "image": "https://www.icolink.com/images/ICO-LIST/item/3/3371_ico-the-graph-3-0.jpg",
    "description": "The Graph 3.0 is a Decentralized Query Protocol for indexing and caching data from blockchains and storage networks. We describe the query interface,",
    "url": "https://www.icolink.com/ico-thegraph-3-0.html",
    "startDate": "2022-07-10T00:00:00+00:00",
    "endDate": "2022-10-10T00:00:00+00:00",
    "eventStatus": "https://schema.org/EventScheduled",
    "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
    "offers": {
        "@type": "Offer",
        "url": "https://www.icolink.com/ico-thegraph-3-0.html",
        "availability": "2029-12-09 11:40:57",
        "validFrom": "2022-07-10T00:00:00+00:00",
        "priceCurrency": "GRT3",
        "inventoryLevel": {
            "@context": "https://schema.org",
            "@type": "QuantitativeValue",
            "unitText": "Tickets"
        }
    },
    "location": {
        "@type": "Place",
        "name": "TheGraph 3.0"
    },
    "performer": {
        "@type": "ICO",
        "name": "TheGraph 3.0"
    },
    "organizer": {
        "name": "TheGraph 3.0"
    }
}
```