← All ratings · verified owner
If you run a rated service, prove it the way the machine economy already trusts: sign one
message with the wallet that receives your payments (the payTo address your
service announces in the x402 catalog). No e-mail, no KYC, nothing to install — and nothing about
the rating changes: a claim verifies who operates the service, never how good it is.
Message you will sign
—
Optional, for claimed pages: a Verified Pro mark on your page, in the index and in the badge, the card with the mark, and an e-mail the minute your rating moves (upgrade, downgrade, outlook), sent to the contact on your claim. US$ 9.90 for 30 days, paid in USDC on Base from the same wallet that claimed the page, no invoice, no account. The rating itself never changes with Pro: it is computed from adoption, settlement and uptime.
Solana owners or scripts: GET https://agenteconomy.report/api/pro/<host>
with any x402 client, paying from the claiming wallet. Status: GET https://agenteconomy.report/api/pro/<host>/status.
Sign the message above with any tool that does EIP-191 personal_sign (EVM) or
ed25519 (Solana) and POST it yourself:
POST https://agenteconomy.report/api/claim
{"host": "api.example.com", "payto": "0x…", "signature": "0x…", "name": "…", "url": "https://…", "contact": "…"}
The wallet must be announced as payTo for that host in the x402 catalog; the date in
the message must be today or yesterday (UTC). Status: GET https://agenteconomy.report/api/claim/<host>.