> ## 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 provides a completely backwards-compatible subgraph indexing solution. 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 support out-the-box to enable notifications, messaging, and other push-based use cases
* support for custom EVM chains so you can index your own rollup or private blockchain seamlessly

<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>

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