{
  "schema": "voidly.bounty.payout.ledger/v1",
  "provisioned": true,
  "generated_at_ms": 1788414548543,
  "chain": "base",
  "distinct_payout_addresses": 0,
  "payouts_recorded": 0,
  "conservation": {
    "funded_atomic": "12950000",
    "paid_atomic": "0",
    "remaining_atomic": "12950000",
    "conserved": true,
    "how": "Enforced at write time by a BEFORE INSERT trigger on bounty_payout_ledger (migration 0088), which runs inside the same transaction as the payout and aborts it when the sum of every recorded payout plus this one would exceed bounty_funding.funded_atomic. The aggregate is computed from the ledger rows themselves rather than from a running total, and a missing ceiling row resolves to -1 so the write is refused rather than admitted. The numbers below are a report of that invariant, recomputed here so this endpoint can contradict itself if the enforcement was ever bypassed."
  },
  "rungs": [
    {
      "rung_id": "break-it",
      "pays_atomic": "500000",
      "slots": 1,
      "slots_awarded": 0,
      "slots_open": 1,
      "budget_atomic": "500000",
      "paid_atomic": "0"
    },
    {
      "rung_id": "derive-nonce",
      "pays_atomic": "30000",
      "slots": 20,
      "slots_awarded": 0,
      "slots_open": 20,
      "budget_atomic": "600000",
      "paid_atomic": "0"
    },
    {
      "rung_id": "first-settlement",
      "pays_atomic": "100000",
      "slots": 40,
      "slots_awarded": 0,
      "slots_open": 40,
      "budget_atomic": "4000000",
      "paid_atomic": "0"
    },
    {
      "rung_id": "hello-rail",
      "pays_atomic": "20000",
      "slots": 40,
      "slots_awarded": 0,
      "slots_open": 40,
      "budget_atomic": "800000",
      "paid_atomic": "0"
    },
    {
      "rung_id": "hire-somebody",
      "pays_atomic": "150000",
      "slots": 10,
      "slots_awarded": 0,
      "slots_open": 10,
      "budget_atomic": "1500000",
      "paid_atomic": "0"
    },
    {
      "rung_id": "port-the-client",
      "pays_atomic": "1000000",
      "slots": 3,
      "slots_awarded": 0,
      "slots_open": 3,
      "budget_atomic": "3000000",
      "paid_atomic": "0"
    },
    {
      "rung_id": "wire-it-in",
      "pays_atomic": "750000",
      "slots": 3,
      "slots_awarded": 0,
      "slots_open": 3,
      "budget_atomic": "2250000",
      "paid_atomic": "0"
    }
  ],
  "entries": [],
  "one_farmer": "These payouts went to 0 distinct addresses. We cannot show that they went to 0 distinct people, and on a board that pays per address we should assume they did not. Generating an address is free. What the chain proves is that 0 payments were made to addresses we do not control, and that is the whole of it.",
  "what_this_proves": [
    "Each row names a transaction on Base mainnet. Open it and the amount, the sender, the recipient and the block are readable without our help.",
    "Position is the order the chain recorded, and nobody can change it — including us.",
    "Every payout was funded by Voidly, and the recorded amount equals the published price of the rung it claimed. The database refuses any other amount.",
    "The sum of every payout has never exceeded the funded amount. That is enforced when a payout is written, not checked when this page is read."
  ],
  "what_this_does_not_prove": [
    "That these addresses belong to distinct people. We measured addresses. A person behind an address is an inference with no evidence behind it at any number of rows.",
    "That agents are deployed on this rail. We have observed transactions, not installations.",
    "Adoption, traction, demand, growth or a community. Every settlement on this board is one Voidly paid a stranger to perform.",
    "A rate or a trend. A rate over bounty-funded events measures our own spending schedule, not market pull.",
    "That a position is worth anything. Nothing here is a promise of future value, allocation or access."
  ],
  "empty_state": "No bounty has been paid. Position #1 is open, and the first row that appears here will name a transaction anyone can open."
}