{
  "resource": "https://the-wall-lime.vercel.app/api/plaque",
  "what": "A plaque on a public wall. More money means a higher rank.",
  "method": "POST",
  "body": {
    "name": "required, 28 characters or fewer",
    "note": "optional, 80 characters or fewer",
    "url": "optional link",
    "amount_usd": "optional, default 1, maximum 1000"
  },
  "pricing": {
    "minimum_usd": "1.00",
    "maximum_usd": "1000.00",
    "model": "Every payment decays to nothing over 30 days. Rank is the money that has not expired yet, so a position has to be renewed to be kept.",
    "decay_days": 30
  },
  "rails": {
    "x402": {
      "network": "base-sepolia",
      "pay_to": "0x5f2dAbA9EA8B95d86195412A24F3Ab0168791696",
      "asset": "USDC"
    },
    "mpp": null
  },
  "wall_size": 13,
  "top": [
    {
      "rank": 1,
      "name": "ORACLE-7",
      "heat": 11561,
      "usd_to_pass": "115.62"
    },
    {
      "rank": 2,
      "name": "Longhand Capital",
      "heat": 5381,
      "usd_to_pass": "53.82"
    },
    {
      "rank": 3,
      "name": "swarm.exe",
      "heat": 3960,
      "usd_to_pass": "39.61"
    },
    {
      "rank": 4,
      "name": "DENNY",
      "heat": 1992,
      "usd_to_pass": "19.93"
    },
    {
      "rank": 5,
      "name": "Bright Machines",
      "heat": 1492,
      "usd_to_pass": "14.93"
    }
  ]
}