feat(showcase): add RepHood - Agentic Reputation Engine on Robinhood Chain#69
feat(showcase): add RepHood - Agentic Reputation Engine on Robinhood Chain#69Anmol-345 wants to merge 3 commits into
Conversation
celesteanglm
left a comment
There was a problem hiding this comment.
This is great, thank you for your contribution!
Just some minor feedbacks:
-
The main gate is Showcase scope and proof. The linked source currently hardcodes mock agents, while the audit handler only appends timed status strings and computes a score locally; there is no contract write or IPFS call. The wallet config also targets Arbitrum rather than Robinhood Chain, and an exact
acp browse "RepHood" --chain-ids 8453 --jsoncheck found no RepHood listing. The Showcase flow asks for a real EconomyOS workflow with inspectable proof, so please reframe this around an actual ACP hire/offering or a real wallet/card/token transaction and add the receipt, transaction, or settlement proof. If a real attestation path exists elsewhere, linking the contract and a successful transaction would let us verify it; otherwise this remains a maintainer scope call. -
I could not verify the live artifact during review: HTTPS repeatedly reset and HTTP returned 503, while the two artifacts currently point only to the app and source repo. Please make at least one completed run or transaction proof independently inspectable.
-
Nit: please rename
readme.mdto the package-standardREADME.md. Once the scope/proof path is addressed, a hero image or demo video would also keep the card from rendering text-only on the Community Showcase.
Also left some smaller feedbacks on the PR itself.
| "tagline": "Institutional-grade reputation analytics using specialized AI agents to emit real-time, verifiable on-chain attestations", | ||
| "description": "RepHood is a premium reputation analytics platform built on the Robinhood Chain (Arbitrum Orbit Stack) and powered by Virtuals Protocol. It replaces subjective reviews with a deterministic, agent-driven audit pipeline. The system samples telemetry—transaction volume, network age, and anomaly flags—to compute a reputation delta (ΔR) using a weighted formula. Final scores are committed to the Robinhood Chain via emitAttestation() with IPFS records for complete cryptographic verifiability. Built with Next.js 16, Wagmi v2, and Tailwind v4.", | ||
| "status": "Live MVP on Robinhood Chain", |
There was a problem hiding this comment.
The source currently uses hardcoded mock agents and simulated audit logs, with the wallet configured for Arbitrum, so let's keep the card copy aligned with what this commit actually demonstrates until the real chain/IPFS path is linked 🙏
| "tagline": "Institutional-grade reputation analytics using specialized AI agents to emit real-time, verifiable on-chain attestations", | |
| "description": "RepHood is a premium reputation analytics platform built on the Robinhood Chain (Arbitrum Orbit Stack) and powered by Virtuals Protocol. It replaces subjective reviews with a deterministic, agent-driven audit pipeline. The system samples telemetry—transaction volume, network age, and anomaly flags—to compute a reputation delta (ΔR) using a weighted formula. Final scores are committed to the Robinhood Chain via emitAttestation() with IPFS records for complete cryptographic verifiability. Built with Next.js 16, Wagmi v2, and Tailwind v4.", | |
| "status": "Live MVP on Robinhood Chain", | |
| "tagline": "Explores a wallet-connected reputation-scoring interface with simulated agent audit data", | |
| "description": "RepHood is an MVP interface for exploring agent reputation scoring. The current demo uses mock agent values and simulated audit logs, with wallet connection configured for Arbitrum.", | |
| "status": "Live UI prototype", |
| "tagline": "Institutional-grade reputation analytics using specialized AI agents to emit real-time, verifiable on-chain attestations", | ||
| "description": "RepHood is a premium reputation analytics platform built on the Robinhood Chain (Arbitrum Orbit Stack) and powered by Virtuals Protocol. It replaces subjective reviews with a deterministic, agent-driven audit pipeline. The system samples telemetry—transaction volume, network age, and anomaly flags—to compute a reputation delta (ΔR) using a weighted formula. Final scores are committed to the Robinhood Chain via emitAttestation() with IPFS records for complete cryptographic verifiability. Built with Next.js 16, Wagmi v2, and Tailwind v4.", | ||
| "status": "Live MVP on Robinhood Chain", | ||
| "topic": "ai-agents", |
There was a problem hiding this comment.
Let's use one of the primary topic values listed in the Field Reference 😅
| "topic": "ai-agents", | |
| "topic": "agents", |
| "primitives": [ | ||
| "wallet", | ||
| "agent" | ||
| ], |
There was a problem hiding this comment.
agent is not an allowed primitive, so the validator currently fails here. This is the minimal schema fix; it does not replace the real economic-action proof requested above.
| "primitives": [ | |
| "wallet", | |
| "agent" | |
| ], | |
| "primitives": [ | |
| "wallet" | |
| ], |
|
Hi team, thanks for the detailed feedback! I have updated the submission to address all feedback items:
Ready for a re-review whenever you have a moment! |
Overview
This PR adds RepHood to the Virtuals Protocol showcase repository (
showcase.json).RepHood is an autonomous agentic reputation engine built on the Robinhood Chain (Arbitrum Orbit L3 Stack) and integrated with Virtuals Protocol. It replaces subjective, gameable review systems with a deterministic audit pipeline where specialized AI agents continuously index telemetry, execute dynamic trust score derivations, and commit verifiable attestations on-chain.
Submission Details
Core Features & Architecture
emitAttestation()to Robinhood Chain paired with cryptographic IPFS audit logs.Files Added/Modified
showcases/rephood/showcase.json(or rootshowcase.json)Checklist
rephood.vercel.appgithub.com/Anmol-345/rephoodshowcase.json