This workflow watches Ethereum for whale-sized stablecoin transfers. It listens to onchain transfer events, calculates each transfer's USD value, and fires an alert whenever a single transfer exceeds the threshold you set - useful for tracking exchange flows, large OTC moves, or treasury activity in real time. ### Quick Setup: 1. Connect your notification channel (Slack, Telegram, etc.) and pick the channel 2. Set the USD threshold above which transfers should fire an alert 3. Test and publish!
Trigger: On-Chain Event → Actions: Code Transform, Dune Get Cex Addresses, Notification
This workflow watches Ethereum for whale-sized stablecoin transfers. It listens to onchain transfer events, calculates each transfer's USD value, and fires an alert whenever a single transfer exceeds the threshold you set - useful for tracking exchange flows, large OTC moves, or treasury activity in real time.