SLAs and Uptime Commitments
The Indexing Company maintains a 99.95% uptime for the internal infrastructure like The Neighborhood and passes along the uptime guarantees of our RPC providers for specific networks (generally 99% or better). Our status page provides real-time information about system performance: https://admin.indexing.co/statusData Processing Guarantees
The Neighborhood is built on two core principles:- Meet customers where they are: We integrate with your existing infrastructure rather than forcing you to adapt to ours.
- Be ruthlessly fault tolerant: We ensure that blockchain data is never lost with “at least once” delivery, even in the event of temporary system issues.
Chain Reorganization Handling
Chain reorganizations (reorgs) are automatically detected and handled by The Neighborhood:- For each new block, we track its unique hash and its parent’s hash
- If a parent hash doesn’t match the expected block hash, we detect a reorg
- Affected blocks are reprocessed to ensure data consistency
- Depending on your configuration, we can either:
- Maintain a safe distance from the chain tip (default)
- Notify you of reorgs for manual handling