{
  "x402Version": 2,
  "id": 4164,
  "slug": "4164",
  "resource": "https://gblin.digital/api/x402/treasury-state",
  "description": "Real-time GBLIN protocol state: NAV in USD, basket composition with dynamic weights, and Crash Shield status.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0ebA5d314F4f5Dcb7A094953Fa9311a45172dd1B",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "basket": [
              {
                "base_weight_pct": 50,
                "dynamic_weight_pct": 50,
                "is_stable": false,
                "pool_fee_bps": 500,
                "slashed": false,
                "token": "0x4200000000000000000000000000000000000006"
              }
            ],
            "crash_shield_active": false,
            "eth_price_usd": 3450.12,
            "meta": {
              "as_of_unix": 1747600000,
              "chain": "base",
              "chain_id": 8453,
              "contract": "0x36C81d7E1966310F305eA637e761Cf77F90852f0"
            },
            "nav_usd": 1.234567,
            "slippage_buffer_pct": 2.5,
            "slippage_reason": "normal"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "basket": {
                    "type": "array"
                  },
                  "crash_shield_active": {
                    "type": "boolean"
                  },
                  "eth_price_usd": {
                    "type": "number"
                  },
                  "meta": {
                    "type": "object"
                  },
                  "nav_usd": {
                    "type": "number"
                  },
                  "slippage_buffer_pct": {
                    "type": "number"
                  },
                  "slippage_reason": {
                    "type": "string"
                  }
                },
                "required": [
                  "nav_usd",
                  "eth_price_usd",
                  "crash_shield_active",
                  "slippage_buffer_pct",
                  "slippage_reason",
                  "basket",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "gblin.digital",
  "lastUpdated": "2026-09-14T01:52:50.26Z",
  "quality": {
    "calls30d": 15,
    "uniquePayers30d": 10,
    "lastCalledAt": "2026-09-14T01:52:49.863Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "gblin.digital",
    "manifest_name": "gblin.digital",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}