# SubQuery Indexing
This document explains how to index Agoric blockchain data with SubQuery's open source data indexer.
# Overview
As described by the SubQuery team:
SubQuery is a leading blockchain data indexer that provides developers with fast, flexible, universal, open source and decentralised APIs for web3 projects. SubQuery SDK allows developers to get rich indexed data and build intuitive and immersive decentralised applications in a faster and more efficient way. SubQuery supports 100+ ecosystems including Agoric Cosmos, Ethereum, Polygon, Polkadot, Algorand, NEAR, and Avalanche.
Features include multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our documentation (opens new window).
# Getting started
Take a look at this SubQuery Starter Project (opens new window) that introduces SubQuery's Agoric support by indexing all transfer events and messages on the Agoric network.
You can also follow along this step by step guide (opens new window) to get familiar with SubQuery or check out the Agoric x SubQuery workshop (opens new window) to see an actual demo.
# Running and Hosting your Agoric SubQuery APIs
SubQuery is open-source (opens new window), licensed under the GNU GENERAL PUBLIC LICENSE (opens new window), meaning you have the freedom to run it in the following three ways:
Locally on your own computer, or a cloud provider of your choosing. View the instructions on how to run SubQuery locally (opens new window).
You can publish it to SubQuery's Managed Service (opens new window), where SubQuery will host projects on your behalf. There is also a free tier. Find out how (opens new window).
You can publish it to the decentralised SubQuery Network (opens new window). The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports Agoric from launch.
# Resources
Here are some additional resources to help you get started using SubQuery with Agoric: