pg_whale_add
Add a Polygon wallet to the PredictionGuard watchlist. Takes an initial baseline snapshot so subsequent pg_whale_scan calls can detect movement. Set alert_threshold_matic to tune sensitivity (default 100 MATIC). Tags are free-form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Free-form tags (e.g. ['polymarket','pre-election','whale']) | |
| alias | No | Optional human-readable label | |
| notes | No | Free-form notes | |
| address | Yes | Polygon address (0x + 40 hex) | |
| alert_threshold_matic | No | Balance delta threshold in MATIC for alerts (default 100) |