> For the complete documentation index, see [llms.txt](https://blockgram.gitbook.io/blockgram-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blockgram.gitbook.io/blockgram-docs/about-blockgram/core-features/track-your-entire-portfolio.md).

# Track Your Entire Portfolio

BlockGram transforms Telegram into a real-time crypto portfolio dashboard. Users can monitor all digital assets across chains, wallets, and DeFi platforms while receiving AI-driven insights directly in chat.&#x20;

Our platform combines multi-chain aggregation, predictive analytics, and interactive views, all without leaving Telegram.

#### 1. Unified Portfolio Aggregation

**Cross-Wallet, Multi-Chain Sync**\
BlockGram consolidates token balances, NFTs, and DeFi assets across all wallets linked to a user account, whether added manually or detected automatically.

Supported asset types include:

* ERC-20 and BEP-20 token balances
* NFT holdings (ERC-721, ERC-1155)
* LP positions and staking contracts
* Native chain balances (ETH, BNB, MATIC, etc.)

The system subscribes to on-chain events via websockets and leverages caching layers to provide near real-time updates.

**Supported Networks and Protocols**\
Ethereum, BNB Chain, Polygon, Solana, Layer-2 solutions, and other popular chains are tracked. DeFi protocols, DEXs, and staking platforms are continuously indexed for accuracy.

#### 2. Real-Time Analytics and AI Insights

BlockGram’s AI analyzes historical transaction data to categorize spending, detect recurring actions, and forecast trends.

**Core Features:**

| Feature                 | Description                                                                 | Example                                                              |
| ----------------------- | --------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| Spending Categorization | Classifies transactions by type                                             | Gas fees, DEX swaps, staking rewards                                 |
| Asset Performance       | Tracks gains/losses over daily, weekly, and monthly periods                 | “Your ETH increased 7% this week”                                    |
| Predictive Balances     | Estimates future balances using historical trends, staking yields, and APYs | “Expected 50 USDT from LP rewards next week”                         |
| Market Context Alerts   | Combines portfolio data with live price feeds and sentiment                 | “ETH down 15% this week, price trending bearish. Suggest rebalance?” |

#### 3. Interactive, Chat-Based Portfolio Views

Users access portfolio data directly through chat using simple commands:

* “Show me my top 5 assets”
* “How much ETH do I have?”
* “What’s my total yield this month?”

The AI parses these requests and delivers responses with:

* Inline charts and graphs
* Embedded buttons for deeper insights
* Drill-down views for individual tokens, NFTs, or DeFi positions

**Drill-Down Examples:**

* **Token Detail View:** Price, PnL, contract links
* **NFT Gallery:** Scrollable feed with media previews and floor prices
* **DeFi Dashboard:** LP tokens, APYs, staking timelines

#### 4. Security and Privacy

**Read-Only Wallet Sync**\
Only public wallet addresses or viewing keys are needed. Private keys are never exposed. This allows users to:

* Track cold wallets, multisigs, or hardware wallets
* Monitor DAO treasuries or shared wallets
* View balances anonymously

**Optional Private Mode**\
Users can hide sensitive portfolio data behind emojis or hashed formats until toggled visible, ideal for public or shared devices.

#### 5. Notifications, Alerts, and Recommendations

BlockGram provides AI-driven notifications for key portfolio events:

| Alert Type           | Description                              | Example                                           |
| -------------------- | ---------------------------------------- | ------------------------------------------------- |
| Price Threshold      | Notify when token reaches a target value | “Alert me if SOL > $60”                           |
| Portfolio Drawdown   | Warn when losses exceed a set limit      | “Portfolio dropped 12% today”                     |
| Airdrop & NFT Alerts | Track eligibility or floor changes       | “New NFT drop available in your collection”       |
| DeFi Earnings        | Track yield and staking updates          | “You earned 1.3 MATIC from Aave since last check” |

#### Summary

BlockGram combines multi-chain indexing, AI-driven analytics, and a chat-native interface to redefine portfolio management. Users get the clarity and control of a full DeFi dashboard without leaving Telegram. Monitoring, forecasting, and interacting with assets is seamless, intuitive, and secure, all from the chat environment they already use every day.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://blockgram.gitbook.io/blockgram-docs/about-blockgram/core-features/track-your-entire-portfolio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
