Pro Feature. Requires a Pro or Ultra subscription. Get started at api.mathematicalcompany.com
Wallet Profiler
Goes beyond basic scoring to build a complete behavioral profile of any Polymarket wallet. Analyzes how a wallet trades across four dimensions and generates concrete strategies to profit from its patterns.Behavioral Profiling
Temporal patterns, market selection, order flow, and edge detection across 20+ metrics.
Strategy Generation
Up to 10 rule-based strategies with triggers, sizing, and execution params.
Auto-Execution
One-call
hunt() or pipeline hunter() to profile and trade automatically.MCP Integration
Available as an MCP tool for AI agent workflows.
Quick Start
Analysis Dimensions
Temporal Analysis
Answers when does the wallet trade?Market Selection
Answers what does the wallet trade?Order Flow
Answers how does the wallet enter and exit?Edge Detection
Answers is the wallet good? Includes the composite score fromscore_wallet() and extends it with deeper metrics:
Strategy Generation
The profiler generates up to 10 rule-based strategies, each with a concrete trigger condition, implementation type, and execution params:
Each
ProfitStrategy contains:
Auto-Execution
hunt() and hunter() use Copy-Trading under the hood - they profile the wallet, pick the best strategy, then delegate to copy_trades() / copy_trader() with the appropriate params.hunt(wallet): Standalone
Profiles the wallet, picks the best strategy, and auto-executes via copy_trades() with the appropriate params.
hunter(wallet): Pipeline
Creates a pipeline function that profiles on first call and delegates to copy_trader() each subsequent cycle.
ctx.params["wallet_profile"] for inspection.