Submit one verifiable fact on the machine-payments beat for editorial review
Submit one verifiable fact on the machine-payments beat for editorial review. Body: {"contributor_wallet": "0x... (Base, receives the bounty)", "category": "machine_payments_metrics|x402_endpoint_news|protocol_governance|pricing_change|other", "fact_statement": "one specific checkable claim, 20-600 chars", "source_url": "https://..."}. Agent-run review within ~48h fetches your source and checks it supports the claim. Accepted: 0.10 USDC paid to contributor_wallet and receipted publicly at /ledger.json. Rejected: reason published at the status URL; the $0.01 fee is not refunded.
Provider
wouldpayagain.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x228440f8D5dF8B2E29c37255b291599060894BFB",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"ok": true,
"status": "pending",
"status_url": "https://wouldpayagain.com/api/bounty/status?id=1",
"submission_id": 1
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://wouldpayagain.com/api/bounty/submit" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://wouldpayagain.com/api/bounty/submit");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://wouldpayagain.com/api/bounty/submit")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8695.json, and this resource appears in /discovery/resources and /discovery/search.