HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

ADMINISTRATION · MODULE 45

Prediction Market Ops

Define the future administrative controls for prediction-contract lifecycle, oracle evidence, exposure review, and resolution governance.

BUSINESS CASES

Where this module fits

  • prediction lifecycle supervision
  • oracle and resolution review
  • exposure and dispute oversight

PRIMARY CONSUMERS

Who integrates it

  • prediction-market operators
  • oracle reviewers
  • risk supervisors

PREREQUISITES

What must exist first

  • restricted prediction-operations scope
  • authoritative oracle and review evidence

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    inspect the prediction contract and oracle policy

  2. 02

    review exposure, evidence, and disputes

  3. 03

    record a governed lifecycle or resolution decision

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.

GETList contracts/api/v2/admin/prediction-marketsPlanned capability: list prediction contracts with lifecycle, oracle, exposure, dispute, and resolution-review posture.GETGet control record/api/v2/admin/prediction-markets/{prediction_id}Planned capability: read one prediction contract's governed rules, oracle policy, exposure, disputes, and retained review evidence.GETGet evidence/api/v2/admin/prediction-markets/{prediction_id}/evidencePlanned capability: return immutable rule, oracle, review, dispute, lifecycle, and resolution evidence for one prediction contract.POSTRecord lifecycle decision/api/v2/admin/prediction-markets/{prediction_id}/lifecycle-decisionsPlanned capability: record a version-bound, attributed lifecycle decision without changing trading authority or traffic.POSTRecord resolution/api/v2/admin/prediction-markets/{prediction_id}/resolutionsPlanned capability: record a governed outcome resolution bound to authoritative oracle and independent-review evidence.