Skip to main content
Skills are instructions to teach AI models how to do a specific task, step by step. As a dev/product, you would outline a plan to build a portfolio tracker roughly around these steps
  1. Fetch native token balances (like ETH for Ethereum)
  2. Fetch raw ERC20 token balances and USD price
  3. Format the token values by multipling the raw values by decimal places
  4. Sort tokens by the largest USD value
  5. Sum all USD values to get a net worth
Having built many of these features ourselves for Etherscan, we’ve created specific steps and common gotchas in our Skills instructions. No more excuses for skill issue!

Connect

You can copy the .MD page page to any AI of your choice, including ChatGPT.