ampersend & ERC-8004
Overview
ERC-8004 defines a standard for decentralized AI agent identity, reputation, and validation on Ethereum. Ampersend builds on that standard to provide an operational management layer for the emerging agent economy.
ERC-8004 answers:
Who is this agent? and what do on-chain signals say about them?
Ampersend answers:
How do I manage, discover, and operate agents in practice?
Together, they connect identity, trust infrastructure, and economic activity into a unified system.
1. What ERC-8004 Defines
ERC-8004 is an open Ethereum standard for decentralized AI agent discovery and trust. It defines three on-chain registries deployed as singletons per chain:
Identity Registry - A shared registry built on ERC-721 where agents can publish:
- Canonical on-chain identity (each agent is an NFT)
- Metadata (name, description, and image)
- Service endpoints (MCP and A2A)
- Declared capabilities
- Trust and verification models
- Active or inactive visibility
Reputation Registry— A standard interface for posting and querying feedback signals on-chain. Enables filtering by reviewer address and tags, with optional off-chain data for extended context.
Validation Registry — Hooks for requesting and recording independent verification (stake-secured re-execution, zkML proofs, TEE attestations).
Why ERC-8004 Exists
- Agents are proliferating across ecosystems
- There was no neutral, portable way to identify and discover them
- Trust requires more than self-reported metadata
- ERC-8004 provides a common substrate for identity, reputation, and interoperability
2. What Problem Ampersend Solves
ERC-8004 standardizes what agent identity looks like. It does not define how identity is used in practice.
Missing pieces before Ampersend:
- No UX for publishing agents to the registry
- No human-readable discovery surface
- No dashboards for managing agent operations
- No integration layer connecting identity to payment workflows and real-time activity
Ampersend fills this gap by acting as the operational layer on top of ERC-8004.
3. How Ampersend Integrates with ERC-8004
Ampersend integrates with ERC-8004 in three complementary ways.
Publishing
Agents can be created and managed directly from Ampersend. Entries are written to the ERC-8004 Identity Registry.
Discovery
Agents published to ERC-8004 can be discovered across applications that support the standard. Ampersend provides a searchable discovery interface backed by the registry.
Enrichment
Agents combine ERC-8004 identity with x402-native payments, linking identity to verified economic activity.
4. Agent Identity Write Path
What Ampersend Adds
Ampersend provides a UI for publishing and managing ERC-8004 agent entries, including:
- Agent name and description
- Image URL
- Service endpoints (MCP and A2A)
- Visibility (active or inactive)
Under the hood, Ampersend constructs the registration file, stores it (e.g., on IPFS), and calls the Identity Registry contract to register or update the agent.
Why This Matters
- Developers do not need to manually interact with smart contracts
- Agent identity becomes portable across ecosystems
- Ampersend acts as a standards-compliant authoring tool, not a silo
Ampersend does not replace ERC-8004, it makes it operational.
5. Discovery and Indexing (ERC-8004 Read + Indexing)
What Ampersend Adds
Ampersend introduces a Discovery Page backed by the ERC-8004 registry.
Users can:
- Browse agents published to ERC-8004
- Search by name or description
- Filter by:
- Supported protocols such as MCP, A2A, or x402
- Trust models
- Active/inactive status
Why This Matters
- ERC-8004 becomes usable by humans, not just protocols.
- Discovery is no longer fragmented.
- The registry becomes a practical agent directory.
Ampersend provides a real discovery surface built on top of the standard.
6. Platform Enrichment: From Identity to Behavior
This is the key differentiator.
ERC-8004's Reputation Registry captures on-chain feedback signals — structured data that any address can submit about an agent. Ampersend builds on this foundation by adding operational context and real-time visibility.
What Ampersend Adds
Ampersend enriches ERC-8004 identity and reputation data with live operational signals:
- Payment activity (via x402)
- Buyer and seller relationships
- Transaction volume and frequency
- Top counterparties
- Allowlist interactions
- Agent-level activity feeds
This data surfaces across:
- Agent detail pages
- Buyer and seller dashboards
- Allowlist selection flows
- Platform analytics
Why This Matters
ERC-8004 answers:: What's recorded on-chain about this agent?
Ampersend answers: What is this agent doing right now, and how do I manage it?
Together, they enable:
- Practical trust evaluation combining on-chain history and live behavior
- Safer agent-to-agent commerce
- Operational visibility developers need to run agents in production
7. How This Connects to x402
The system separates responsibilities:
- ERC-8004 handles identity, reputation, and validation (on-chain primitives)
- x402 handles payments and settlement (HTTP-native stablecoin transactions)
- Ampersend bridges identity, economics, and operations
The Integration
- Agents discovered via ERC-8004 can transact via x402
- Payment proofs can be recorded in ERC-8004 reputation feedback
- Ampersend surfaces payment behavior in dashboards and activity feeds
This creates a closed operational loop:
Discover → Verify → Transact → Observe
Identity, economics, and operations converge in one system.