Add InsumerAPI action provider for on-chain verification and trust profiles#978
Open
douglasborthwick-crypto wants to merge 1 commit intocoinbase:mainfrom
Open
Conversation
🟡 Heimdall Review Status
|
d89cfc6 to
c1ccba8
Compare
Jeddyvgf
approved these changes
Mar 10, 2026
|
Review Error for Jeddyvgf @ 2026-03-10 11:27:52 UTC |
Author
|
Hey @phdargen — this has been waiting on review for a couple weeks. The one approval from Jeddyvgf was rejected by Heimdall (MFA issue). Would you be able to take a look? CI is green, PR is rebased and clean. Thanks! |
9249a19 to
e8cf2ff
Compare
Author
|
@CarsonRoscoe @0xRAG — this PR has been open 17 days. CI green, just rebased. The one approval (Jeddyvgf) was rejected by Heimdall MFA. phdargen was tagged 3 days ago, no response. Would appreciate a review when you get a chance. |
e8cf2ff to
5597635
Compare
Adds wallet verification and trust profile actions for AgentKit. 5 actions: verify_wallet, get_wallet_trust_profile, get_batch_wallet_trust_profiles, validate_discount_code, list_compliance_templates.
5597635 to
dbb7b9a
Compare
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.
Description
Adds a new InsumerAPI action provider for privacy-preserving on-chain wallet verification and trust profiling. InsumerAPI returns ECDSA-signed boolean attestations (pass/fail) rather than raw balances, so agents can verify wallet state without exposing holdings.
The provider is walletless (API-only, no wallet connection required) and supports 31 EVM chains + Solana through a single API.
Actions — 5 total
verify_walletget_wallet_trust_profileget_batch_wallet_trust_profilesvalidate_discount_codelist_compliance_templatesFiles Changed
typescript/agentkit/src/action-providers/insumer/— provider, schemas, types, constants, tests, README (7 files)typescript/agentkit/src/action-providers/index.ts— barrel exporttypescript/.changeset/warm-wallets-verify.md— changesetTests
Unit tests: 21 tests covering all 5 actions, error handling, and network support. All passing.
Chatbot testing: This provider works with any of the example chatbots (e.g.
typescript/examples/langchain-cdp-chatbot). Since it is walletless, no wallet funding or network setup is needed — only an InsumerAPI key (free tier available at insumermodel.com).Checklist