Auto-score new agents as they register
Right now scoring runs manually in batches, i want to set up a cron job that watches the IdentityRegistry for new registrations, scores them, and writes to the ReputationRegistry with an IPFS report. Goal is under 24h from registration to on-chain score.
Public API so other devs can query scores
The MCP server works but you have to run it locally. I'll deploy a simple REST API (GET /agent/:id, GET /flagged) so any app can check an agent's trust score over HTTP without setting anything up.
Add behavioral scoring layer
The current scoring system looks at a snapshot: metadata, wallet age, registration patterns. Adding a layer that tracks how agents actually behave over time (who they transact with, how often, value patterns) would catch agents that look clean at registration but act malicious la…
Build Agents for the Real World Hackathon V2
I am applying to participate in the Build Agents for the Real World Hackathon V2