PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
April 19, 2026Iconic Research and Engineering Journals0 citations

VeriTrust: An AI-Powered Decentralized Reputation System for the Gig Economy

View Full Paper
MZMuiz ZatamAMAngad MuthyalaSVSarvesh Varvatkar

Key Points

  • This research aims to improve trust in the gig economy through an AI-powered, decentralized reputation system.
  • Developed an AI-powered reputation system called VeriTrust.
  • Implemented a Proof-of-Work blockchain with SHA-256 and RSA-2048 for secure reviews.
  • Deployed Solidity smart contracts on Polygon Amoy for data storage and auditability.
  • Designed a React.js decentralized application (DApp) with MetaMask integration.
  • Ensured 100% test coverage for smart contracts.
  • Established a tamper-proof and portable reputation system for freelancers.
  • Reduced gas costs by approximately 80% through optimizations in data storage.
  • Allowed users to carry their reputations across different platforms without permission.

Abstract

Trust in the gig economy lives and dies by reputation. Platforms like Upwork and Fiverr use review scores as stand-ins for credibility, yet the systems underlying those scores are opaque, siloed, and surprisingly easy to manipulate. This paper presents VeriTrust, a fully working AI-powered reputation system that pairs blockchain immutability with natural language processing to give freelancers a tamper-proof, portable reputation they genuinely own. At its core, VeriTrust runs an application-level Proof-of-Work blockchain with SHA-256 mining and RSA-2048 cryptographic signing so that every review is verifiably authentic. Two Solidity smart contracts are deployed on Polygon Amoy—one storing full data for maximum auditability, and a leaner VeriTrustLite variant that trims gas costs by roughly 80% through struct packing, custom errors, and hash-only storage. A three-step prepare/confirm write protocol ties each on-chain anchor to the matching PostgreSQL record, and reputation is keyed on RSA public keys rather than wallet addresses, so users can carry their history across chains and platforms without asking anyone’s permission. A React.js DApp with MetaMask integration, a live blockchain explorer, and a chain indexer round out the implementation. Smart contract test coverage is 100% across all statement branches.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Zatam et al. (2026) studied this question.

synapsesocial.com/papers/69e47220010ef96374d8e4e9https://doi.org/10.64388/irev9i10-1716368
Ask AI
Helpful
Bookmark
Share
View Full Paper