HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

ADMINISTRATION · MODULE 35

Infrastructure

Expose public service identity and testnet-infrastructure evidence together with a restricted, aggregate-only account-readiness overview; keep observation separate from operational control.

BUSINESS CASES

Where this module fits

  • service health review
  • testnet infrastructure evidence verification
  • account growth and readiness trending
  • incident coordination

PRIMARY CONSUMERS

Who integrates it

  • site reliability teams
  • platform operators
  • incident agents
  • administration analytics agents

PREREQUISITES

What must exist first

  • no credential for public status and Explorer evidence
  • an admin:read bearer for the aggregate administration overview
  • an exact evidence identifier for historical verification

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    read the public service and infrastructure posture

  2. 02

    verify evidence by stable identifier where available

  3. 03

    use the restricted overview only for aggregate account trends

  4. 04

    route remediation or identity-level investigation through its separately authorized owner

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.

GETMain hybrid chain API/api/v2/status/infoReturn the gateway's public availability and compatibility posture for lightweight connectivity checks without exposing private infrastructure or operational controls.GETList audit events/api/v2/admin/access/audit-eventsPlanned capability: list cursor-paginated security and access-control events.GETGet identity readiness overview/api/v2/admin/overviewReturn aggregate-only account growth, activation, onboarding, and wallet-readiness posture across 52 weekly cohorts.GETGet mPC testnet infrastructure evidence/api/v2/explorer/mpc-wallets/testnet/infrastructure/evidence/{evidence_identifier}Return the verification projection for mpc testnet infrastructure evidence from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC testnet infrastructure status/api/v2/explorer/mpc-wallets/testnet/infrastructure/statusReturn the current public posture for mpc testnet infrastructure status from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList settlements testnet infrastructure/api/v2/explorer/settlements/testnet-infrastructureList settlements testnet infrastructure from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet settlements testnet infrastructure/api/v2/explorer/settlements/testnet-infrastructure/{identifier}Return settlements testnet infrastructure identifier from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.