DEV Community

Michael Lip
Michael Lip

Posted on

Track a Crypto Portfolio in Telegram Without Ever Handing Over a Key

Every crypto tracker asks for the same thing up front: your wallet address or your exchange API keys. Most people hand them over without thinking twice, and then spend the rest of the year hoping the tool never gets breached. There is a quieter option. A read-only Telegram bot called HoldFolio (@MyHoldFolioBot) values a portfolio using nothing except what you type into the chat, which means the failure mode where a compromised tracker drains your funds simply cannot happen. Here is how it works, what you trade away, and how to set it up in about two minutes.

Why manual beats connected for small portfolios

The core decision is what the bot is allowed to see. A connected tracker sees everything: balances, transaction history, sometimes even signing rights. A manual tracker sees only the positions you log. If you hold a handful of coins and want a live total plus profit and loss, the connected convenience buys you almost nothing, because your portfolio barely changes week to week. You update it when you buy or sell, and the rest of the time the numbers price themselves from public market data.

HoldFolio is built on that principle. It stores coin symbols, quantities, and the cost prices you choose to log, all keyed to your user id. It holds no funds and no credentials. There is nothing to hack and nothing to leak, and you can correct or delete any entry at any time without touching your actual assets. You can read more about the read-only philosophy in the guide on tracking crypto without connecting a wallet.

Setting up your portfolio in one command per position

Start a chat with @MyHoldFolioBot and press Start. Then log a holding with /add: for example, /add btc 0.5 @97000 records half a Bitcoin bought at $97,000. Commas and dollar signs are fine in the numbers, and the cost is optional. If you do not want profit and loss tracking, log just the quantity and the bot will show current value only.

Type /folio and you get every holding with its live value, the total portfolio value, the 24-hour move, and profit or loss against your weighted average cost wherever you logged one. If you add the same coin twice, the bot merges the entries into a weighted average rather than duplicating them, so your cost basis stays correct as you accumulate. Removing a position is /rm, and it takes effect immediately.

The full walkthrough with a worked three-coin example lives in the guide on valuing a portfolio with live prices.

Keeping an eye on trends without obsessing

Value checks are only half the story. HoldFolio snapshots your total every hour, so /history shows the last seven days at a glance, and that is usually all a long-term holder needs. If you want a weekly ritual, spend five minutes every Monday: add anything you bought, remove what you sold, and glance at the movement. On the Pro tier, a one-time 150 Telegram Stars purchase, a weekly digest arrives in the chat automatically, so you do not even need to remember to ask.

Privacy in groups works the way you would hope. In a group chat, /folio replies that holdings are private and points you to a DM, so your co-workers never see your stack. But the bot can still be useful publicly: /val prices any amount of any coin on the spot without storing anything, which is handy when a debate breaks out about what some altcoin is actually worth.

When a manual tracker is the wrong choice

Honesty matters here. If you trade daily across several exchanges, retyping every fill is real friction, and a connected tracker will serve you better. Manual logging fits the long-term holder who rebalances a few times a year and values key hygiene over convenience. If you want to understand the broader decision, the guide on keeping API keys out of a tracker breaks down exactly which permissions each approach demands.

The pattern generalizes beyond crypto. The safest tools in any category are the ones that physically cannot leak what they never received. A tracker that only sees what you type has nothing to hand a thief, and the same logic applies to expense splitters, reminder bots, and anonymous suggestion boxes. Give each tool the smallest possible window into your life, and the blast radius of any future breach shrinks to zero.

If you want a place that curates Telegram bots by that standard, the hub at zovo.one lists the whole fleet with what each one stores and what it refuses to touch.

Top comments (0)