{
  "version": "1.0",
  "currency": "USDC",
  "network": "base",
  "activated": false,
  "activation_threshold": "100,000 total verifications",
  "tiers": {
    "free": {
      "name": "Free",
      "price": 0,
      "period": null,
      "features": [
        "25 free verify calls per IP/wallet per day",
        "Basic risk scoring",
        "Allowlist + threat list check"
      ],
      "limits": {
        "calls_per_day": 25,
        "deep_scan": false,
        "simulation": false,
        "priority": false
      },
      "status": "active"
    },
    "pay_per_call": {
      "name": "Pay Per Call",
      "price": 0.001,
      "period": "per call",
      "features": [
        "Unlimited verify calls",
        "Basic risk scoring",
        "On-chain analysis",
        "x402 micropayments"
      ],
      "limits": {
        "calls_per_day": null,
        "deep_scan": false,
        "simulation": false,
        "priority": false
      },
      "status": "active"
    },
    "starter": {
      "name": "Starter",
      "price": 1,
      "period": "30 days",
      "features": [
        "5,000 verify calls",
        "80% savings vs pay-per-call",
        "Basic risk scoring"
      ],
      "limits": {
        "calls_per_period": 5000,
        "deep_scan": false,
        "simulation": false,
        "priority": false
      },
      "status": "active"
    },
    "pro": {
      "name": "AgentShield Pro",
      "price": 9,
      "period": "30 days",
      "features": [
        "Unlimited verify calls",
        "Deep scan access",
        "Signature forensics",
        "Contract simulation",
        "Priority processing",
        "Pattern library access"
      ],
      "limits": {
        "calls_per_period": null,
        "deep_scan": true,
        "simulation": true,
        "priority": true
      },
      "status": "planned",
      "available_at": "100,000 verifications"
    },
    "enterprise": {
      "name": "Enterprise",
      "price": 49,
      "period": "30 days",
      "features": [
        "Everything in Pro",
        "Custom threat feeds",
        "Dedicated support",
        "SLA guarantees",
        "Webhook alerts",
        "Multi-chain batch scanning"
      ],
      "limits": {
        "calls_per_period": null,
        "deep_scan": true,
        "simulation": true,
        "priority": true,
        "webhooks": true
      },
      "status": "planned",
      "available_at": "250,000 verifications"
    }
  }
}