Block 1 - Daily Check
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Smart Contract Event Monitor (Web3) This workflow automatically monitors the Ethereum blockchain, extracts USDT transfer events, filters large value transactions, stores them in Airtable and sends ...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.airtable, n8n-nodes-base.slack, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically monitors the Ethereum blockchain, extracts USDT transfer events, filters large-value transactions, stores them in Airtable and sends a clean daily summary alert to Slack.
This workflow checks the latest Ethereum block every day and identifies high-value USDT transfers. It fetches on-chain logs using Alchemy, extracts sender/receiver/value details, filters transactions above a threshold, stores them in Airtable and finally sends a single clear summary alert to Slack.
You receive:
Ideal for teams wanting simple, automated visibility of suspicious or large crypto movements without manually scanning the blockchain.
This workflow automates detection of high-value USDT transfers on Ethereum:
This ensures visibility of suspicious or large fund movements with no repeated alerts.
This workflow is ideal for:
To run this workflow, you need:
Modify the IF node:
You can add fields like:
You may add:
Replace Alchemy with:
You can extend this workflow to:
Detect large USDT movements (>1M or >5M).
Log high-value transfers in Airtable for audits.
Slack alerts tell your team instantly about big movements.
Automate structured extraction of Ethereum logs.
Detect large inflows/outflows to known addresses.
| Issue | Possible Cause | Solution |
|---|---|---|
| No data in Airtable | Logs returned empty | Ensure USDT transfer events exist in that block |
| Values are “zero” | Hex parsing failed | Check extract-code logic |
| Slack alert not sent | Invalid credentials | Update Slack API key |
| Airtable error | Wrong field names | Match Airtable column names exactly |
| HTTP request fails | Wrong RPC URL | Re-check Alchemy API key |
| Workflow not running | Schedule disabled | Enable "Daily Check" node |
If you need help customizing or extending this workflow — adding multi-token monitoring, setting up dashboards, improving alerts or scaling this for production — our n8n workflow developers at WeblineIndia can assist you with advanced automation.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Monitor high-value USDT transfers on Ethereum with Airtable and Slack alerts |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Crypto Trading |
| Author | WeblineIndia |
| Published | 22 Dec 2025 |
Use the JSON export at /data/workflows/12026/12026.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Smart Contract Event Monitor (Web3) This workflow automatically monitors the Ethereum blockchain, extracts USDT transfer events, filters large value transactions, stores them in Airtable and sends ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading use case.