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

# Index onchain data with Subgraphs

> Goldsky backwards-compatible subgraph indexing offers higher reliability, faster queries, webhooks, and custom EVM chain support.

Goldsky provides a fully backwards-compatible subgraph indexing service. The core of the indexing uses exactly the same WASM processing layer, but in addition, Goldsky offers:

* a rewritten RPC layer, autoscaling query layer, and storage optimizations that both:
  * improve reliability (99.9%+ uptime)
  * improve performance (up to 6x faster)
* webhooks out of the box for notifications, messaging, and other push-based use cases
* support for custom EVM chains so you can index your own rollup or private blockchain

<CardGroup cols={2}>
  <Card title="Deploy a subgraph" icon="upload" href="/subgraphs/deploying-subgraphs" arrow={true}>
    Deploy a subgraph to Goldsky in a number of different ways.
  </Card>

  <Card title="Migrate a subgraph" icon="copy" href="/subgraphs/migrate-from-the-graph" arrow={true}>
    Migrate a subgraph from TheGraph's hosted service.
  </Card>
</CardGroup>

## What you'll find here

<CardGroup cols={2}>
  <Card title="No-code subgraphs" icon="wand-sparkles" href="/subgraphs/guides/create-a-no-code-subgraph" arrow>
    Turn contract addresses and ABIs into a hosted GraphQL API, no mapping code.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/subgraphs/webhooks" arrow>
    Push entity changes to your backend for notifications and messaging.
  </Card>

  <Card title="Guides" icon="map" href="/subgraphs/guides/create-a-cross-chain-subgraph" arrow>
    Cross-chain subgraphs, declared eth\_calls, subgraph-driven webhooks, and more.
  </Card>

  <Card title="Performance & testing" icon="gauge" href="/subgraphs/guides/performance" arrow>
    Make subgraphs index and query faster, and test them before shipping.
  </Card>

  <Card title="Instant subgraph reference" icon="file-json" href="/subgraphs/reference/instant-subgraph" arrow>
    The full configuration reference for no-code subgraphs.
  </Card>

  <Card title="Migrate from Alchemy" icon="arrow-right-left" href="/subgraphs/migrate-from-alchemy/guide" arrow>
    Step-by-step migration, feature comparison, and FAQ.
  </Card>

  <Card title="Manage via REST API" icon="code" href="/api-reference/overview" arrow>
    Deploy, tag, pause, and manage subgraphs and webhooks programmatically.
  </Card>
</CardGroup>

Can't find what you're looking for? Reach out to us at [support@goldsky.com](mailto:support@goldsky.com) for help.


## Related topics

- [Indexing Polymarket with Goldsky](/chains/polymarket.md)
- [Indexing Saga EVM with Goldsky](/chains/saga.md)
- [Indexing Kite AI with Goldsky](/chains/kite-ai.md)
- [Which product do I need?](/which-product.md)
- [Instant subgraph configuration](/subgraphs/reference/instant-subgraph.md)
