Norynta public docs
Norynta Market Integrity
Public market integrity, surveillance, lifecycle, and sensitive-market exclusion policy for Norynta.
Market Integrity
Purpose
This page explains the public trust surfaces Norynta uses to keep markets clear, fair, and reviewable.
Public Policy Endpoint
Machine-readable policy:
curl -sS "$NORYNTA_BASE_URL/api/markets/policy" | jq
The response includes market-integrity principles and the current sensitive-market exclusion policy.
Market Rules
Markets must publish objective contract terms before trading:
- question and outcome set
- resolution source
- observation time
- cancellation or postponement handling
- revision handling
- category-specific metadata
Event list and detail APIs expose structured contractTerms so clients do not
need to parse free-form rules text.
Lifecycle
Public APIs expose lifecycleStatus alongside the legacy lifecycle.status.
Use lifecycleStatus for user-facing state.
Surveillance
Trading writes are screened through participant eligibility and market-surveillance controls. Orders that hit surveillance rules can be blocked or placed into review.
Sensitive-Market Exclusions
Norynta rejects or rewrites markets involving:
- targeted violence or assassination
- terrorism, hostage-taking, kidnapping, or mass-casualty attacks
- child safety harms
- explicit sexual content or sexual exploitation
- sexual violence
- suicide or self-harm
The API policy response lists the enforced categories and surfaces where the policy is applied.
Related Docs
docs/public/MARKET_LISTING_STANDARDS.mddocs/public/MARKET_LIFECYCLE.mddocs/public/RESOLUTION_POLICY.mddocs/public/RISK_DISCLOSURES.md