Skip to content

Add wallet-reputation skill for agent trust scoring#5

Open
jacobsd32-cpu wants to merge 1 commit intoConway-Research:mainfrom
jacobsd32-cpu:add-wallet-reputation-skill
Open

Add wallet-reputation skill for agent trust scoring#5
jacobsd32-cpu wants to merge 1 commit intoConway-Research:mainfrom
jacobsd32-cpu:add-wallet-reputation-skill

Conversation

@jacobsd32-cpu
Copy link

Summary

  • Adds a new wallet-reputation skill that lets Automatons check wallet trustworthiness before x402 payments, funding child agents, or trusting unknown counterparties
  • Uses DJD Agent Score — a reputation API for agent wallets on Base, itself monetized through x402
  • Free tier (10 calls/day, no key) for basic score/tier/confidence, paid tier via x402 for full dimensional breakdown

Why this matters for Automatons

When an Automaton pays for an x402 service or interacts with another agent, it currently has no signal about the counterparty's trustworthiness. A fresh sybil wallet looks identical to a 6-month-old legitimate operator.

This skill gives agents a concrete decision framework:

  • score >= 60 && confidence >= 0.5 → safe to transact
  • score < 40 || confidence < 0.2 → caution (new/suspicious wallet)
  • Scores are based on real USDC transaction history, partner diversity, account age, and 12 behavioral checks

Integration highlights

  • Zero friction: The paid tier speaks x402, so x402Fetch() works directly — no new auth flow
  • Token-efficient: ~110 lines, follows the conway-cloud skill pattern
  • auto-activate: true: Loads automatically when reputation checks are relevant
  • Caching guidance: Scores change slowly (hourly refresh), so agents should cache locally

Try it

curl "https://djd-agent-score.fly.dev/v1/score/basic?wallet=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

API Docs · OpenAPI Spec · x402 Discovery · GitHub

Adds a new skill that lets Automatons check wallet reputation before
x402 payments and external interactions using DJD Agent Score API.

- Free tier: 10 calls/day, no key needed
- Paid tier: works directly with x402Fetch (same x402 protocol)
- Includes decision logic thresholds for autonomous agents
- Identity bonus via GitHub verification

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant