Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
This repository was archived by the owner on May 20, 2026. It is now read-only.

Price displays as wei instead of ETH on skill pages #21

Description

@crtahlin

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions