CredScore
Docs

Monitoring and Alerts

How wallet watching and the daily cron job work.

Any saved wallet can be added to the watchlist by clicking the star icon in the sidebar. Watched wallets are re-analyzed daily by a cron job that runs at 8:00 UTC.

If a watched wallet's score shifts by 10 points or more, or if its risk tier changes, an alert is created in the wallet_alerts table. The alert includes the previous score, the new score, the change, and the timestamp.

If you have RESEND_API_KEY configured in your environment variables, the alert is also sent to you by email immediately.

The monitoring cron is intended to catch material changes in wallet behavior — for example, a wallet that was previously low-risk suddenly receives a large transfer from a known mixer, or a wallet that was inactive for years suddenly starts moving funds.

You can view your alert history in the wallet alerts section of your account page (coming soon).

For organizations on enterprise plans, monitoring can be scaled to thousands of wallets and alert thresholds can be customized.