HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

ADMINISTRATION · MODULE 43

Indexer Controller

Monitor chain synchronization, indexed deposits, reconciliation incidents, and public proof-delivery posture.

BUSINESS CASES

Where this module fits

  • chain sync monitoring
  • deposit indexing
  • reconciliation and proof delivery

PRIMARY CONSUMERS

Who integrates it

  • indexer operators
  • funding operations
  • reconciliation agents

PREREQUISITES

What must exist first

  • infrastructure or funding operations scope
  • canonical chain and network identifiers

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    read aggregate chain and indexer posture

  2. 02

    page through owner-scoped deposits with an optional exact lifecycle filter

  3. 03

    compare the related reconciliation evidence before triaging a gap

  4. 04

    preserve commitments and re-fetch without manufacturing finality

MODULE CONTRACTS

Every mapped endpoint

Each operation states whether its request shape is authoritative in OpenAPI, reviewed as a planning profile, or intentionally left as an outline pending an owner schema.

GETGet identity readiness overview/api/v2/admin/overviewReturn aggregate-only account growth, activation, onboarding, and wallet-readiness posture across 52 weekly cohorts.GETList deposits/api/v2/funding/depositsList the authenticated owner's newest observed deposits, confirmation progress, reserve commitments, exact decimal amounts, retained first-observed valuation, and credit-availability lifecycle without exposing owner IDs, wallet IDs, or native addresses.GETList reconciliation incidents/api/v2/funding/reconciliation-incidentsList the authenticated owner's newest funding reconciliation exceptions, reason and resolution codes, event identifiers, and evidence commitments through a read-only projection that never changes balances.GETList funding deposits/api/v2/explorer/funding/depositsList funding deposits from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList funding settlement intents/api/v2/explorer/funding/settlement-intentsList funding settlement intents from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.