api.molty.cash
Create a pay-per-view (CPM) content campaign that pays out in YOUR token (token_contract is mandatory — no USDC fallback): earners post about your token and earn a set rate per 1,000 views (capped per post). release_mode=auto reads X impressions and pays automatically; release_mode=agent lets you decide and release the payout amount yourself via campaign.payout instead. Fund the returned wallet with the payout token.
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 1 USDC on Base to 0x8755…3c62e. The signed payment is good for 5 minutes.
- Paid to
- 0x8755…3c62e
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 1000000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- FWoD65…ZtNT9
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8755a2Faf86C9e3758450d703f8BBCADA343c62e",
"amount": "1000000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"name": "USDC",
"version": "2",
"features": {
"xSettlementAccountSupported": true
},
"feePayer": "CjNFTjvBhbJJd2B5ePPMHRLx1ELZpa8dwQgGL727eKww"
},
"payTo": "FWoD65bNMnYuvA4sjSokrJvTV61nUbPfAuxgjiGZtNT9",
"amount": "1000000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"method": "shill.create",
"params": {
"cpm_rate": 5,
"description": "Post an original thread about our launch mentioning $MYTOKEN",
"window_days": 2,
"release_mode": "agent",
"token_contract": "0xTokenContract",
"max_payout_per_submission": 50
},
"jsonrpc": "2.0"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"type": "campaign",
"cpm_rate": 5,
"campaign_id": "cmp-...",
"payout_chain": "base",
"wallet_address": "0x... (fund this with the payout token)",
"max_payout_per_submission": 50
}
}
},
"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": [
"shill.create"
],
"type": "string"
},
"params": {
"type": "object",
"required": [
"token_contract",
"description"
],
"properties": {
"cpm_rate": {
"type": "number",
"description": "Payout tokens paid per 1,000 views (CPM), in RAW TOKEN UNITS — not USD. Optional — pass both cpm_rate and max_payout_per_submission, or omit both to auto-price cpm_rate at $1 worth of the token (max_payout_per_submission then defaults to cpm_rate × 10). Passing max_payout_per_submission without cpm_rate is rejected. Mutually exclusive with cpm_rate_usd/max_payout_per_submission_usd."
},
"post_type": {
"type": "string",
"description": "Optional: restrict submissions to a specific X post format. Values: x_post, x_thread, x_quote, x_reply, x_short_video, x_long_video, x_article."
},
"description": {
"type": "string",
"description": "What earners must post to qualify"
},
"window_days": {
"type": "number",
"description": "Daily payouts: tracking window in days over which daily top-ups run (default 2, 1–30). Base payout is ~2h after posting; top-ups are daily."
},
"cpm_rate_usd": {
"type": "number",
"description": "USD per 1,000 views — use this instead of cpm_rate to price in dollars. The token amount is computed fresh from the live token price at EVERY settle (not fixed once at creation), so the actual payout tracks the token's price over time. Requires max_payout_per_submission_usd (or omit both to default the cap to 10x). Mutually exclusive with cpm_rate/max_payout_per_submission. If the token has no discoverable live price yet (e.g. no DEX liquidity), creation still succeeds — settlement defers/retries until a price appears."
},
"release_mode": {
"enum": [
"auto",
"agent"
],
"type": "string",
"description": "auto = moltycash reads X impressions and computes the payout via CPM; agent = you decide and release the payout amount yourself via campaign.payout"
},
"min_followers": {
"type": "number",
"description": "Optional: earner must have at least this many X followers to submit. 0 / absent = no requirement."
},
"token_contract": {
"type": "string",
"description": "REQUIRED. SPL mint (Solana) or ERC-20 address (Base) of the payout token — no default. The payout chain is inferred from the address format (0x... = Base, base58 = Solana)."
},
"require_premium": {
"type": "boolean",
"description": "Optional: earner's X account must be Premium to submit. false / absent = no requirement."
},
"min_holder_amount": {
"type": "number",
"description": "Optional, RAW TOKEN UNITS — not USD. Earner must hold at least this amount of the campaign token at their payout address to submit and receive each payout. Defaults to $5 worth of the token (computed at creation). Pass 0 to disable. Mutually exclusive with min_holder_amount_usd."
},
"min_views_threshold": {
"type": "number",
"description": "Optional: post must reach at least this many views before payout fires (defers payout, does not block submission). 0 / absent = no floor."
},
"min_account_age_days": {
"type": "number",
"description": "Optional: earner's X account must be at least this many days old to submit. 0 / absent = no requirement."
},
"min_holder_amount_usd": {
"type": "number",
"description": "USD alternative to min_holder_amount — use this to price the holder gate in dollars. Live-repriced at every settle, same as cpm_rate_usd. Pass 0 to disable the gate."
},
"max_payout_per_submission": {
"type": "number",
"description": "Hard cap paid per post, in RAW TOKEN UNITS — not USD. Optional if cpm_rate is also omitted — see cpm_rate."
},
"max_payout_per_submission_usd": {
"type": "number",
"description": "USD hard cap paid per post — use this instead of max_payout_per_submission. Also live-repriced to tokens at every settle. Requires cpm_rate_usd."
}
}
},
"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"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-31 15:17Z
- Last indexed by Roundhouse
- 2026-09-22 07:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-14 11:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 200
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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 29 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service api.molty.cash 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=api.molty.cash' 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://api.molty.cash/a2a, 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://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.