BUSINESS CASES
Where this module fits
- service health review
- testnet infrastructure evidence verification
- account growth and readiness trending
- incident coordination
v2ADMINISTRATION · MODULE 35
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
PRIMARY CONSUMERS
PREREQUISITES
RECOMMENDED WORKFLOW
read the public service and infrastructure posture
verify evidence by stable identifier where available
use the restricted overview only for aggregate account trends
route remediation or identity-level investigation through its separately authorized owner
MODULE CONTRACTS
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.
/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.›