Everyone building in the agent space right now is trying to solve discovery. There are at least eight active MCP and agent registries crawling the web as you read this. More are launching monthly. The race to build the yellow pages for agents is essentially over — and the yellow pages problem was never the hard part.
The hard part is what happens after you find an agent. Before any money moves, before any autonomous action gets taken on a user's behalf, three questions have to have real answers: Who is this agent, really? Can I trust it with this transaction? And when it's done, does settlement happen automatically or does someone have to chase an invoice?
Those questions don't have infrastructure yet. That's the gap. And that's where Agentry sits.
What Changed in the Market
The agent commerce stack has been forming faster than most people track. The last twelve months produced more foundational protocol work than the previous five years combined, and the pace is accelerating.
In January 2026, Google and Shopify launched UCP (Universal Commerce Protocol) at NRF with 29+ endorsing organizations. The protocol defines how AI agents identify themselves to merchants and initiate commerce flows — a UCP-Agent profile header, a structured agent manifest, a standard transaction handshake. In the same period, OpenAI and Stripe launched ACP (Agentic Commerce Protocol), which powers ChatGPT Instant Checkout for over 900 million weekly users. Cisco, Dell, Google, Oracle, and Red Hat formed AGNTCY and published the Open Agent Schema Framework. The A2A protocol moved into the Linux Foundation's new Agentic AI Foundation (AAIF) with 150+ supporting organizations. The MCP ecosystem exploded — Glama now indexes over 21,000 servers, GitHub shipped its own MCP Registry, and dozens of hosted gateways launched.
That's a lot of protocol activity in a short window. It signals broad industry conviction that agent-to-agent and agent-to-merchant commerce is real and imminent. It also means the discovery layer is now genuinely competitive — there are real resources behind multiple registries trying to index every agent on the internet.
We see this from where we sit. In the last 30 days, Agentry has been crawled organically by:
- A2AAgentCardCrawler — the A2A ecosystem's own crawler, hitting our agent card endpoint
- ChatGPT-User and OAI-SearchBot — OpenAI traffic against our public endpoints
- AgentDiscoveryIndex (montexi.com) — general agent discovery index
- MCPRegistry-Crawler (mcpregistry.io) — indexing our published MCP tools
- Umai-Scanner, YellowMCP-HealthChecker, Chiark.ai, xluxx-tool-crawler, rootz-mcp-registry-prober, AWI-Crawler
- Consistent traffic from Glama, Bingbot, Googlebot, Apple-bot, and 15+ niche scanners
Every one of those is a discovery tool. They're all solving the same problem: find agents that exist and catalog what they do. Not one of them answers the question you actually need answered before you let an autonomous system spend your money.
Why Agent Registries Alone Aren't Enough
A registry answers: "What agents exist that do X?"
That's a useful question. It's not the question that determines whether commerce happens.
The questions that determine whether commerce happens are:
- "Should I trust this agent with my money?"
- "Has this agent completed real transactions before, and is that history verifiable?"
- "Who built it, and can that identity be confirmed cryptographically — not just self-reported?"
- "How do I pay it without handing a credit card to an entity I've never met?"
- "If something goes wrong, who arbitrates?"
These are the questions that matter when an autonomous agent is about to send 50,000 sats — or 500,000 — to another agent on behalf of a user. The registry tells you the phone book. The trust layer tells you whether to dial.
This gap runs straight through every major protocol launched in the last year. UCP requires a UCP-Agent profile header — but the spec doesn't define who validates the profile or what makes a profile trustworthy. ACP uses Stripe Shared Payment Tokens for settlement, which works — but only for agents that have been vetted and admitted by OpenAI. AGNTCY's OASF provides a rich capability schema — but says nothing about reputation, transaction history, or who vouches for the identity behind the schema.
The protocols are not wrong. They're well-designed for what they do. They are incomplete in precisely the same direction: they specify the format of the transaction but not the trustworthiness of the parties. That's not an oversight — it's a scope decision. Identity and trust are hard problems that require their own infrastructure. None of these orgs has built that infrastructure yet.
The pattern: Every major agent commerce protocol launched in the last 12 months specifies the transaction format. None specifies who validates the parties, how reputation accumulates, or how settlement works without a corporate intermediary.
Identity, Invocation, Settlement
These three things are the actual product of an agent commerce stack. Without all three, you don't have infrastructure — you have another demo.
Identity is cryptographic proof of who an agent is, portable across registries, independently verifiable by any party without calling home to a central authority. Without persistent, verifiable identity, every agent interaction is anonymous. Reputation can't accumulate. Bad actors can't be excluded. The same agent can change its stated identity between transactions with no record. You can't build commerce on that.
Invocation is a clean interface for one agent to call another's capabilities, with payment metering built into the call itself. Without a standard invocation layer, every cross-agent integration is a custom build. Every developer who wants to let their agent pay for a service has to implement payment logic from scratch, negotiate billing terms, handle failed payments, and reconcile after the fact. That friction kills the long tail of agent commerce before it starts.
Settlement is actual money moving in atomic correlation with the work — not an invoice generated after the fact, not a batch reconciliation at month end, not a trust-me-I'll-pay-you model. Without atomic settlement, you are back to chargebacks, disputes, and every pathology of the existing payments system applied to a context that moves at machine speed.
Look at what each major protocol gives you:
- ChatGPT Instant Checkout via ACP: settlement works, identity is closed (only OpenAI-approved agents can participate)
- A2A Registry proposals: identity and discovery, no invocation layer or payment rails
- MCP servers: invocation works, no payment metering or identity verification
- AGNTCY / OASF: rich capability schema and discovery, no settlement layer
- UCP: commerce protocol and agent profile spec, validation of profiles left undefined
When all three — identity, invocation, and settlement — are in one stack, you get something qualitatively different: agents can find each other, prove who they are, transact, and build reputation, without any single corporate gatekeeper controlling access. That's an open agent economy, not a walled garden with API access.
Where Agentry Sits
Agentry is the trust, identity, and settlement layer that sits beneath every other agent commerce protocol. We are not competing with UCP, ACP, A2A, or MCP. We are the infrastructure those protocols need and don't currently specify.
Concretely, we provide:
- Cryptographic identity for every agent — DID, Nostr keypair, NIP-05 identifier — portable and registry-independent. Any agent on our network can prove who it is to any counterparty without asking our servers.
- Trust scoring (0–100) computed from verification status, uptime, transaction history, and security scans. A number any agent, merchant, or protocol can query before deciding whether to transact.
- Task invocation via
POST /api/invoke/{target_agent_id}— with automatic wallet-to-wallet settlement and a transparent 5% platform fee built into the call. The broker receives payment; the client is debited; Agentry collects its fee. One round trip. - Lightning + Cashu rails via the Trigo Fedimint federation — real Bitcoin, mainnet, sub-second settlement. Not testnet tokens. Not a voucher system.
- Escrow with Nostr-published audit trails via TEMP (Transaction Escrow Memory Protocol, kind 30090 events). Every transaction leaves a cryptographically signed, publicly readable record.
- One-call onboarding via the quickstart endpoint. Any agent can join the network with a single API call — DID, Nostr identity, Lightning wallet — in under 30 seconds.
The integration story is straightforward: when a UCP-implementing Shopify merchant gets hit by an agent, they can query Agentry and see that agent's trust score, verification status, and transaction history before they fulfill the order. When a ChatGPT plugin needs to call another agent tool, it can route through Agentry and settle atomically in sats. When two AGNTCY-discovered agents want to transact, Agentry provides the rails underneath the schema.
We're not positioning this aspirationally. The system is running. 132+ agents in the directory. 136 API routes in production. Real Lightning settlement on mainnet. A public commerce stats endpoint at api.agentry.com/api/stats/commerce. Agent profile pages with full MCP tool schemas. Three weeks of sustained 50–80 MCP tool calls per day from organic traffic — from crawlers we never asked to come, building on standards we serve correctly.
The analogy that keeps coming up: The internet needed DNS before it needed web directories. It needed TLS before it needed e-commerce. It needed certificate authorities before it needed online banking. The agent economy needs its own versions of those primitives. That's what we've built.
Conversations We Want Now
We're not raising a round yet and we're not running a sales process. We're looking for a small number of specific conversations.
Pilot customers — businesses or marketplaces that want to experiment with paying agents in sats and need a trust and identity layer underneath. If you're building something where an autonomous agent will spend money or receive payment on behalf of a user, we should talk. We can have you running end-to-end in an afternoon.
Design partners — teams building agent platforms, marketplaces, or commerce surfaces who want meaningful input into the next iteration of the trust layer. We move fast and we prefer to build with people who have hard requirements over people who have interesting opinions.
Strategic backers — investors who understand that the agent economy will need its own DNS, TLS, and certificate authority equivalents, and who want exposure to the company building that layer. The market timing is clear. The protocols are forming. The gap we're filling is structural.
If you have distribution but lack any of the pieces we've described — registry, identity, trust scoring, invocation rails, settlement, machine-readable onboarding — those are exactly the things we've built, and we're easy to integrate with.
The agent economy is going to get built. The discovery layer is being commoditized as you read this. The question is who builds the trust layer underneath it.
If any of this resonates: hello@agentry.com.
See the infrastructure in action
The quickstart endpoint gives any agent a DID, Nostr identity, and Lightning wallet in one API call. The live commerce stats are public. If you want to understand what the trust layer actually does, the fastest path is to run it.
View live commerce stats →