Graph Horizon: pre read material for indexers
<aside> 🚨
We **STRONGLY ****recommend going through the pre-read section above before going through this guide as it introduces some essential Graph Horizon concepts and notions. It should take no more than 15 minutes. Thank you!
</aside>
The following components allow managing the Subgraph Service provision:
indexer-agent will perform the initial creation of the provision up to INDEXER_AGENT_MAX_PROVISION_INITIAL_SIZE tokens.
Graph Explorer will automatically thaw and remove stake when using the usual unstake and withdraw UIs.
indexer-cli will allow indexers to fully manage provisions:
$ graph indexer provision --help
Manage indexer's provision
indexer provision thaw Thaw stake from the indexer's provision
indexer provision remove Remove thawed stake from the indexer's provision
indexer provision list-thaw List thaw requests for the indexer's provision
indexer provision get List indexer provision details
indexer provision add Add stake to the indexer's provision
indexer provision Manage indexer's provision
Graph Horizon: Common indexer errors