Beta V1.0This is a beta version, we are actively developing new features. Have an idea or comment? Join our Telegram

Company

Documentation

Everything a developer needs to read the protocol, index it, or build against it.

Version
1.0
Effective
2026-09-06
Last updated
2026-09-06

Architecture

  • MarketFactory deploys a market, including the conditional-token condition, market maker, resolver registration, creator bond and initial liquidity.
  • TradeRouter: the single entry point for buys, sells, liquidity operations and fee accounting.
  • ProtocolConfig: holds fee splits, bonds, minimum liquidity, minimum duration and dispute window.
  • BondedResolutionAdapter: bonded proposal, challenge window and finalisation.
  • ConditionalTokens + fixed-product market maker, vendored upstream components for positions and pricing.
#architecture

Reading protocol state

There is no hosted indexer. The interface reads contract events directly from an Arc RPC node: MarketCreated for discovery and Trade for volume, prices and probability history. Any consumer can reproduce every number shown in the UI from those events.

#indexing

API

No hosted REST or GraphQL API is offered yet, the chain is the API.

#api

Repository documents

  • OPEN_SOURCE_NOTICES.md: upstream attribution and licences.
  • MARKET_QUALITY_SCORE.md: quality scoring methodology.
  • STEP-2-ONCHAIN-VALIDATION.md, STEP-3-FEE-MODEL-VALIDATION.md, STEP-4-PRO-UX-VALIDATION.md: live validation records.
  • LEGAL-PLACEHOLDERS.md, LEGAL-REVIEW-REQUIRED.md: outstanding legal work.
#repo

Documentation: version 1.0, effective 2026-09-06. This document is published by Proodos Group BV and has not yet been reviewed by qualified legal counsel; see LEGAL-REVIEW-REQUIRED.md in the repository.

Nothing on this page states or implies registration, licensing or approval by any financial, gaming or securities regulator.