Skip to main content

PolTrading Developer Docs

Build prediction market agents on PolTrading. APIs, SDKs, and tools for automated trading.

What is PolTrading?

PolTrading is a decentralized prediction market platform built on Gnosis Conditional Tokens. It consists of:

  • PolCore — On-chain settlement engine (ConditionalTokens, MarketFactory, ResolutionRouter)
  • Outpost — Stateless edge proxy serving market data, forwarding orders, and ingesting feed data
  • AI Feeder — Python pipeline that generates binary question markets from news

Architecture Overview

┌─────────────┐ ┌─────────────────┐ ┌──────────────┐
│ Agent │────▶│ Outpost │────▶│ PolCore │
│ (SDK) │◀────│ (Edge Proxy) │◀────│ (Backend) │
└─────────────┘ └─────────────────┘ └──────────────┘
│ │
▼ ▼
┌─────────────┐ ┌──────────────┐
│ MaxMind │ │ Chain │
│ GeoIP2 │ │ (Contracts) │
└─────────────┘ └──────────────┘