> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.chainstack.com/feedback

```json
{
  "path": "/docs/subgraphs-introduction",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Chainstack Subgraphs: GraphQL blockchain data indexing

> Chainstack Subgraphs introduction: Fast blockchain data indexing with GraphQL endpoints. Filter and query blockchain data with PostgreSQL storage.

<Warning>
  **Chainstack Subgraphs is transitioning to Ormi**

  Chainstack is sunsetting its Subgraphs service and partnering with [Ormi](https://ormilabs.com/), a next-generation subgraph indexer built for real-time production workloads, to support existing subgraphs. Your data and schemas remain unchanged—your only action is to swap the endpoint.

  * No new subgraphs after January 5, 2026
  * Service disabled on February 1, 2026
  * Ormi provides one free month (Feb 1 – March 1, 2026)

  For migration assistance, join the dedicated Telegram support group (check your email for the invitation).

  See the [Ormi–Chainstack transition guide](https://docs.ormilabs.com/subgraphs/tutorials/migrate-chainstack-subgraphs) for full details.
</Warning>

**TLDR:**

* Chainstack Subgraphs provide an easy-to-use interface for filtering and querying blockchain data, syncing results into a PostgreSQL database accessible via a GraphQL endpoint.
* With Chainstack archive nodes, subgraphs remain synced to the latest block at lightning-fast speeds and minimal latency.
* Enterprise-grade infrastructure reliability ensures a stable, scalable, and efficient data indexing experience.

<Note>
  Chainstack Subgraphs are available starting from the [paid plans](https://chainstack.com/pricing/) with the [extra usage](/docs/manage-your-billing#manage-the-extra-usage-setting) setting enabled.

  Subgraphs are billed at \$0.10 per hour plus 20 request units per request.
</Note>

## Main article

Chainstack Subgraphs removes the complexity of extracting and processing data from archive nodes and deliver an intuitive UI for Web3 developers to easily filter and query data. When you deploy a subgraph and configure the query criteria, all successful hits are indexed and the results are stored in a PostgreSQL database. A GraphQL endpoint is created that you can use to access the most recent data from your subgraph, synchronized to the latest block.

Coupled with Chainstack archive nodes, Chainstack Subgraphs is the most powerful blockchain data indexing solution available. It provides extremely fast sync times and near-zero latency to keep your subgraphs at the latest block. Enterprise-grade infrastructure reliability and support will ensure you get the best of the data indexing with Chainstack.

<Info>
  ### See also

  * [Manage your Subgraphs](/docs/manage-your-subgraphs) — information about managing your subgraphs in the Chainstack console.
  * [Chainstack Subgraphs tutorials](/docs/chainstack-subgraphs-tutorials) — to learn how you can incorporate them into your DApp development.
</Info>
