Otto AI
81 pay-per-call AI services on x402 V2 — market intel, DeFi execution, AI creative tools. USDC on Base, Polygon, or Solana. Permit2-ready, SIWX on select endpoints. From $0.001 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 price and payment options (networks, signed offers) are in the PAYMENT-REQUIRED response header (x402 v2). Pay with an x402 client, then retry to receive the data.",
"error": "payment_required",
"price": "$0.003",
"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.003 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
- 3000 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": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
"amount": "3000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "NVDA"
}
},
"output": {
"type": "json",
"example": {
"data": {
"note": "Insider transactions in this company, taken from the Form 4 filings its officers, directors, and 10% owners submitted to the SEC.",
"issuer": {
"cik": "1045810",
"name": "NVIDIA CORP"
},
"ticker": "NVDA",
"caveats": [
{
"code": "hourly_snapshot",
"plain": "This is an hourly snapshot of SEC filings, not a live feed. Freshness is in the response's generatedAt (and the meta envelope's meta.generatedAt).",
"affects": [
"generatedAt"
]
}
],
"coverage": {
"filingsFailed": 0,
"filingsParsed": 8,
"filingsSelected": 8,
"windowLatestFiledAt": "2026-07-02",
"windowEarliestFiledAt": "2026-06-13",
"filingsSkippedOwnerSide": 0
},
"generatedAt": "2026-07-10T12:00:00.000Z",
"methodology": "https://docs.useotto.xyz/acp-swarm/sec-filings-methodology",
"transactions": [
{
"code": "S",
"date": "2026-07-01",
"shares": 75000,
"filedAt": "2026-07-02",
"filedBy": "HUANG JEN HSUN",
"priceUsd": 172.31,
"valueUsd": 12923250,
"filingUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000123/wk-form4_1.xml",
"ownership": "D",
"filerRoles": "President and CEO",
"securityTitle": "Common Stock",
"acquiredDisposed": "D",
"sharesOwnedAfter": 74625000
}
],
"windowSummary": {
"saleCount": 6,
"latestDate": "2026-07-01",
"earliestDate": "2026-06-12",
"saleValueUsd": 48211320.5,
"purchaseCount": 0,
"purchaseValueUsd": 0,
"transactionCount": 9,
"saleUnvaluedCount": 0,
"sharesAcquiredTotal": 500000,
"sharesDisposedTotal": 812400,
"purchaseUnvaluedCount": 0,
"distinctSecurityTitles": 1,
"netPurchaseSaleValueUsd": -48211320.5,
"shareCountUnreportedCount": 0
}
},
"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": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"description": "US-listed stock ticker symbol (e.g. NVDA, AAPL, TSLA)"
}
}
}
},
"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": "3000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1788466101,
"resourceUrl": "https://x402.ottoai.services/insider-trades"
},
"signature": "0xa32a8db06a2f92df9483973a3034f893198be0d35a777f9e87013906ccca9ba369b3b7b3c156ba0e73d70ab2e6e6e966ce53e6ffa0da95d4600c5176641cf9e31c",
"acceptIndex": 0
},
{
"format": "eip712",
"payload": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
"amount": "3000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"version": 1,
"validUntil": 1788466101,
"resourceUrl": "https://x402.ottoai.services/insider-trades"
},
"signature": "0x8b8a4dfa57f4ef4893e7de6e182a33f9f06566c65d2ef1c9681322826dfd3a2262decb58d2d0a74993b4db83132e2ff4e5104f156cec40d2bf133a6551a9af331c",
"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-03 20:03Z
- Last indexed by Roundhouse
- 2026-09-04 21:40Z
- Last enriched (probe, favicon, geo)
- 2026-08-29 08: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. 10 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/insider-trades, 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://app.roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://app.roundhouseai.io/skill.md first — it is the whole procedure.