home / skills / bankrbot / claude-plugins / bankr-portfolio
This skill helps you view and value your multi-chain crypto portfolio with real-time USD valuation across all connected wallets.
npx playbooks add skill bankrbot/claude-plugins --skill bankr-portfolioReview the files below or copy the command above to add this skill to your agents.
---
name: Bankr Agent - Portfolio
description: This skill should be used when the user asks about "my balance", "portfolio", "token holdings", "check balance", "how much do I have", "wallet balance", "what tokens do I own", "show my holdings", or any balance/portfolio query. Provides guidance on checking balances across chains.
version: 1.0.0
---
# Bankr Portfolio
Query token balances and portfolio across all supported chains.
## Supported Chains
| Chain | Native Token |
|-------|-------------|
| Base | ETH |
| Polygon | MATIC |
| Ethereum | ETH |
| Unichain | ETH |
| Solana | SOL |
## Prompt Examples
**Full portfolio:**
- "Show my portfolio"
- "What's my total balance?"
- "How much crypto do I have?"
**Chain-specific:**
- "Show my Base balance"
- "What tokens do I have on Polygon?"
**Token-specific:**
- "How much ETH do I have?"
- "What's my USDC balance?"
- "Show my ETH across all chains"
## Features
- **USD Valuation**: All balances include current USD value
- **Multi-Chain Aggregation**: See the same token across all chains
- **Real-Time Prices**: Values reflect current market prices
## Common Tokens Tracked
- **Stablecoins**: USDC, USDT, DAI
- **DeFi**: UNI, AAVE, LINK
- **Memecoins**: DOGE, SHIB, PEPE
- **Project tokens**: BNKR, ARB, OP
## Use Cases
**Before trading:**
- "Do I have enough ETH to swap for 100 USDC?"
**Portfolio review:**
- "What's my largest holding?"
- "Show portfolio breakdown by chain"
**After transactions:**
- "Did my ETH arrive?"
- "Show my new BNKR balance"
## Notes
- Balance queries are read-only (no transactions)
- Shows balance of connected wallet address
- Very small balances (dust) may be excluded
This skill helps you check token balances and aggregate your crypto portfolio across supported chains. It returns per-token amounts, USD valuation, and chain-specific breakdowns for the connected wallet address. Use it for quick balance checks, portfolio summaries, and pre-trade verification.
The agent queries on-chain balances for the connected wallet across supported networks (Base, Polygon, Ethereum, Unichain, Solana) and maps token contracts to known symbols. Balances are converted into USD using real-time price feeds and the same token is aggregated across chains. Very small dust balances may be omitted and all requests are read-only—no transactions are created.
Which chains are supported?
Supported chains include Base, Polygon, Ethereum, Unichain, and Solana.
Does this skill perform transactions?
No. Balance and portfolio queries are read-only and do not send transactions.
Are balances valued in USD?
Yes. All token balances include a current USD valuation based on live price feeds.