Fundraising Fox

The Graph

also invests · investor profile

Founded 2018 · 52 employees on LinkedIn · 38 known investors

The Graph organizes and indexes blockchain data through a decentralized network, providing web3 developers with fast, cost-efficient access to smart contract data via subgraphs and GraphQL queries.

Also known as Graph Protocol · GRT · The Graph Network

Investors · 38

Also in the syndicate · 6

Blockwall Digital Assets FundCoinIXCompound VCKilowattSPCSustany

Company profile

researched Aug 2026

The Graph is a suite of blockchain data infrastructure products that extract, process and deliver structured blockchain data across 60+ networks (the docs site also references 57 networks in its network listing). Its stated purpose is to solve the difficulty of reading blockchain data: chains have no relational structure or query language, contract state lives in low-level storage slots and event logs, historical queries require archive nodes, and application data is fragmented across many contracts. Rather than each developer building bespoke indexing infrastructure, The Graph offers a modular protocol in which different data services address different classes of data problem.

The core products are Subgraphs (custom open APIs that define which contracts, events and entities to index and serve the transformed data over GraphQL, aimed at dapp frontends, DeFi dashboards, NFT marketplaces and governance UIs); Substreams (parallelized streaming indexing for low-latency, high-throughput use cases such as live liquidity and price feeds, trading and liquidation events, analytics pipelines and large backfills); and Amp, a blockchain-native database that turns onchain activity into enterprise-ready datasets with SQL access, audit trails, compliance and verifiability features for regulated and institutional users. Supporting components documented publicly include Graph Node, which indexes blockchain data and serves it over GraphQL, and Firehose, which extracts blockchain data into flat files to speed sync times.

The protocol is operated as a decentralized network described as a data market with distinct participant roles: Indexers who run nodes and serve queries, Curators who signal which subgraphs are useful and accurate, Delegators who stake in support of Indexers, and subgraph developers. The Graph publicly claims outcomes including elimination of self-run data servers, 60–98% lower monthly cost versus running infrastructure, and 99.99%+ uptime through a globally distributed contributor set.

Founding story

The three founders — Yaniv Tal, Jannis Pohlmann and Brandon Ramirez — had previously worked together at startups including Workflo, TapSavvy and MuleSoft. They began exploring Ethereum in early 2017 and concluded that immature tooling and protocols made building dapps difficult; making open data more accessible became their focus. The team built a first prototype in late 2017, seeking a productive developer experience for writing indexing logic that could be securely operated on a decentralized network. The Graph launched in June 2018. [7]

Business model

The Graph operates a decentralized data marketplace in which independent Indexers run nodes and process queries in an open market, Curators signal on useful subgraphs, and Delegators support Indexers; network fees are earned by members of this distributed community rather than by a single operator. Developers consume data through subgraph queries, Substreams packages, and API keys, and enterprise/institutional access is offered through Amp with a direct "contact team" sales motion. Earlier in its history the project ran a centralized hosted service before transitioning to the decentralized network. [0][2][3][5]

Sources describe query fees flowing through an open marketplace of Indexers rather than a conventional company revenue line; The Graph markets itself as a "competitive data market" where developers pay for query service and network fees are distributed to participants. No pricing or company revenue figures are disclosed in the sources. [0][5]

Traction

As of early 2026 the company reports over 1.27 trillion queries served to more than 75,000 projects, 60+ supported networks, and 100+ Indexer nodes on the website (the docs cite 50+ independent Indexer nodes). Earlier milestones: seven launch partners in January 2019 (Dharma, Compound, Uniswap, ENS, Origin, Decentraland, Livepeer); over 1,500 subgraphs deployed by mid-2020; a hosted service processing roughly 50 million queries per day and over 750 million queries in May 2020, up 45% month over month; and, as of October 2020, over 200 Indexer nodes in testnet and more than 2,000 Curators in the Curator Program. In January 2022 the network supported data from 26 blockchains. [0][3][5][6][7]

Latest developments

The website's lead announcement is Amp, described as a blockchain-native database that turns complex onchain data into structured, verifiable insights, positioned for enterprise and regulated use cases with SQL access, compliance features and audit trails. Documentation states that as of early 2026 the network had served over 1.27 trillion queries to more than 75,000 projects across 60+ chains, and public GitHub repositories show active commits through August 2026, including a Rust rewrite of indexer-service with TAP payments, a rewards eligibility oracle for indexer performance, and AI agent skills for subgraph development. [0][3][4]

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

