x402 List

x402 Protocol Service Directory

GBLIN Protocol

Finance

Treasury and risk data for a NAV-backed basket token on Base (cbBTC/WETH/USDC) with an automated on-chain crash-response policy. Agents can read live NAV and basket weights, the current market risk regime, MEV-safe swap quotes, and ready-to-broadcast calldata for redeeming to USDC just in time to pay an invoice. Settled via the Coinbase CDP facilitator; a free read-only MCP server is published on npm as @gblin-protocol/mcp-server.

Pay from $0.001 to $0.003 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-30 · no on-chain settlement recorded yet

BASE URL https://gblin.digital WEBSITE https://gblin.digital/agents ENDPOINTS 3 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

ASSESSMENT

updated 2h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
142ms
avg response
142ms
total checks
1
compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.001 to $0.003 (p9 in Finance)
price (min)
$0.001
price (max)
$0.003
category percentile (min)
p9 in Finance
category percentile (max)
p8 in Finance
endpoints / prices
3 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
122d
registrar
Name.com, Inc.
hosting
custom
domain created
2026-03-29

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

GBLIN Protocol provides an API for AI agents to interact with a treasury standard on Base mainnet, offering services like reading protocol state, getting swap quotes, and generating calldata for investment and redemption operations.

category
defi-treasury
financetreasurydefiapiblockchaintradinggovernancerisk

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /api/x402/attestation $0.003 Base USDC
GET /api/x402/governance $0.001 Base USDC
GET /api/x402/treasury-state $0.001 Base USDC
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/x402/attestation returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://gblin.digital/api/x402/attestation'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0ebA5d314F4f5Dcb7A094953Fa9311a45172dd1B",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://gblin.digital/api/x402/treasury-state",
      "mimeType": "application/json",
      "description": "Real-time GBLIN protocol state: NAV in USD, basket composition with dynamic weights, and Crash Shield status."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "meta": {
                "chain": "base",
                "chain_id": 8453,
                "contract": "0x36C81d7E1966310F305eA637e761Cf77F90852f0",
                "as_of_unix": 1747600000
              },
              "basket": [
                {
                  "token": "0x4200000000000000000000000000000000000006",
                  "slashed": false,
                  "is_stable": false,
                  "pool_fee_bps": 500,
                  "base_weight_pct": 50,
                  "dynamic_weight_pct": 50
                }
              ],
              "nav_usd": 1.234567,
              "eth_price_usd": 3450.12,
              "slippage_reason": "normal",
              "crash_shield_active": false,
              "slippage_buffer_pct": 2.5
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0ebA5d314F4f5Dcb7A094953Fa9311a45172dd1B",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://gblin.digital/api/x402/governance",
      "mimeType": "application/json",
      "description": "GBLIN protocol governance state: owner, 48h immutable timelock parameters, and any pending operation."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "owner": "0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd",
              "contract": "0x36C81d7E1966310F305eA637e761Cf77F90852f0",
              "timelock": {
                "address": "0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd",
                "min_delay_hours": 48,
                "min_delay_seconds": 172800,
                "expected_min_delay_seconds": 172800,
                "min_delay_matches_expected": true
              },
              "verification": {
                "contract_basescan": "https://basescan.org/address/0x36C81d7E1966310F305eA637e761Cf77F90852f0#readContract",
                "timelock_basescan": "https://basescan.org/address/0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd#readContract"
              },
              "trust_summary": "Ownership held by the 48h Timelock. All admin actions are delay-enforced on-chain.",
              "founder_wallet": "0x0000000000000000000000000000000000000002",
              "owner_is_timelock": true,
              "owner_is_renounced": false
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0ebA5d314F4f5Dcb7A094953Fa9311a45172dd1B",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://gblin.digital/api/x402/attestation",
      "mimeType": "application/json",
      "description": "GBLIN Risk Attestation: a perishable (10-minute), verifiable proof of the current BTC/ETH risk regime (calm | elevated | crash) derived from the on-chain Crash Shield. Attach it to your action as proof-of-diligence; any counterparty verifies it in one step (EIP-712 signature when configured, else tamper-evident id). Free verifier: verify_risk_attestation in @gblin-protocol/mcp-server."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "signed": false,
              "verify": {
                "free_mcp_tool": "npx @gblin-protocol/mcp-server → verify_risk_attestation"
              },
              "attestor": "0x… (published GBLIN attestor, else null)",
              "signature": "0x… (present when attestor key configured, else null)",
              "attestation": {
                "regime": "calm",
                "chain_id": 8453,
                "contract": "0x36C81d7E1966310F305eA637e761Cf77F90852f0",
                "issued_at": 1747600000,
                "expires_at": 1747600600,
                "basket_hash": "0xabcd…",
                "regime_code": 0,
                "ttl_seconds": 600,
                "block_number": 34567890,
                "risk_posture": "risk_on",
                "severity_bps": 0,
                "severity_pct": 0,
                "shield_active": false,
                "defensive_cash_pct": 10
              },
              "attestation_id": "0x9f1c…"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/gblin-protocol/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-30 · uptime 100.0% · 187ms avg07-3007-30
90d UPTIME 100%
RESPONSE TIME
07-30 · 187ms avg07-30 · 187ms avg07-3007-30
AVG RESP 189ms
PRICE (captured 402, USD)
building price history ($0.001)

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (9) · click to expand
TIME STATUS RESP
● OK 208ms
● OK 72ms
● OK 91ms
● OK 53ms
● SLOW 653ms
● OK 208ms
● OK 168ms
● OK 108ms
● OK 142ms

EMBED THIS BADGE

Show that GBLIN Protocol is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

GBLIN Protocol listed on x402-list
status
GBLIN Protocol uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/gblin-protocol?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/gblin-protocol.svg" alt="GBLIN Protocol listed on x402-list" height="28">
</a>
// Markdown
[![GBLIN Protocol on x402-list](https://x402-list.com/badge/gblin-protocol.svg)](https://x402-list.com/services/gblin-protocol?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/gblin-protocol?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/gblin-protocol.svg?data=uptime" alt="GBLIN Protocol uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]