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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://wouldpayagain.com/api/bounty/submit
| Category | Everything else |
|---|---|
| Provider host | wouldpayagain.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}