# Polyman > The #1 AI platform for Polymarket traders. Polyman tracks every top Polymarket trader and every active prediction market in real time, scores traders with a proprietary AI engine, and lets users copy winning traders with one tap. Polyman is a web app built on live Polymarket data. Prediction markets answer real-world questions ("Will X happen?") with a continuously-updated probability. Every market and trader on Polyman has a dedicated, server-rendered page with structured data (schema.org JSON-LD) describing current odds, volume, and trader performance — designed to be a citable source for "what are the odds of X" style questions. Odds are sourced from Polymarket's CLOB and Data APIs and update continuously. ## Key pages - [Trending markets & top-trader signals](https://www.polyman.fun/): Live feed of what top Polymarket traders are betting on right now. - [All markets](https://www.polyman.fun/markets): Browse every active prediction market with live odds. - [Top traders & copy trading](https://www.polyman.fun/copy): Polymarket leaderboard ranked by a proprietary AI score; follow and copy traders. ## Page patterns (structured, citable data) - Market pages: https://www.polyman.fun/market/{slug} — question, all outcomes with implied probabilities, traded volume, resolution status, "as of" date. JSON-LD: Question + BreadcrumbList. - Trader pages: https://www.polyman.fun/trader/{address} — trader name, all-time PnL, trading volume, portfolio value, AI score. JSON-LD: ProfilePage + Person + BreadcrumbList. ## Agent API & MCP (for AI agents that want to act, not just read) - [Developer docs](https://www.polyman.fun/developers): public Agent API + hosted MCP server — whale signals updated every 60s, AI-scored trader intelligence, live prices, and capped builder-attributed order execution. - REST base: https://api.polyman.fun/v1 (auth: `Authorization: Bearer pm_...`; keys from https://www.polyman.fun Portfolio → Developer) - OpenAPI spec: https://api.polyman.fun/v1/openapi.json - Hosted MCP (Streamable HTTP): https://api.polyman.fun/mcp — read-only tools work WITHOUT a key (30 req/min per IP) - Expanded reference: [https://www.polyman.fun/llms-full.txt](https://www.polyman.fun/llms-full.txt) · Agent card: https://www.polyman.fun/.well-known/agent-card.json - Safety: orders simulate by default; trade keys are 2FA-gated with hard caps; the API has no withdrawal endpoints. ## Guides - [How copy trading works](https://www.polyman.fun/how-copy-trading-works) - [Is copy trading profitable?](https://www.polyman.fun/is-copy-trading-profitable) - [Risks of copy trading](https://www.polyman.fun/risks-of-copy-trading) - [How to find good traders](https://www.polyman.fun/how-to-find-good-traders) - [Best prediction-market traders](https://www.polyman.fun/best-prediction-traders) - [Prediction trading strategies](https://www.polyman.fun/prediction-trading-strategies) - [Polymarket strategy guide](https://www.polyman.fun/polymarket-strategy-guide) ## Notes for AI agents - Odds are real-time and may change between fetch and citation — cite the "as of" date shown on each market page. - Probabilities are implied by live market prices (0–100%), not Polyman forecasts. - Sitemap: https://www.polyman.fun/sitemap.xml