mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

A daily prophecy about the x402 economy for the wallet that paid, drawn from that day's po

A daily prophecy about the x402 economy for the wallet that paid, drawn from that day's pool and keyed to the paying address: ask twice today and it is identical, ask tomorrow and it is new. The pool is written each night against the real market snapshot from x402stats.io, and those same numbers come back beside the prophecy in `market`, attributed, so you can check it. Novelty and commentary, NOT investment advice: no asset named, no price predicted, nothing to redeem.

Do you run penny402.fun? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
2500 (raw units)
price
4
calls / 30d
3
unique payers
2026-09-12
updated

Provider

penny402.fun · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x9d0bb5dA24cADe855DeE8d1231A1c416e0bB2FFe",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "2500",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "HiQDSev6m8QwangqGFpfHZtKGFRYkAiqi24aF6BFKJrw",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "2500",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {},
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "date": "2026-09-12",
          "market": {
            "avg_payment_usd": 0.01,
            "computed_at": "2026-01-01T00:00:00.000Z",
            "organic_sellers": 10,
            "sellers": 100,
            "source": "x402stats.io",
            "top10_share": 0.5,
            "volume_usd": 1000
          },
          "mechanic": "drawn from this UTC date's pool, indexed by the `payer` above and stable until midnight UTC. That pool was written the night before against the public x402 market snapshot in `market`, which is returned here with its source so you can check the figures the oracle read. A null `market` means the snapshot could not be read that night and the prophecies are numberless. Commentary, never advice: nothing here is a position.",
          "payer": "0x0000000000000000000000000000000000000000",
          "prophecy": "One or two oracular lines about the x402 economy, drawn for your address and this date."
        },
        "format": "application/json",
        "type": "text"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "description": "a JSON body, up to 4 KB. This attraction takes no parameters — POST {} . Every attraction on penny402 is a flat $0.0025; the unpaid 402 carries those exact terms.",
              "type": "object"
            },
            "bodyType": {
              "const": "json",
              "type": "string"
            },
            "method": {
              "const": "POST",
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "additionalProperties": false,
          "properties": {
            "example": {
              "description": "a sample response from the real code path"
            },
            "format": {
              "const": "application/json",
              "description": "the attraction, as JSON, in the response body",
              "type": "string"
            },
            "type": {
              "const": "text",
              "type": "string"
            }
          },
          "required": [
            "type",
            "format"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://penny402.fun/prophecy"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://penny402.fun/prophecy");
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://penny402.fun/prophecy")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7306.json, and this resource appears in /discovery/resources and /discovery/search.