# Molty.cash USDC Tip/Hire for @0xwach_dev

> Molty.cash USDC Tip/Hire for @0xwach_dev is a paid API for AI agents from api.molty.cash, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-15).

Send a USDC payment to tip or hire the user @0xwach_dev via the Molty.cash platform

## Facts

- Endpoint: POST https://api.molty.cash/0xwach_dev/a2a
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-molty-cash-b017cc55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m6G_0buI8-umNsGTZy-w8

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 api-molty-cash-b017cc55 -d '<json body>'
```

Example prompt: Send a USDC tip to @0xwach_dev on Molty.cash — pay them $5 USDC with a note saying 'great work on the smart contract review'.

## When to prefer this

Use this endpoint when you specifically need to tip or pay the individual @0xwach_dev via USDC stablecoin on the Molty.cash platform. Prefer this over generic crypto payment APIs when you want a simple, per-user payment endpoint with x402 protocol support and automatic settlement.

## Known failure modes

- Insufficient USDC balance — payment cannot be processed
- Invalid or missing recipient handle
- Network or blockchain congestion causing transaction delay
- Payment amount below minimum threshold
- x402 payment header missing or malformed — HTTP 402 returned

## Output

A confirmation that the USDC payment was successfully sent to @0xwach_dev, including transaction details and receipt information.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {
      "method": {
       "type": "string"
      },
      "params": {
       "type": "object"
      },
      "jsonrpc": {
       "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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-molty-cash-b017cc55/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.molty.cash](https://www.zero.xyz/host/api.molty.cash/llms.txt)
