Block 1 - Telegram
- Type / Role
- n8n-nodes-base.telegram - telegram
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
A next generation AI powered DeFi health monitor that tracks wallet positions across Aave V3 using GPT 4o and LangChain. It delivers human readable reports via Telegram and Gmail , triggered on sch...
n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequesttool, n8n-nodes-base.gmail, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Don Jayamaha Jr.
Original n8n.io sourceA next-generation AI-powered DeFi health monitor that tracks wallet positions across Aave V3 using GPT-4o and LangChain. It delivers human-readable reports via Telegram and Gmail, triggered on schedule or manually. Built for professionals monitoring multiple DeFi wallets.
| Component | Role |
|---|---|
| ✅ Scheduler | Triggers the workflow periodically |
| ✅ Google Sheets Wallet Loader | Loads all monitored wallet addresses |
| ✅ Set Variables | Injects dynamic wallet + date |
| ✅ AAVE Portfolio AI Agent | GPT-4o + LangChain AI that generates human-readable summaries |
| ✅ Moralis API Nodes (3) | Collect Aave V3 supply/borrow/collateral data |
| ✅ OpenAI Chat Model (gpt-4o-mini) | Interprets on-chain data and explains it |
| ✅ Telegram Delivery | Sends summary to Telegram chat |
| ✅ Gmail Email Sender | Sends full HTML report to email |
| ✅ HTML Formatter | Beautifies AI output into email structure |
Scheduled or manual trigger
Pulls wallet addresses from Google Sheets
For each wallet:
AAVE_Portfolio_Professional_AI_Agent.json to your n8n instance.| Service | Required Credential Type |
|---|---|
| Moralis | HTTP Header Auth (X-API-Key) |
| OpenAI | GPT-4o via OpenAI API Key |
| Telegram | Telegram Bot API Token |
| Gmail | Gmail OAuth2 Credential |
wallet_address📊 Aave DeFi Health Report
Wallet: 0xABC...123
Date: 2025-05-21
▪️ Pool: Aave Ethereum USDC
• Supply: $10,040
• Borrowed: $5,500
• Health Factor: 3.43
• Liquidation Risk: No
/aave <wallet>© 2025 Treasurium Capital Limited Company
Architecture, prompts, and report formatting are intellectual property protected. No unauthorized rebranding, redistribution, or resale permitted.
🔗 For support or licensing inquiries: LinkedIn – Don Jayamaha
🚀 Track all your Aave DeFi positions using AI—delivered via Telegram + Gmail. Perfect for funds, traders, and DeFi power users.
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 | AAVE portfolio professional AI agent | Telegram + Email + GPT-4o + Moralis |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Crypto Trading, AI Summarization |
| Author | Don Jayamaha Jr |
| Published | 21 May 2025 |
Use the JSON export at /data/workflows/4267/4267.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.
A next generation AI powered DeFi health monitor that tracks wallet positions across Aave V3 using GPT 4o and LangChain. It delivers human readable reports via Telegram and Gmail , triggered on sch...
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, AI Summarization use case.