## Problem On the cart checkout page, non-zero but small token balances are showing up as 0 in the token list drop down: <img width="2382" height="446" alt="Image" src="https://github.com/user-attachments/assets/0d6c22ab-5584-4ee7-9ac0-c983424f8676" /> <img width="2604" height="404" alt="Image" src="https://github.com/user-attachments/assets/b661dd5f-e0c3-4e44-9025-c34ac6092cd6" /> ## Solution We should make any non-zero number that rounds to less than 0.00 show up as <0.00. ## Acceptance Criteria - [x] Token balances of 0 should show up as 0.00 - [x] Non-zero token balances that round to less than 0.00, show up as <0.00 - [x] Token balances of over 0.00 show up as rounded to the nearest hundredth (e.g. 0.02) @maryjaf