## Description Skill prices display the raw wei value with "ETH" suffix, making prices appear as quadrillions of ETH. ## Example - **Expected:** `0.002 ETH` - **Actual:** `2000000000000000 ETH` ## Impact No buyer will purchase - prices look absurd and unusable. ## Suggested Fix Divide by 10^18 before displaying, or store/return formatted value from API. ## Screenshot/URL https://agents.datafund.io/skill/2139b420-cdb2-4fa6-b7e9-69c9d977c481 --- *Found during seller flow UX testing*
Description
Skill prices display the raw wei value with "ETH" suffix, making prices appear as quadrillions of ETH.
Example
0.002 ETH2000000000000000 ETHImpact
No buyer will purchase - prices look absurd and unusable.
Suggested Fix
Divide by 10^18 before displaying, or store/return formatted value from API.
Screenshot/URL
https://agents.datafund.io/skill/2139b420-cdb2-4fa6-b7e9-69c9d977c481
Found during seller flow UX testing