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

# Resources

Here are some additional resources to help you get started using SubQuery with Agoric: