Indexers
EVM data indexers for the Sablier Protocol
Install / Use
/learn @sablier-labs/IndexersREADME

Sablier Indexers

Data indexers for the Sablier protocol for onchain token distribution. The indexers monitor Sablier's smart contract events and transform them into structured, queryable data APIs via GraphQL. The data is used to power the Sablier Interface.
There are two indexing providers: Envio (preferred) and The Graph.
Documentation 📚
In-depth documentation is available at docs.sablier.com.
The package now exposes two public indexer keys:
airdropsfor campaign distribution datastreamsfor the Flow + Lockup streams
analytics remains a separate target rather than a public indexer key because it's meant to be a private indexer for
internal use only.
Protocol-specific docs remain available here:
- Sablier Airdrops - Airdrop distribution data
- Sablier Flow - Payment streams data
- Sablier Lockup - Vesting streams data
Quickstart 🚀
Query the public Envio GraphQL endpoints directly to access Sablier protocol data:
- Airdrops:
https://indexer.hyperindex.xyz/508d217/v1/graphql - Streams:
https://indexer.hyperindex.xyz/53b7e25/v1/graphql
For detailed documentation, queries, and examples, visit our API docs.
Contributing 🤝
We welcome contributions! Open an issue, start a discussion, or submit a PR.
Read our CONTRIBUTING guide to get started. Join our Discord server for questions and feedback.
License 📄
This repo is licensed under GPL 3-0 or later.
