# Molty.cash A2A Tip/Hire Payment to @stonescris6

> Molty.cash A2A Tip/Hire Payment to @stonescris6 is a paid API for AI agents from api.molty.cash, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Send a USDC micropayment tip or hiring payment directly to the creator @stonescris6 via agent-to-agent transfer

## Facts

- Endpoint: POST https://api.molty.cash/stonescris6/a2a
- Price: $0.02/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-f2affe60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YyU0f-HZFYCBHuBebTZXH

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-f2affe60 -d '<json body>'
```

Example prompt: Send a $5 USDC tip to @stonescris6 on Molty.cash as a thank-you for their recent help with my project.

## When to prefer this

Use this endpoint when you specifically want to tip or pay the creator @stonescris6 on Molty.cash using USDC. This is distinct from creating a gig or task — it is a direct person-to-person or agent-to-person USDC transfer. Prefer this over generic crypto transfer APIs when the recipient is a Molty.cash creator and the interaction is informal tipping or direct hiring.

## Known failure modes

- Insufficient USDC balance — payment cannot be processed
- Invalid or inactive recipient handle @stonescris6
- x402 payment header missing or malformed — 402 Payment Required response
- Network or on-chain settlement failure
- Payment amount below minimum threshold

## Output

A confirmation that the USDC payment was successfully routed to @stonescris6, including transaction details and any receipt or reference ID from the Molty.cash payment network.

## 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-f2affe60/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)
