Otto AI
One call returns the full domain profile for vetting, deliverability, or phishing/fraud checks: live DNS (A/MX/NS + record counts), RDAP/WHOIS registration (registrar, domain age, expiry, status, DNSSEC) and email authentication (SPF, DMARC policy, detected DKIM selectors) — plus a one-line summary. Bundles three lookups into one hourly-fresh read. Keyless, license-clean, pay-per-call.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"docs": "https://docs.useotto.xyz/getting-started/agent-quickstart",
"hint": "This is a pay-per-call x402 endpoint. The payment terms are the accepts[] array in this body -- mirrored verbatim from the base64 PAYMENT-REQUIRED response header, which remains the x402 v2 protocol contract. Pay one of them with an x402 client, then retry to receive the data.",
"error": "payment_required",
"price": "$0.02",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"contact": {
"email": "admin@useotto.xyz",
"twitter": "https://twitter.com/useOttoAI",
"feedback": "POST https://x402.ottoai.services/feedback ($0.001) -- money-back guarantee on Otto-recommended services and Full Auto; feature requests welcome (email/Telegram are free).",
"telegram": "https://t.me/DeFAI_Capital"
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.02 USDC on Base to 0x0E84…6b808. The signed payment is good for 5 minutes.
- Paid to
- 0x0E84…6b808
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 20000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 6XcSfq…TDPN5
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"domain": "uniswap.org"
}
},
"output": {
"type": "json",
"example": {
"data": {
"dns": {
"a": [
"162.159.140.227",
"172.66.0.225"
],
"mx": [
{
"exchange": "aspmx.l.google.com",
"priority": 1
}
],
"ns": [
"meera.ns.cloudflare.com",
"rick.ns.cloudflare.com"
],
"resolves": true,
"txtCount": 6
},
"email": {
"spf": {
"policy": "softfail",
"record": "v=spf1 include:_spf.google.com ~all",
"present": true
},
"dkim": {
"selectorsFound": [
"google"
]
},
"dmarc": {
"policy": "reject",
"record": "v=DMARC1; p=reject",
"present": true
}
},
"domain": "uniswap.org",
"summary": "uniswap.org: registered via NameCheap, Inc., 7.6y old, 2 A / 5 MX, DMARC reject, DNSSEC.",
"generatedAt": "2026-06-24T12:00:00.000Z",
"registration": {
"dnssec": true,
"ageDays": 2767,
"statuses": [
"client transfer prohibited"
],
"createdAt": "2018-11-26T05:33:07Z",
"expiresAt": "2031-11-26T05:33:07Z",
"registrar": "NameCheap, Inc.",
"registered": true
}
},
"meta": {
"degraded": false,
"validUntil": "",
"generatedAt": "",
"stalenessSec": 0
},
"status": "success"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain to profile (e.g. uniswap.org). Returns DNS + RDAP registration + email auth."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"status"
],
"properties": {
"data": {},
"meta": {
"type": "object"
},
"reason": {
"type": "string",
"description": "status=unavailable only; every >=400 is UNCHARGED"
},
"status": {
"enum": [
"success",
"unavailable"
],
"type": "string"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_hc2dhq09"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1790057198,
"resourceUrl": "https://x402.ottoai.services/domain-report"
},
"signature": "0x988ee90c61d7472c341a32475e9e03f5e00a788b2e879b6b2bc573092b8ecfe543ae7ff528c76e123199da0fe8cfc5ec8b175aa145549841338424a68b47e3cb1b",
"acceptIndex": 0
},
{
"format": "eip712",
"payload": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"version": 1,
"validUntil": 1790057198,
"resourceUrl": "https://x402.ottoai.services/domain-report"
},
"signature": "0xac54e3f8fd5c431abd6b11988542a8241a94271434762827e84e47dc1f7cf7b8085efc2f117c63709fe11af6076f7d6f2ccd405effc5c3916cbe6d70948bfe6b1c",
"acceptIndex": 1
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"otto-content-receipt": {}
}Provenance
- Seen in the source catalog
- 2026-09-22 06:01Z
- Last indexed by Roundhouse
- 2026-09-24 17:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-24 00:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Otto AI and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Otto%20AI' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://x402.ottoai.services/domain-report, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.