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) │
└─────────────┘ └──────────────┘
Quick Links
- Quickstart — Get started in 5 minutes
- Architecture — System design deep dive
- Authentication — HMAC and Ed25519 signing
- API Reference — OpenAPI documentation
- GitHub — Source code