{
  "x402Version": 2,
  "id": 9096,
  "slug": "9096",
  "resource": "https://soren.com/v1/draw",
  "description": "A selection nobody can rig, including us. Seeded by the drand League of Entropy beacon: a distributed network emits one signed value every 30 seconds and no participant, Soren included, can choose or predict it. Returns the winners, the round, and the exact derivation so anyone can recompute the result. Name a FUTURE round with round= to remove even the assumption that we did not wait for a beacon we liked.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "n": "100",
            "pick": "3",
            "round": "4210000"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "beacon": {
              "randomness": "<64 hex>",
              "round": "<int>"
            },
            "drawn": true,
            "n": "<int>",
            "pick": "<int>",
            "signature": {
              "algorithm": "Ed25519",
              "value": "<base64>"
            },
            "winners": [
              "<int>"
            ]
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/draw",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "n": {
                    "description": "How many entries are in the draw, numbered 1..n.",
                    "examples": [
                      "100"
                    ],
                    "type": "string"
                  },
                  "pick": {
                    "description": "How many to draw, without replacement. Default 1.",
                    "examples": [
                      "3"
                    ],
                    "type": "string"
                  },
                  "round": {
                    "description": "A drand round. Publish a FUTURE round in advance for a draw nobody can influence.",
                    "examples": [
                      "4210000"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "n"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "soren.com",
  "lastUpdated": "2026-08-26T13:47:22.876Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T13:47:22.723Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "soren.com",
    "manifest_name": "soren.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}