llm.agenticfi.wtf
Give agents provider-neutral access to text, image, and speech models with USDC payments on Base, local spending controls, ambiguity-safe recovery, and verified receipts. Public npm clients and MIT agent integrations are available in alpha.
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.
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.005034 USDC on Base to 0xA766…1dE5d. The signed payment is good for 5 minutes.
- Paid to
- 0xA766…1dE5d
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 5034 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xA7660dea6AadCc87CbB5e79ccd262d391e61dE5d",
"amount": "5034",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"model": "elevenlabs/scribe-v2",
"file_format": "other",
"audio_base64": "//NIxAAaMLJMA1lIADIB0A6AdAOgHQDorpjqDoSAIAYgRdBWcyVTflOWM30zYOMwwyiDEALiJEMQciHBWKwTBMEw2K0bcIIECBAxCJwfB/Uco8/yjtAf4EdoD/AjuH+Ud39HvwfAgIAgCAYB8Hw+sCAgcwffoTEFNRQMACQgABAAAAAAAAAAAAAAAAAAAAAA//NIxAAguhLWX5aqAkBQOBSMBQKBgMBgIAABSQau8DCOGYDAgEXwM8zqQP/WdDhEVD2BitHgZSGYGJBWvVgYJEgGJQ8Bh8SAGAv/BuEG1RHQYqDAX/izRBUPhHKFzCtv/xSIfKGrRjhQQhYcn//FyitSHC5hcxDRzRzSa///IsRYokVIqZEWLxiXS6Zf/h0q//NIxAAdeyYQA944Asfz96oGvKZQW3hgFgJGBCC8YPIChg8BgmK0cSceBbR9IniGUmV0Y3QqpiRETmAGHaYNgEICAVVSWtGoBFxrFqP/X5mu23/9//Tt67abb/f03xz7VSUGOohe2mbk/vuggac0czd//X//ypLb9wk0q16fc1fu6NqYgpqKBgASEAAIAAAA//NIxAAb0poUFP7EpAH9D//+ZS1rygoIAAQSAGAAAdMAJAPjAIgI8wHUHIML+SoDGeQlowFwB5MrDDquMztHMzABIFXs/M9YRUXf/+/32////9q6Ztd6m3x6/C4f+o0EN4keCz5qk2ro8MNB4ue3cn/Wcr+md3s27t/9OhMQU1FAwAJCAAEAAAAAAAAAAAAA//NIxAAeY5YIAP8OpP1/5138YOxUgAAQQANGAJgHZgGgDgYDaBzmB/BUhioLTsZZEHIGCtgmJrVcnGtQZrQBk8HhAcSTYI78ODQ9i9X/p8ttnU//zv/vt6a6Zm33rrpmffaUbxM9dts3+mPlrPNx3/f7//3qHer/+Zl96vKOYrTp2qfzvI6UxBTUUDAAkIAA//NIxAAbyyYQFOeOiAG4D9/+V2DGMrSQHEQVGh+Dj4Z/A5zAPG0SGUe8wKRiwg9mC2FSYDRBwNCuHAHUOzRYKj9Qwualf/999t//TN/+9W9dNc3bfffz8b/0xM1MLFpr33yf9MQ5THs7fff0//9COn58ptU5itGjarz29KYgpqKBgASEAAIAAAAAAAAAAAAA//NIxAAcwyIQDOfEiAyB+v/mMaYaisAQIYCB5gkRGGCKY9TRqr2mIKqD5kYQUSYE6A6GAQAF5gW4J4YCAA0GAbABYQAHKWuNFb6mZqt//bJrv//Tb/ev+fTff7+mXJ9qPBfDjU220+1MKPPg8u339P//BH9/qnULkNu/pXZ1++pMQU1FAwAJCAAEAAAAAAAA",
"response_format": "json"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"id": "trns_example",
"text": "Transcribed speech.",
"model": "elevenlabs/scribe-v2",
"usage": {
"input_audio_ms": 3100
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"required": [
"audio_base64",
"model"
],
"properties": {
"model": {
"enum": [
"elevenlabs/scribe-v2"
],
"type": "string"
},
"file_format": {
"enum": [
"other"
],
"type": "string",
"default": "other"
},
"audio_base64": {
"type": "string",
"format": "byte",
"maxLength": 34952536,
"minLength": 4,
"description": "Canonical RFC 4648 Base64 audio without a data-URL prefix or whitespace."
},
"response_format": {
"enum": [
"json",
"verbose_json"
],
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-03 16:34Z
- Last indexed by Roundhouse
- 2026-09-04 21:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-03 17:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 404
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
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service llm.agenticfi.wtf 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=llm.agenticfi.wtf' 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://llm.agenticfi.wtf/v1/audio/transcriptions, 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.