{
  "name": "Numbers Innovation Program 2.0",
  "version": "2.0",
  "status": "open",
  "tiers": {
    "experiment": {
      "min_usd": 5,
      "max_usd": 10,
      "review": "automated",
      "review_time_estimate": "minutes"
    },
    "integration": {
      "min_usd": 20,
      "max_usd": 40,
      "review": "automated_scoring_with_veto",
      "auto_approve_threshold": 70,
      "veto_window_hours": 48,
      "review_time_estimate": "minutes to hours"
    }
  },
  "constraints": {
    "max_active_grants_per_wallet": 1,
    "lifetime_applications_per_wallet": 2,
    "max_milestone_attempts": 3
  },
  "integration_types": [
    "asset_registration",
    "licensing_flow",
    "verification",
    "x402",
    "sdk",
    "other"
  ],
  "verification_methods": [
    "on_chain_tx",
    "github_commit",
    "api_endpoint",
    "provenance_record"
  ],
  "endpoints": {
    "apply":  "POST /v1/grants/apply",
    "status": "GET /v1/grants/{id}/status",
    "rubric": "GET /v1/grants/rubric",
    "open":   "GET /v1/grants/open",
    "verify": "POST /v1/grants/{id}/milestones/{mid}/verify"
  },
  "discovery": {
    "llms_txt":      "https://numbersprotocol.io/llms.txt",
    "ai_agent":      "https://numbersprotocol.io/.well-known/ai-agent.json",
    "mcp_server":    "https://numbersprotocol.io/.well-known/mcp/server-card.json",
    "agent_skills":  "https://numbersprotocol.io/.well-known/agent-skills/index.json"
  },
  "updated_at": "2026-05-04T00:00:00Z"
}
