Overview
Aggregates token balances across all Cronos chains (EVM, zkEVM, and POS) for a given address. Tool Name:get_unified_portfolio
Parameters
Wallet address in EVM format (0x…) or Bech32 format (cro1…)
Response
Returns a unified portfolio with balances across all chains:Features
Auto-detection
Automatically detects and converts address formats (EVM ↔ Bech32)
Parallel Queries
Queries all chains simultaneously for fast results
Graceful Degradation
Returns partial data if any chain fails
Top Tokens
Includes top 5 ERC-20 tokens by TVL
Timeout: 5-second timeout per chain for optimal performance
Example Usage
Python (Claude Desktop / MCP Client)
Natural Language Query
Simply ask Claude:Response Fields
Address Object
| Field | Type | Description |
|---|---|---|
evm | string | EVM format address (0x…) |
bech32 | string | Bech32 format address (cro1…) |
Chain Object
| Field | Type | Description |
|---|---|---|
name | string | Chain name (e.g., “Cronos EVM”) |
chain_id | string | Chain ID |
native_balance | object | Native token balance |
tokens | array | ERC-20 token balances |
ibc_tokens | array | IBC token balances (POS chain only) |
Token Object
| Field | Type | Description |
|---|---|---|
symbol | string | Token symbol |
contract_address | string | Token contract address |
balance | string | Token balance (formatted) |
decimals | number | Token decimals |
value_cro | string | null | Value in CRO (if available) |
Use Cases
Portfolio Tracking
Portfolio Tracking
Track all your assets across Cronos chains in a single query. Perfect for portfolio management apps or personal tracking.
Multi-Chain Analytics
Multi-Chain Analytics
Analyze token distribution and identify opportunities for consolidation or yield optimization.
Wallet Integration
Wallet Integration
Display comprehensive balance information in wallets or DApp interfaces.
Tax Reporting
Tax Reporting
Gather all holdings for tax reporting and accounting purposes.
Error Handling
Invalid Address Format
- EVM format:
0xfollowed by 40 hex characters - Bech32 format:
cro1followed by valid bech32 characters
RPC Timeout
If a chain query times out, the response will include:- Data from successful chains
- Warning message in the
warningsarray
Related Tools
find_best_yield
Find yield opportunities for your tokens
Transaction History
View historical transactions