# agenteconomy.cloud Seller Verification

> agenteconomy.cloud Seller Verification is a paid API for AI agents from mcp.agenteconomy.cloud, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns verified on-chain payment history for an x402 seller, including confirmed USDC revenue and distinct buyer counts with wash/exchange address exclusions, signed with Ed25519.

## Facts

- Endpoint: POST https://mcp.agenteconomy.cloud/api/v1/verify
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenteconomy-cloud-seller-verification-a3049ee4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LDaK7D0XBr2iv4cO4Lo0U

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agenteconomy-cloud-seller-verification-a3049ee4 -d '<json body>'
```

Example prompt: Before I pay this x402 seller at 0xAbC123…, can you verify their actual on-chain payment history — real USDC revenue, distinct buyers, wash trading excluded — so I know they're legitimate?

## When to prefer this

Choose this endpoint when an AI agent needs to make a trust decision about an x402 seller before executing a payment — specifically when you need auditable, on-chain verified USDC revenue and real distinct buyer counts rather than an opaque trust score or simple liveness check. Prefer this over generic reputation APIs when the seller operates on the Base blockchain x402/Bazaar ecosystem and you need wash-trading-excluded, Ed25519-signed data that can be independently verified from public chain data.

## Known failure modes

- Unknown seller address — no indexed payment history found for the given 0x address or slug
- Invalid input format — seller field must be a valid 0x address or exactly 12-hex slug
- Seller has zero qualifying payments — returns verified zero history, not an error
- Upstream Base indexing lag — very recent transactions may not yet be reflected
- $0.10 USDC payment failure — x402 payment not completed, call rejected

## How this service works

Is this x402 seller safe to pay? Verify before you send money: one call returns the seller's actual on-chain payment history — verified USDC revenue, real distinct buyers, wash and exchange exclusions applied — not a liveness ping or an opaque score. Ed25519-signed, recomputable from public Base data. From the trust hub that indexes every Bazaar seller's payment history. Never in your payment path. agenteconomy.cloud (mcp-pricing-v1.1)

## Output

An Ed25519-signed payload containing the seller's verified on-chain USDC revenue total, count of real distinct buyers (with wash trades and exchange addresses excluded), and supporting payment history data — all recomputable from public Base blockchain data. The response is not a liveness ping or opaque score, but auditable transaction-level evidence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seller": {
   "type": "string",
   "description": "0x… payTo address or 12-hex slug — exactly one seller per call"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenteconomy-cloud-seller-verification-a3049ee4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp.agenteconomy.cloud](https://www.zero.xyz/host/mcp.agenteconomy.cloud/llms.txt)
