{
  "schema_version": "v1",
  "name": "Block Lottos",
  "slug": "block-lottos",
  "version": "2026.05.27",
  "protocolVersion": "0.3.0",
  "description": "Agent-readable discovery manifest for Block Lottos, an on-chain lottery platform with Polygon Fortune Ledger and Base Future Ledger games, public read APIs, OpenAPI documentation, affiliate guidance, and advertising endpoints.",
  "url": "https://blocklottos.com",
  "homepage_url": "https://blocklottos.com",
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "check-current-jackpots",
      "name": "Check current jackpots",
      "description": "Read current Block Lottos jackpot values from public no-auth APIs.",
      "tags": [
        "lottery",
        "jackpot",
        "web3"
      ]
    },
    {
      "id": "check-draw-history",
      "name": "Read latest draw history",
      "description": "Read recent draw results and site stats from public Block Lottos APIs.",
      "tags": [
        "draws",
        "stats",
        "web3"
      ]
    },
    {
      "id": "inspect-advertising",
      "name": "Inspect advertising options",
      "description": "Read public advertising slot sizes and pricing for Block Lottos.",
      "tags": [
        "advertising",
        "sponsorship"
      ]
    },
    {
      "id": "build-user-signed-ticket-transaction",
      "name": "Build user-signed ticket transaction",
      "description": "Prepare ticket purchase transaction data for a human to review and sign in their own wallet.",
      "tags": [
        "wallet",
        "transaction",
        "user-signature"
      ]
    }
  ],
  "provider": {
    "name": "Block Lottos",
    "organization": "Block Lottos",
    "url": "https://blocklottos.com"
  },
  "category": "web3-gaming",
  "protocols": [
    "openapi",
    "llms.txt",
    "agents.txt"
  ],
  "trust": {
    "public_docs": true,
    "public_openapi": true,
    "no_api_key_for_read_endpoints": true,
    "requires_user_wallet_signature_for_transactions": true,
    "private_admin_paths_blocked": true
  },
  "entrypoints": {
    "website": "https://blocklottos.com",
    "games": "https://blocklottos.com/games",
    "affiliate": "https://blocklottos.com/affiliate",
    "advertise": "https://blocklottos.com/advertise",
    "api_docs": "https://blocklottos.com/api-docs",
    "openapi": "https://blocklottos.com/openapi.json",
    "llms_txt": "https://blocklottos.com/llms.txt",
    "agents_txt": "https://blocklottos.com/agents.txt",
    "ai_plugin": "https://blocklottos.com/.well-known/ai-plugin.json"
  },
  "api_capabilities": [
    {
      "name": "Check current jackpots",
      "type": "read",
      "endpoint": "GET https://blocklottos.com/api/jackpot.php?chain=polygon"
    },
    {
      "name": "Check site stats and next draw",
      "type": "read",
      "endpoint": "GET https://blocklottos.com/api/stats.php?chain=polygon"
    },
    {
      "name": "Read latest draw history",
      "type": "read",
      "endpoint": "GET https://blocklottos.com/api/lottery/draw-history?chain=polygon&limit=1"
    },
    {
      "name": "Inspect advertising sizes and pricing",
      "type": "read",
      "endpoint": "GET https://blocklottos.com/api/ads/sizes"
    },
    {
      "name": "Build a user-signed ticket transaction",
      "type": "write_requires_user_signature",
      "endpoint": "POST https://blocklottos.com/api/lottery/build-ticket-tx"
    }
  ],
  "chains": [
    {
      "name": "Polygon",
      "chain_id": 137,
      "game": "Polygon Fortune Ledger",
      "currency": "POL",
      "page": "https://blocklottos.com/polygon-future-ledger"
    },
    {
      "name": "Base",
      "chain_id": 8453,
      "game": "Base Future Ledger",
      "currency": "USDC",
      "page": "https://blocklottos.com/base-future-ledger"
    }
  ],
  "agent_instructions": [
    "Use public read endpoints without authentication for jackpot, stats, draw history, and advertising size checks.",
    "Send humans to https://blocklottos.com/games to choose a game and connect a wallet themselves.",
    "Do not claim guaranteed winnings, risk-free play, official partnership, or guaranteed affiliate income.",
    "Do not sign transactions or spend user funds without explicit user approval in their own wallet.",
    "Do not access private, admin, config, server, or blocked paths."
  ],
  "contact": {
    "email": "support@blocklottos.com",
    "url": "https://blocklottos.com/contact"
  },
  "legal": {
    "terms": "https://blocklottos.com/terms",
    "privacy": "https://blocklottos.com/privacy"
  }
}
