Collection
The ecosystem
Every layer of this protocol is somebody's repository. This collection maps them: what each piece does, which lane it belongs to, and who is on the hook when it breaks.
01
The core stack
- The core stack Five repositories carry the protocol: the indexing engine, the indexer components, the contracts, the developer tooling and the client library. Everything else sits on top of them.
- Where the code lives Four organisations hold nearly everything, and which one a repository sits in tells you who is on the hook when it breaks.
06
Operating
- Tools for running an indexer The gap between the official stack and a well-run indexer is filled by community tooling: preflight checks, POI comparison, API guards and payment agreements.
- The oracles the protocol runs on Several things the protocol treats as facts are produced by oracles rather than derived on chain. Knowing which is which tells you where the trust actually sits.
Elsewhere