The Graph is presented as a widely used standard for indexing and querying blockchain data; a Digital Currency Group investor said many blockchain developers name The Graph when asked what they use to index and query blockchain data, and a Framework Ventures co-founder described it as one of the most well-known protocols in the blockchain world. A Tiger Global partner called it "one of the most important pillars of the decentralized web." Press coverage has described the startup as "the Google for blockchains." [5][6]

The Graph positions itself against self-built indexing infrastructure by removing the need for developers to run data servers, and against single-provider APIs by distributing service across a global network of Indexers, which it says removes single points of failure and provides geographic diversification. Its modular product line lets teams pick a service per use case — opinionated GraphQL APIs (Subgraphs), parallelized low-latency streaming (Substreams), or a compliance-oriented, verifiable database (Amp) — all secured by the same network. [0][3]

Technology

The stack centers on Graph Node, an open-source Rust indexer that ingests blockchain data and serves it over GraphQL; subgraph manifests define contracts, events and entities and the transformation logic; Firehose extracts chain data into flat files to accelerate syncing; and Substreams applies parallel execution for real-time and historical streaming into custom sinks. Amp is a blockchain-native database layer providing structured, verifiable datasets with audit trails. The indexer has been open source since inception, and the organization maintains ~160 public repositories including contracts (Solidity), indexer components (TypeScript, plus a Rust rewrite implementing TAP payments), graph-tooling, a networks registry, a rewards eligibility oracle, and graph-improvement-proposals for protocol governance. [0][2][3][4][5]

Go-to-market

Developer-led and open-source driven adoption: public documentation, quick-start guides, Graph Explorer for discovering public subgraphs, a Substreams registry, video tutorials, and community programs across Discord, Telegram and social channels. Growth has been characterized by investors as grassroots developer adoption. The ecosystem is structured to onboard participants in defined roles (data consumer, developer, Indexer, Delegator, Curator), and an enterprise motion exists for Amp via direct contact with the team. [0][2][3][5][7]

Application developers building dapps and consumer-grade web3 frontends (DeFi, NFTs, DAOs, analytics, gaming), data analysts, AI agents, and enterprise and regulated institutional teams needing SQL access, auditability and compliance-grade blockchain data. Named applications using The Graph's APIs include Uniswap, Synthetix, Aragon, Gnosis, Balancer, Livepeer, DAOstack, Aave, Audius, KnownOrigin and Decentraland. [0][3][6][7]

Geography

The funding announcement was datelined San Francisco. The network is described as globally distributed, with independent Indexers around the world and a global community; no other office locations are stated in the sources. [5][6]

History

The Graph launched in June 2018 and announced in August 2018 that it was open source, releasing a Developer Preview representing four months of engineering work. In late January 2019 Multicoin Capital led a $2.5M seed round, and Graph Explorer launched with seven initial partners. In June 2020 the company closed a $5M SAFT from strategic crypto funds, bringing total funding to $7.5M, and stated it would transition from its hosted service to a decentralized network operated by independent Indexers, with Curators signaling subgraph quality. In January 2022 a $50M round led by Tiger Global was announced. The product line has since expanded from Subgraphs to include Firehose, Substreams and Amp, the latter introduced as a blockchain-native database. [0][3][5][6][7]

Risks & controversies

No controversies, litigation or regulatory actions are reported in the available sources. Source material notes the volatility of crypto markets generally in a publisher disclaimer, not as a company-specific finding. Reported figures vary between sources (for example, 100+ Indexer nodes on the website versus 50+ in the documentation, and 60+ versus 57 supported networks), which introduces some uncertainty in headline metrics. [0][2][3]

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Cumulative queries servedJan 20261,270,000,000,000 queries
Curators in Curator ProgramOct 20202,000 curators
Graph-node GitHub starsAug 20263,147 stars
Hosted service queries per dayJun 202050,000,000 queries/day
Independent Indexer nodes (docs)Jan 202650 nodes
Indexer nodes (website)Jan 2026100 nodes
Indexer nodes in testnetOct 2020200 nodes
Month-over-month query growthMay 202045%
Monthly queriesMay 2020750,000,000 queries
Projects servedJan 202675,000 projects
Public GitHub repositoriesAug 2026160 repositories
Stated cost reduction vs self-run infrastructureJan 202660-98% less per month
Stated network uptimeJan 202699.99%+
Subgraphs deployedJul 20201,500 subgraphs
Supported blockchain networksJan 202226 networks
Supported networksJan 202660 networks

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Competitors · 9

