Skip to content
View gblinproject's full-sized avatar

Block or report gblinproject

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gblinproject/README.md

GBLIN Protocol

Proof you can check, instead of claims you have to trust.

Everything on this page answers on the open internet. No key, no wallet, no account.

Check us in ten seconds

curl -s https://gblin-mcp.gblin-mcp-worker.workers.dev/log/checkpoint

That is a signed checkpoint of an append-only log of AI actions (RFC 6962). It carries two signature lines. The second one is not ours — an independent witness cosigns it, which is what makes "append-only" something other than our word for it. The tree root is anchored once a day on Base as an EAS attestation.

Rebuild the tree yourself and check we did not rewrite anything:

B=https://gblin-mcp.gblin-mcp-worker.workers.dev
curl -s "$B/log/leaves?start=0&end=20"        # the raw records
curl -s "$B/log/consistency?old=20&new=51"    # append-only proof between two sizes
curl -s "$B/log/proof/17"                     # inclusion proof for one leaf

There is a zero-dependency offline verifier in verify-receipt.mjs. It re-derives everything from the receipt JSON and never calls our server.

What we run

gblin-treasury-risk-regime Market risk regime for AI agents — calm / elevated / crash, free to read. Plus the receipts log, the witness, the MCP server and the edge worker.
GBLIN-Protocol Reserve-backed cbBTC + WETH + USDC index token on Base, minted and redeemed at NAV. Owner is a 48-hour timelock.
GBLIN_WEBAPP gblin.digital and the x402 paid endpoints.
GBLIN_PLUGIN ElizaOS plugin, published on npm as plugin-gblin.
base-heartbeat-bo The keeper bot that pokes the contract so weights refresh.
x402-catalog-probe One file, zero dependencies: probes the public x402 catalog and reports how many endpoints actually answer. Includes the correction log for the time we got it wrong.

For agents

npx -y @gblin-protocol/mcp-server     # 13 tools over stdio

Hosted, streamable HTTP — 8 tools, 4 resources, 2 prompts: https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp

Machine-readable descriptions: llms.txt · .well-known/x402 · agent-card.json

Reading is free and stays free. Payment buys a signed answer you can hand to someone else.

Things we will not say

We do not say audited. There is a Slither run on the deployed contract with its result published (0 critical, 0 high) and no manual review, and we say so in the same sentence.

We do not say immutable. A 48-hour timelock owns the contract and can change parameters. Every one of those changes is scheduled in public before it executes.

A receipt does not prove an AI action happened. It proves a record existed in this log at that position and time, and that the log has not been rewritten since. The sealer supplies the hashes, and the receipt says so in its own payload.

We publish a public uptime promise and attest it on-chain. On 22 August we broke it ourselves for three minutes with a bad routing rule. The counter recorded the violation, the incident note is public, and neither has been quietly cleaned up. That is the whole point.

Pinned Loading

  1. gblin-treasury-risk-regime gblin-treasury-risk-regime Public

    Market risk regime (calm/elevated/crash) for AI agents on Base — free to read via MCP. Signed EIP-712 risk attestations as portable proof-of-diligence, plus a collateral-backed treasury index for i…

    JavaScript 1

  2. GBLIN-Protocol GBLIN-Protocol Public

    Reserve-backed BTC+ETH+USDC index token on Base, minted and redeemed at NAV. On-chain Crash Shield, 48h timelock governance, MCP + x402 tools so AI agents can read the market risk regime and manage…

    Solidity 2

  3. base-heartbeat-bo base-heartbeat-bo Public

    Keeper bot on Base: refreshes the index weights, buys across Uniswap V3, Aerodrome and the contract itself, and watches the x402 endpoints.

    TypeScript

  4. GBLIN_PLUGIN GBLIN_PLUGIN Public

    ElizaOS plugin for GBLIN Protocol — park idle USDC in MEV-protected Base index, JIT-swap to USDC for x402 invoices.

    TypeScript

  5. GBLIN_WEBAPP GBLIN_WEBAPP Public

    gblin.digital — the site, the x402 paid endpoints, the public promises and the coherence page. Next.js on Vercel.

    TypeScript 1