x402 List

x402 Protocol Service Directory

molty.cash

Content

Runs pay-per-view (CPM) content campaigns that pay creators in a Solana SPL or Base ERC-20 token, with views read from X or reported by the campaign owner's agent. Also exposes per-user endpoints for hiring individual creators. Payments settle on-chain via x402 on Base and Solana.

Pay from $0.02 to $1.03 in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://api.molty.cash ENDPOINTS 3 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
457ms
avg response
234ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.02 to $1.03 (p59 in Content)
price (min)
$0.02
price (max)
$1.03
category percentile (min)
p59 in Content
category percentile (max)
p77 in Content
endpoints / prices
3 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $128.22 30d · 25 buyers
volume 30d
$128.22
buyers 30d
25
settlements 30d
2,837
last settlement
2026-07-21
top buyer share
30% of 30d volume
trend 7d vs 30d
0.07x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

A service for creating CPM content campaigns and hiring users with USDC on-chain via x402

category
content-campaigns
in
body
content-campaignsuser-hiringusdc-paymentson-chain-settlement

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /a2a $1.03 Base/Solana USDC
POST /stonescris6/a2a $0.02 Base/Solana USDC
POST /web3idan/a2a $0.02 Base/Solana USDC
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /a2a returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://api.molty.cash/a2a'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "Valid JSON-RPC 2.0 request required. See agent-card for available methods.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x8755a2Faf86C9e3758450d703f8BBCADA343c62e",
        "amount": "1030000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "name": "USDC",
          "version": "2",
          "features": {
            "xSettlementAccountSupported": true
          },
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "FWoD65bNMnYuvA4sjSokrJvTV61nUbPfAuxgjiGZtNT9",
        "amount": "1030000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.molty.cash/a2a",
      "mimeType": "application/json",
      "description": "Run pay-per-view (CPM) content campaigns that pay creators in your token. See molty.cash for docs."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "method": "campaign.create",
              "params": {
                "cpm_rate": 5,
                "description": "Post about our project on X",
                "max_payout_per_submission": 50
              },
              "jsonrpc": "2.0"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "type": "object",
              "properties": {
                "campaign_id": {
                  "type": "string",
                  "description": "Unique campaign identifier"
                },
                "payout_chain": {
                  "type": "string",
                  "description": "Chain the payout token lives on"
                },
                "wallet_address": {
                  "type": "string",
                  "description": "Fund this wallet with the payout token"
                }
              }
            }
          }
        },
        "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": {
                  "properties": {
                    "method": {
                      "enum": [
                        "campaign.create"
                      ],
                      "type": "string"
                    },
                    "params": {
                      "type": "object",
                      "required": [
                        "description",
                        "cpm_rate",
                        "max_payout_per_submission"
                      ],
                      "properties": {
                        "cpm_rate": {
                          "type": "number",
                          "description": "Max tokens per 1,000 views"
                        },
                        "description": {
                          "type": "string",
                          "description": "What creators must post"
                        },
                        "max_payout_per_submission": {
                          "type": "number",
                          "description": "Cap paid per post"
                        }
                      }
                    },
                    "jsonrpc": {
                      "type": "string",
                      "const": "2.0"
                    }
                  }
                },
                "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"
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_977w62bg"
        },
        "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x8755a2Faf86C9e3758450d703f8BBCADA343c62e",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "name": "USDC",
          "version": "2",
          "features": {
            "xSettlementAccountSupported": true
          },
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "FWoD65bNMnYuvA4sjSokrJvTV61nUbPfAuxgjiGZtNT9",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.molty.cash/web3idan/a2a",
      "mimeType": "application/json",
      "description": "Hire @web3idan - send USDC payments"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "method": "request",
              "params": {},
              "jsonrpc": "2.0"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "input": {
                "type": "jsonrpc",
                "methods": [
                  "hire"
                ],
                "agentCard": "https://api.molty.cash/web3idan/a2a/.well-known/agent-card.json"
              }
            }
          }
        },
        "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": {
                  "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"
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_977w62bg"
        },
        "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x8755a2Faf86C9e3758450d703f8BBCADA343c62e",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "name": "USDC",
          "version": "2",
          "features": {
            "xSettlementAccountSupported": true
          },
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "FWoD65bNMnYuvA4sjSokrJvTV61nUbPfAuxgjiGZtNT9",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.molty.cash/stonescris6/a2a",
      "mimeType": "application/json",
      "description": "Hire @stonescris6 - send USDC payments"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "method": "request",
              "params": {},
              "jsonrpc": "2.0"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "input": {
                "type": "jsonrpc",
                "methods": [
                  "hire"
                ],
                "agentCard": "https://api.molty.cash/stonescris6/a2a/.well-known/agent-card.json"
              }
            }
          }
        },
        "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": {
                  "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"
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_977w62bg"
        },
        "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
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 285ms avg07-21 · uptime 100.0% · 209ms avg07-2007-21
RESPONSE TIME
07-20 · 285ms avg07-20 · 285ms avg07-21 · 209ms avg07-21 · 209ms avg07-2007-21
90d UPTIME 100%
UPTIME 90D 100%
AVG RESP 229ms
TOTAL CHECKS 67

