{
  "name": "l402-kit",
  "description": "Middleware to monetize any API with Bitcoin Lightning in 3 lines. TypeScript, Python, Go, Rust.",
  "version": "1.8.4",
  "protocols": [
    "l402",
    "x402"
  ],
  "install": {
    "npm": "npm install l402-kit",
    "pip": "pip install l402kit",
    "cargo": "cargo add l402kit",
    "go": "go get github.com/shinydapps/l402-kit/go@v1.8.2"
  },
  "docs": "https://docs.l402kit.com/introduction",
  "agent_sdk": "https://docs.l402kit.com/agent/quickstart",
  "mcp_server": "https://docs.l402kit.com/agent/mcp",
  "fee": "0.3% managed, 0% sovereign",
  "contact": "shinydapps@blink.sv",
  "verity": {
    "agent_id": "agent:shinydapps.verity",
    "treasury": "shinydapps@blink.sv",
    "endpoint": "https://l402kit.com/api/verity",
    "services": "https://l402kit.com/api/verity/services",
    "contract": {
      "mission": "Sell intelligence. Never decide for the user.",
      "transparency": {
        "description": "All pricing, sources, and revenue are publicly auditable.",
        "report_endpoint": "https://l402kit.com/api/verity/fiscal"
      },
      "autonomy_ceiling": {
        "reinvest_pct": 0.2,
        "remainder": "treasury"
      }
    },
    "identity": {
      "archetype": "crypto-native strategist",
      "blend": [
        "protocol engineer",
        "capital allocator",
        "market intelligence"
      ],
      "edge": "Knows not just how to fetch data, but which data matters right now — and why the window is closing",
      "monitors": [
        "new chain launches",
        "DeFi yield strategies",
        "fork schedules",
        "narrative cycles",
        "on-chain anomalies"
      ]
    },
    "governance": {
      "contract_version": "1.0",
      "pricing": "dynamic",
      "pricing_interval_minutes": 30,
      "floor_protected": true,
      "fiscal_agent": {
        "schedule": "0 0 * * *",
        "tz": "UTC"
      },
      "human_override": "owner only via Cloudflare Worker secrets"
    }
  }
}