Metadata-Version: 2.4
Name: polymarket-onchain
Version: 0.1.1
Summary: On-chain wallet intelligence for Polygon/DeFi. Analyze wallet age, activity, token diversity, DeFi interactions, and smart money scoring. Part of the polymarket-trading-mcp toolkit.
Project-URL: Homepage, https://github.com/whitmorelabs/polymarket-mcp
Project-URL: Repository, https://github.com/whitmorelabs/polymarket-mcp
Author-email: Whitmore Labs <whitmorelabsai@gmail.com>
License: MIT
Keywords: blockchain,defi,mcp,on-chain,polygon,polygonscan,polymarket,prediction-market,smart-money,trading,wallet
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: polymarket-trading-mcp>=0.1.1
Description-Content-Type: text/markdown

# polymarket-onchain

On-chain wallet intelligence for Polygon/DeFi. Analyzes wallet activity and smart money scoring.

Standalone re-export from [polymarket-trading-mcp](https://github.com/whitmorelabs/polymarket-mcp).

## Install

```bash
pip install polymarket-onchain
```

## Usage

```python
from polymarket_onchain import analyze_wallet_onchain
```

## Source

Part of [Whitmore Labs polymarket-mcp](https://github.com/whitmorelabs/polymarket-mcp).
