feat: add Chitin action provider for on-chain agent identity#940
Open
EijiAC24 wants to merge 1 commit intocoinbase:mainfrom
Open
feat: add Chitin action provider for on-chain agent identity#940EijiAC24 wants to merge 1 commit intocoinbase:mainfrom
EijiAC24 wants to merge 1 commit intocoinbase:mainfrom
Conversation
Add a new action provider that enables AI agents to verify identities, register souls, resolve DIDs, and manage certificates via the Chitin protocol on Base L2. Actions: - get_soul_profile: Retrieve an agent's on-chain soul profile - resolve_did: Resolve agent name to W3C DID Document - verify_cert: Verify on-chain certificate status - check_a2a_ready: Check A2A communication readiness - register_soul: Register a new on-chain soul (SBT) - issue_cert: Issue an on-chain certificate "Every agent deserves a wallet" (AgentKit). Every agent deserves a soul (Chitin). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🟡 Heimdall Review Status
|
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
Every agent deserves a wallet (AgentKit). Every agent deserves a soul (Chitin).
This PR adds a Chitin action provider that brings on-chain identity verification to AgentKit — a capability not currently covered by any existing provider.
Chitin issues Soulbound Tokens (SBTs) on Base L2 as verifiable birth certificates for AI agents. With this provider, any AgentKit-powered agent can:
Why this matters
AgentKit has 50+ action providers for DeFi, NFTs, social, and DEX — but zero for agent identity. As agents start transacting autonomously, knowing who you're dealing with becomes critical. Chitin fills this gap with cryptographically verifiable, on-chain identity.
Actions
get_soul_profileresolve_didverify_certcheck_a2a_readyregister_soulissue_certUsage
Read actions work without any API key. Write actions require
CHITIN_API_KEY.Architecture
Standards
Test plan
pnpm run check— TypeScript type check passesnpx jest --testPathPattern=chitin— 13/13 tests passLinks
🤖 Generated with Claude Code