RECENT CHECKS

TIME STATUS RESP
● OK 154ms
● OK 200ms
● OK 211ms
● OK 182ms
● OK 112ms
● OK 303ms
● OK 236ms
● OK 334ms
● OK 230ms
● OK 209ms
● OK 306ms
● OK 182ms
● OK 237ms
● OK 157ms
● OK 179ms
● OK 247ms
● OK 253ms
● OK 203ms

OVER TIME

All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/molty-cash/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.0207-21 · $0.02$0.0207-2007-21

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
04-23 · $504-24 · $2504-25 · $3204-26 · $1704-27 · $3404-28 · $304-29 · $1704-30 · $2205-01 · $16405-02 · $405-03 · $605-04 · $1105-05 · $705-06 · $205-07 · $405-08 · $205-09 · $10805-10 · $205-11 · $0.0205-12 · $205-13 · $105-14 · $1205-15 · $4005-16 · $1805-18 · $305-19 · $705-21 · $105-23 · $305-24 · $1305-26 · $305-28 · $105-29 · $0.1005-30 · $105-31 · $8506-01 · $10506-03 · $306-07 · $406-08 · $706-09 · $0.1106-10 · $506-11 · $106-13 · $406-14 · $106-15 · $0.3306-16 · $0.1106-17 · $0.0406-18 · $0.0606-19 · $0.3306-20 · $0.3306-21 · $0.1306-22 · $1006-24 · $2006-25 · $0.1106-27 · $0.2206-28 · $0.2206-29 · $2306-30 · $0.1107-01 · $307-02 · $507-03 · $307-04 · $0.3307-05 · $0.2207-07 · $0.1107-09 · $407-10 · $5507-12 · $107-18 · $0.0207-20 · $107-21 · $1peak $16404-2307-21
DISTINCT BUYERS
04-23 · 1 buyer04-24 · 5 buyers04-25 · 15 buyers04-26 · 16 buyers04-27 · 20 buyers04-28 · 1 buyer04-29 · 21 buyers04-30 · 21 buyers05-01 · 22 buyers05-02 · 1 buyer05-03 · 1 buyer05-04 · 22 buyers05-05 · 3 buyers05-06 · 2 buyers05-07 · 1 buyer05-08 · 2 buyers05-09 · 3 buyers05-10 · 1 buyer05-11 · 1 buyer05-12 · 1 buyer05-13 · 2 buyers05-14 · 1 buyer05-15 · 1 buyer05-16 · 1 buyer05-18 · 1 buyer05-19 · 2 buyers05-21 · 2 buyers05-23 · 1 buyer05-24 · 1 buyer05-26 · 2 buyers05-28 · 1 buyer05-29 · 1 buyer05-30 · 1 buyer05-31 · 21 buyers06-01 · 21 buyers06-03 · 2 buyers06-07 · 1 buyer06-08 · 1 buyer06-09 · 1 buyer06-10 · 2 buyers06-11 · 2 buyers06-13 · 2 buyers06-14 · 2 buyers06-15 · 1 buyer06-16 · 1 buyer06-17 · 2 buyers06-18 · 1 buyer06-19 · 1 buyer06-20 · 1 buyer06-21 · 2 buyers06-22 · 3 buyers06-24 · 22 buyers06-25 · 1 buyer06-27 · 2 buyers06-28 · 1 buyer06-29 · 4 buyers06-30 · 1 buyer07-01 · 2 buyers07-02 · 2 buyers07-03 · 2 buyers07-04 · 1 buyer07-05 · 1 buyer07-07 · 1 buyer07-09 · 1 buyer07-10 · 21 buyers07-12 · 1 buyer07-18 · 1 buyer07-20 · 1 buyer07-21 · 1 buyerpeak 22 buyers04-2307-21

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that molty.cash is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

molty.cash listed on x402-list
status
molty.cash uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/molty-cash?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/molty-cash.svg" alt="molty.cash listed on x402-list" height="28">
</a>
// Markdown
[![molty.cash on x402-list](https://x402-list.com/badge/molty-cash.svg)](https://x402-list.com/services/molty-cash?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/molty-cash?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/molty-cash.svg?data=uptime" alt="molty.cash uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]