feat(ecosystem): add DJD Agent Score and x402-agent-score#1303
Open
jacobsd32-cpu wants to merge 1 commit intocoinbase:mainfrom
Open
feat(ecosystem): add DJD Agent Score and x402-agent-score#1303jacobsd32-cpu wants to merge 1 commit intocoinbase:mainfrom
jacobsd32-cpu wants to merge 1 commit intocoinbase:mainfrom
Conversation
Adds two ecosystem entries: - DJD Agent Score: reputation scoring API (Services/Endpoints) that scores AI agent wallets 0-100 on Base using on-chain signals gated via x402 - x402-agent-score: Hono middleware (Infrastructure & Tooling) that gates x402 API requests by agent reputation score Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🟡 Heimdall Review Status
|
|
Someone is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
We require commit signing, please rebase and verify your commits. |
Contributor
|
Please add a logo @jacobsd32-cpu |
Contributor
|
Please consolidate into a single ecosystem entry for the category that best fits your project |
Contributor
|
please tag me to review once you have signed your commits and applied the feedbacks @phdargen mentioned |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two ecosystem entries for projects built on x402:
DJD Agent Score (
Services/Endpoints): A reputation scoring API for AI agent wallets on Base. Scores agent addresses 0–100 based on on-chain signals (transaction history, wallet age, ETH balance, Basename ownership, GitHub verification). The API itself is gated behind x402 micropayments, so every score lookup is a live x402 transaction.x402-agent-score (
Infrastructure & Tooling): A Hono middleware package that gates x402 API requests by the requesting agent's reputation score. Drop-in integration for any x402-enabled Hono server — lets operators set a minimum score threshold and automatically reject low-reputation agents before payment is processed.Both projects are actively running on Base mainnet.
Test plan
typescript/site/app/ecosystem/partners-data/djd-agent-score/metadata.jsonhas correct JSON and valid categoryServices/Endpointstypescript/site/app/ecosystem/partners-data/x402-agent-score/metadata.jsonhas correct JSON and valid categoryInfrastructure & Tooling🤖 Generated with Claude Code