- Fetch native token balances (like ETH for Ethereum)
- Fetch raw ERC20 token balances and USD price
- Format the token values by multipling the
rawvalues bydecimalplaces - Sort tokens by the largest USD value
- Sum all USD values to get a net worth
Skills vs MCP
Here’s an outline of these buzzwords.MCP
A standard to fetch data, often gated with sign in/API keys, eg token balances
Skills
What to do with the data, eg step by step instructions to build a token portofolio page, formatting ETH units.
- Check Skills for instructions to analyse an address
- Skills outlines steps to get a user’s txns, isolate addresses interacted with, and fetch labels for these addresses
- Model connects to an MCP to retrieve the user txns and labels
- Model observes that tokens are sent to addresses labelled “Bybit 17”, and reasons this as selling
- Model presents a summary to the user