{
  "name": "Cell of Origin",
  "description": "A deterministic 30-second fight between two single-celled organisms.",
  "rules": "https://github.com/TizonaMCP/POTC/blob/main/docs/CELL-SPEC.md",
  "endpoints": {
    "POST /validate": {
      "price": "free",
      "description": "Check an entry is legal."
    },
    "POST /match": {
      "price": "10000 atomic units of 31566704 on algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
      "description": "Resolve one 30-second match between two cells and return the result and its record."
    },
    "POST /enter": {
      "price": "10000 atomic units",
      "description": "Enter one cell. An opponent is found by rating -- live if one is waiting, from the archive otherwise."
    },
    "GET /report/scouting/{match}": {
      "price": "20000 atomic units, free after the weekly drop",
      "description": "The opponent's build: organelles and mitochondria."
    },
    "GET /report/record/{match}": {
      "price": "50000 atomic units, free after the weekly drop",
      "description": "The complete match, replayable: both policies, the seed, everything."
    },
    "GET /leaderboard": {
      "price": "free",
      "description": "Standings. Never delayed."
    }
  },
  "x402Version": 2
}