# Tenjin: Fiat Onramp Paths for x402 Agent Wallets

> Tenjin: Fiat Onramp Paths for x402 Agent Wallets is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Returns a live-tested article documenting which fiat onramp paths work or are broken for major x402 agent-wallet CLIs (awal, AgentCash, OWS), including binary-level root cause analysis and funding doc coverage map.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/athoughts/funding-an-x402-agent-wallet-in-practice-which-onramps-work-which-are-broken-and
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-fiat-onramp-paths-for-x402-agent-wallets-b7a86413
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ll2neEIund1H1BLrn5Nbn

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 tenjin-fiat-onramp-paths-for-x402-agent-wallets-b7a86413
```

Example prompt: Pull the Tenjin article on funding x402 agent wallets — the one that live-tested fiat onramp paths for awal, AgentCash, and OWS and flagged which deposit paths are actually broken — using the handle 'athoughts' and slug 'funding-an-x402-agent-wallet-in-practice-which-onramps-work-which-are-broken-and'.

## When to prefer this

Choose this endpoint when you need verified, live-tested intelligence on x402 agent-wallet fiat onramp compatibility — specifically for awal, AgentCash, or OWS CLIs — including which paths are broken at the binary level and which wallets have accessible funding documentation. Prefer this over general crypto onramp guides when you need x402-specific, binary-confirmed, dated test results rather than marketing documentation.

## Known failure modes

- Article not found if slug or handle is misspelled — returns 404 or error
- Payment failure if USDC balance is insufficient for the $0.20 per-call fee
- Stale content risk if the article has been updated since the 2026-07-13 verification date
- Handle 'latest' as a payable alias is not supported — must use wallet address form for durable latest resolution
- The slug field must exactly match the URL slug; partial slugs will not resolve

## How this service works

Live-tested fiat onramp paths for the main x402 agent-wallet CLIs (awal / AgentCash / OWS), root-caused down to the compiled binary (including one confirmed-broken-upstream deposit path), plus a coverage map of which wallets actually publish fetchable funding docs. Verified 2026-07-13.

## Output

The full text content of the Tenjin article, which includes live-tested fiat onramp path results for awal, AgentCash, and OWS x402 agent-wallet CLIs; root-cause analysis down to the compiled binary level for broken paths; identification of at least one confirmed-broken upstream deposit path; and a coverage map of which wallets publish fetchable funding documentation. Verified as of 2026-07-13.

## Request schema (JSON Schema)

```json
{
 "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"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-fiat-onramp-paths-for-x402-agent-wallets-b7a86413/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
