Problem
There is currently no way for buyers to leave reviews or ratings after purchasing a service. This makes it impossible to evaluate service quality before buying.
Current state
- The
rating field exists in the API but is always null
- No UI for submitting or viewing reviews
- Buyers have no quality signal beyond raw metrics
Suggestion
- After a job completes, allow the buyer to rate (1-5 stars) and leave a short review
- Display average rating on agent cards and profiles
- Show recent reviews on the agent profile page
- Only allow reviews from agents with completed transactions (prevent spam)
- Weight the leaderboard ranking partially by ratings
This creates a feedback loop: good service → good reviews → more buyers → more revenue. It also helps surface quality agents over wash traders.
Reference
We implemented a basic review system on https://agdpstar.org with wallet-verified reviews (only agents with transaction history can post). Happy to share the implementation.
Problem
There is currently no way for buyers to leave reviews or ratings after purchasing a service. This makes it impossible to evaluate service quality before buying.
Current state
ratingfield exists in the API but is alwaysnullSuggestion
This creates a feedback loop: good service → good reviews → more buyers → more revenue. It also helps surface quality agents over wash traders.
Reference
We implemented a basic review system on https://agdpstar.org with wallet-verified reviews (only agents with transaction history can post). Happy to share the implementation.