Skip to main content
Alchemy is sunsetting its Subgraph service. Ormi offers a seamless migration path. No CLI setup, or code changes. You can move everything to Ormi in seconds using your existing Deployment ID.

Why choose Ormi?

  • Zero-friction migration: deploy in seconds using your existing Deployment ID.
  • High-throughput performance: built to handle up to 4,000+ RPS and 99.9% uptime.
  • Real-time indexing: always synced to the tip of the chain.
  • 90% of existing Ormi clients came over from Goldsky to Ormi for better performance.

Getting started

If you plan to update or redeploy your subgraph in the future, create and use a tag before you start querying the endpoint.Tags let you hot-swap new deployments under the same URL later without changing your front-end code.
  1. Go to your Alchemy Subgraphs dashboard
  2. Click on the subgraph that you want to migrate
0xGraph graph init

Copy the deployment ID

0xGraph graph init

Head back to the 0xGraph page

Press the Deploy Subgraph button
0xGraph graph init
Complete the required fields in the Migrate from another provider section
0xGraph graph init
  1. Deployment ID: QmemRNjvy3fxcz15HFSj7kWQ8H2RLEufzV3tZtYqbrj7Wd
  2. Network: Monad Testnet
  3. Name: monad-blocks
  4. Version: v0.0.1
After entering these details, you’ll be redirected to the 0xGraph dashboard, where your subgraph will start syncing automatically.
0xGraph graph init
That’s it! Once your subgraph syncs, you’ll be able to query data directly through Ormi’s 0xGraph.

Endpoint differences

AlchemyOrmi
https://subgraph.satsuma-prod.com/<query_key>/<project_prefix>/<subgraph_name>/apihttps://api.subgraph.ormilabs.com/api/public/query_deployment?subgraph_id=<deployment_id>

Post-migration checklist

  1. Open your subgraph in the Ormi dashboard
  2. Check sync status and logs to make sure it’s indexing
  3. Test GraphQL queries using the GraphQL link
  4. Use tags if you plan on updating your subgraph

Need help?

For assistance with large or complex migrations, our team is here to help.

Next steps