Skip to main content
Pro Feature. Requires a Pro or Ultra subscription. Get started at api.mathematicalcompany.com

Wallet Profiler

How it relates: Wallet Profiler builds on score_wallet() scoring and extends it with 4-dimensional behavioral analysis and automatic strategy generation. For raw trade data, see Wallet Analytics. To execute, see Copy-Trading.
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 from score_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.
The profile is stored in ctx.params["wallet_profile"] for inspection.

MCP Tool

The profiler is available as an MCP tool:
Returns a flattened dict with all metrics and strategies.

Data Types


Algorithms

All analysis is pure Python (no ML dependencies):
Wallet profiling uses Polymarket’s public Data API. Results are based on historical behavior and may not predict future performance. Use responsibly and ethically.