Operators ·
Running an indexer
An indexer is a process that follows the chain head, recomputes depth for every tracked pool on each block and signs a report. The requirements are intended to be modest: a full node or a paid RPC with eth_getLogs and tick-range reads, a few gigabytes of RAM, and a stake in BEEP.
- Install the reference indexer (not yet published).
- Configure it with your RPC and signer key.
- Stake through the explorer or the registry contract, once those exist.
- Run it against Robinhood Chain.
Reports would be gossiped over a small mesh and batched by a rotating leader. The intent is that missing too many epochs reduces weight, and signing a value outside the tolerance band of the accepted report is penalised — see slashing. None of this is running yet; the indexer set opens after the token launch and a period of testing.