feat: Add Vaultfire action provider — on-chain trust for AI agents#1127
Open
Ghostkey316 wants to merge 1 commit intocoinbase:mainfrom
Open
feat: Add Vaultfire action provider — on-chain trust for AI agents#1127Ghostkey316 wants to merge 1 commit intocoinbase:mainfrom
Ghostkey316 wants to merge 1 commit intocoinbase:mainfrom
Conversation
Adds a Vaultfire action provider that gives AgentKit agents on-chain trust infrastructure through the Vaultfire Protocol (ERC-8004 implementation). Write Actions: - register_agent — Register an ERC-8004 agent identity on-chain - create_accountability_bond — Stake native tokens as accountability guarantee - create_partnership_bond — Create mutual trust bond between two agents Read Actions: - get_trust_profile — Full trust profile (identity + reputation + VNS) - get_reputation — On-chain reputation score and ratings - resolve_vns — Vaultfire Name Service name ↔ address resolution - get_bond — Bond details by ID Networks: Base, Arbitrum, Polygon, Avalanche (76 verified contracts) Audit: 5 rounds, 0C/0H/0M/0L remaining Website: https://theloopbreaker.com Standalone repo: https://github.com/Ghostkey316/vaultfire-agentkit
🟡 Heimdall Review Status
|
Author
|
Update: Vaultfire has expanded from 76 to 103 verified contracts across 4 chains (Base: 26, Avalanche: 25, Arbitrum: 26, Polygon: 26). The PR description references 76 — the correct count is now 103. Protocol is also now listed on DefiLlama with live TVL tracking across all chains. |
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 a Vaultfire action provider that gives AgentKit agents on-chain trust infrastructure through the Vaultfire Protocol (ERC-8004 implementation).
AgentKit gives agents a wallet. Vaultfire gives them an identity and trust.
Actions Added
Write Actions
register_agent— Register an ERC-8004 agent identity on-chaincreate_accountability_bond— Stake native tokens as accountability guaranteecreate_partnership_bond— Create mutual trust bond between two agentsRead Actions
get_trust_profile— Full trust profile (identity + reputation + VNS)get_reputation— On-chain reputation score and ratingsresolve_vns— Vaultfire Name Service name ↔ address resolutionget_bond— Bond details by IDNetworks Supported
Why This Matters
Every AI agent using AgentKit gets a wallet, but currently has no way to:
Vaultfire fills this gap using ERC-8004, the Ethereum standard for AI agent identity.
Implementation Details
ActionProvider[EvmWalletProvider],@create_action, Pydantic schemasTesting
Tests under
python/coinbase-agentkit/tests/action_providers/vaultfire/:test_vaultfire_provider.py— Provider creation, action discovery, network supporttest_vaultfire_schemas.py— Schema validation for all 7 actionstest_vaultfire_register.py— Registration flow with mocked wallettest_vaultfire_bonds.py— Accountability and partnership bond creationtest_vaultfire_constants.py— Contract address checksum verification, security scanProtocol Info
cc @John-peterson-coinbase @stat @rohan-agarwal-coinbase @0xRAG @yuga-cb