Crypto Portfolio Tracker & Morning Report

Daily P&L report for your on-chain positions, delivered to Telegram

Updated: 2/23/2026
Difficulty
easy
Time
45 minutes setup
Use Case
defi
Popularity
0 views

About this automation

Every morning at 8am, the agent checks all your wallet addresses, calculates P&L vs entry prices, shows your biggest winners/losers, and sends a clean summary to Telegram. Never open a portfolio tracker manually again.

How to implement

1

Add wallet addresses to BRAIN.md or .env

2

Add Alchemy API key to .env

3

Create cron: `openclaw cron add --name 'Portfolio Report' --cron '0 8 * * *' --tz Europe/Paris`

4

Prompt: 'Check wallets, get token prices, calculate P&L vs yesterday, send Telegram report'

5

Add entry price context in BRAIN.md for accurate P&L calculation