by search overlap
Kraken115 shared keywordsKraken 360 Investments provides capital and launch infrastructure to blockchain protocols in pre-token and early post-token phases, offering custody, staking, treasury, and liquidity services alongside fundraising support.
Coinbase113 shared keywordsCoinbase is a cryptocurrency exchange platform that offers trading, custody, and financial services for cryptocurrencies, stocks, derivatives, and prediction markets to consumers, institutions, and developers. The company operates a full-stack infrastructure including secure custody, liquidity services, stablecoin infrastructure, and global settlement rails.
TradingView90 shared keywordsTradingView is a charting platform and social network used by over 100 million traders and investors worldwide to analyze and trade across global financial markets. The platform provides tools for technical analysis, market data, and community collaboration for retail and institutional traders.
Chainlink87 shared keywordsChainlink is an oracle platform that connects blockchains with external data, existing systems, and other chains, providing data feeds, cross-chain interoperability, settlement, compliance, and privacy infrastructure. It serves financial institutions and decentralized finance (DeFi) protocols building and operating tokenized asset and onchain financial products.
CryptoRank87 shared keywordsCryptorank is a data platform that tracks and publishes information on cryptocurrency funding rounds, project valuations, and investment activity. It aggregates and verifies funding data from public sources for the crypto market.
Alchemy78 shared keywordsAlchemy is a platform layer that enables developers to build applications on blockchain networks. The company provides infrastructure and APIs to simplify blockchain development for a global audience.
Crypto76 shared keywordsCrypto.com operates a regulated all-in-one financial app where users can buy, trade, earn, and spend cryptocurrencies, stocks and ETFs, and prediction market contracts, plus a self-custody onchain wallet with DeFi access. It serves retail and institutional investors globally, with equities and prediction markets offered to US users under SEC and CFTC regulation.
Neo4j73 shared keywordsNeo4j develops a graph database and graph data platform used to build applications that leverage connected data, with products including AuraDB, Graph Data Science, and vector search for GraphRAG and GenAI use cases. It serves organizations from startups to Fortune 500 companies for applications such as recommendations, fraud detection, master data management, identity and access management, and logistics routing.
The Ethereum Foundation70 shared keywordsethereum.org is a public, open-source educational resource and community portal for the Ethereum blockchain network, maintained by a core team and thousands of global contributors. The site serves as an onboarding portal and knowledge hub for developers, users, and those new to Ethereum and cryptocurrency.

Companies competing with The Graph for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 7

launches, deals, and filings
Jan 2026
Introduction of Amp, a blockchain-native database

The Graph introduced Amp, a blockchain-native database for transforming onchain activity into enterprise-ready datasets with SQL access, compliance, auditability and verifiability.

source ↗

Jan 2022
$50M round led by Tiger Global

The Graph raised $50M in a round led by Tiger Global with participation from FinTech Collective, Fenbushi Capital, Reciprocal Ventures and Blockwall Digital Assets Fund.

$50M source ↗

Jun 2020
$5M SAFT from strategic crypto funds

The Graph closed $5M in a SAFT from Framework, ParaFi Capital, Coinbase Ventures, Digital Currency Group, CoinIX, Tally Capital, Collider Ventures, Lemniscap and Sustany, with continued participation from Multicoin Capital and DTC Capital; funds earmarked for building and launching the decentralized network.

$5M source ↗

Jan 2019
$2.5M seed round led by Multicoin Capital

Multicoin Capital led a $2.5M seed round with participation from Compound VC, CoinFund, DTC Capital, Kilowatt, Reciprocal Ventures and SPC.

$2.5M source ↗

Jan 2019
Graph Explorer launched with seven initial partners

Graph Explorer launched to help developers discover indexed data, with Dharma, Compound, Uniswap, ENS, Origin, Decentraland and Livepeer as the first partners.

source ↗

Aug 2018
Open-sourcing and Developer Preview release

The team announced that The Graph was open source and released a Developer Preview representing four months of engineering work.

source ↗

Jun 2018
The Graph launched by founders Yaniv Tal, Jannis Pohlmann and Brandon Ramirez

The Graph was launched in June 2018 by three founders who previously worked together at Workflo, TapSavvy and MuleSoft; a first prototype had been built in late 2017.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does The Graph do?
The Graph is a blockchain data infrastructure protocol that indexes and serves onchain data via subgraphs, streams and a database.
Who are The Graph's investors?
The Graph's investors include AGE Crypto, Andromeda Capital, AngelONE Capital, Big Brain Holdings, Bollinger Investment Group, BootNode, Chapter One, Chronos Ventures and 24 more.