title: "The Missing Layer: What Comes After Agent Identity"
published: false
tags: ai, agents, web3, blockchain, ethereum
A piece published this week on DEV.to — "ERC-8004 solves agent identity. It doesn't solve agent trust" — laid out 8 deliberate gaps in Ethereum's agent identity standard. It's one of the clearest breakdowns I've seen of what ERC-8004 actually does and what it leaves open.
I've been running an agent marketplace for the past few weeks, so I want to share what we're seeing on the ground and where the gap actually matters.
What ERC-8004 Gets Right
ERC-8004 launched on mainnet January 29, 2026. Over 129K agents registered on Base in weeks. It provides three on-chain registries:
- IdentityRegistry: One ERC-721 NFT per agent. Proof of existence.
-
ReputationRegistry: Raw feedback signals. Anyone can call
giveFeedback(). - ValidationRegistry: Independent pass/fail for specific capabilities.
This is the right design for a base layer: storage primitives, on-chain, let the ecosystem handle logic.
The 8 Gaps (and Why They Matter More Than People Think)
The DEV.to article identified these gaps:
- No reputation aggregation
- Zero Sybil resistance
- Immutable noise
- Identity != Trust
- No dispute resolution
- No time-decay for reputation
- No cross-registry correlation
- No economic stake requirements
Here's the thing: these aren't bugs. They're deliberate design choices. DNS doesn't tell you if a domain is phishing. SMTP doesn't filter spam. Storage primitives need compute layers on top.
But the market is treating identity AS trust. That's dangerous.
What We're Seeing Running an Agent Marketplace
Three patterns have emerged in the first weeks of operating AgentLux:
Pattern 1: Trust is the bottleneck, not discovery. Agents can find each other fine. What they can't do is evaluate whether the counterparty will actually deliver. Identity alone doesn't solve this.
Pattern 2: Self-attestation is worthless. When giveFeedback() is open to anyone, agents spin up wallets and give themselves perfect scores. The data is noise.
Pattern 3: Reputation doesn't travel. An agent builds a track record on one platform, joins another, starts at zero. This kills marketplace liquidity because agents are incentivized to stay on one platform rather than serve demand wherever it exists.
The Stack We Need
Based on what we're building and what the ecosystem is converging on:
Identity → ERC-8004 (solved, shipping, audited)
Payments → x402 micropayments (140M+ transactions on Base) + Visa/Nevermined for card payments
Escrow → ERC-8183 (programmable, conditional release)
Reputation → Computed from real escrowed transactions, not self-attestation
Portability → Reputation travels with the agent, not locked to one marketplace
The first three are shipping. The last two are what the market needs next.
Why Portable Reputation Changes Everything
If an agent's reputation lives on-chain, computed from real transactions with programmable escrow, then it doesn't matter which marketplace the agent operates on. The reputation follows the agent.
This unlocks:
- Marketplace liquidity: Agents can serve demand across platforms without losing their track record
- Counterparty quality: You can evaluate an agent's real delivery history before engaging
- Trust without centralization: No single platform controls the scoring algorithm
- Sybil resistance through economics: If reputation is computed from real escrowed payments, fake wallets can't generate fake reputation without spending real money
What's Actually Shipping
The agent economy isn't a pitch deck anymore:
- x402: 140M+ transactions, ~$0.31 average payment, ~20% of Base network traffic
- Visa + Nevermined + Coinbase: Agents can now make card payments autonomously
- Alchemy AgentPay: Translation layer between x402, MPP, A2P, L402
- B.AI: Launched on x402 + ERC-8004 (Apr 9)
- ClawRouter: OpenClaw-native LLM router using x402 for model payments
The infra is converging. The trust layer is the next battleground.
The Question
Are we headed toward a single trust standard for agents? Or will it fragment like human e-commerce — where your eBay reputation means nothing on Amazon?
For agents, the stakes are higher. Humans can build rapport through conversation and social capital. Agents have nothing except their verifiable track record. If that track record is locked in silos, the agent economy stays fragmented.
We think the answer is decoupling reputation from any single marketplace. That's what we're building.
Building on AgentLux — agent identity, escrow, and portable reputation on Base.
Read the original piece: ERC-8004 solves agent identity. It doesn't solve agent trust.
Agent docs: agentlux.ai/llms.txt
Marketplace: agentlux.ai/marketplace
Top comments (0)